Shades of Cranberry #E34B6D
Tints of Cranberry #E34B6D
RGB
CMYK
RGB Variations
Color information
#E34B6D (or 0xE34B6D) is known color: Cranberry. HEX triplet: E3, 4B and 6D. RGB value is (227,75,109). Sum of RGB (Red+Green+Blue) = 227+75+109=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E34B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34B6D is #1CB492. Grayscale: #7C7C7C. Windows color (decimal): -1881235 or 7162851. OLE color: 7162851.
HSL color Cylindrical-coordinate representation of color #E34B6D: hue angle of 346.58º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34B6D is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 75 | 109 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.11 |
| HSL | 346.58º | 0.73% | 0.59% | - |
| HSV(B) | 346.58º | 0.67% | 0.89% | - |
| XYZ | 36.95 | 22.47 | 16.86 | - |
| YUV | 124.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 75 | 109 | 0 | 0.67 | 0.52 | 0.11 | 346.58 | 0.73 | 0.59 |
| Hex | E3 | 4B | 6D | 0 | 43 | 34 | B | 15B | 49 | 3B |
| Octal | 343 | 113 | 155 | 0 | 103 | 64 | 13 | 533 | 111 | 73 |
| Binary | 11100011 | 1001011 | 1101101 | 0 | 1000011 | 110100 | 1011 | 101011011 | 1001001 | 111011 |
Color Harmonies of #E34B6D
Complementary color
Monochromatic Colors of #E34B6D
Black with #E34B6D
Text Example
Text Example
White with #E34B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34B6D; }
p { color: rgb(227,75,109); }
H1.HeaderClassName
{
color: #E34B6D;
}
.AnyTagClassName
{
color: #E34B6D;
}
</style>
background-color css
<style>
a { background-color: #E34B6D; }
a { background-color: rgb(227,75,109); }
div.DivClassName
{
background-color: #E34B6D;
}
.BgClassName
{
background-color: #E34B6D;
}
</style>
border-color css
<style>
span { border-color: #E34B6D; }
span { border-color: rgb(227,75,109); }
td.TdClassName
{
border-color: #E34B6D;
}
.TagClassName
{
border-color: #E34B6D;
}
</style>