Shades of Cranberry #E54077
Tints of Cranberry #E54077
RGB
CMYK
RGB Variations
Color information
#E54077 (or 0xE54077) is known color: Cranberry. HEX triplet: E5, 40 and 77. RGB value is (229,64,119). Sum of RGB (Red+Green+Blue) = 229+64+119=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E54077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54077 is #1ABF88. Grayscale: #777777. Windows color (decimal): -1752969 or 7815397. OLE color: 7815397.
HSL color Cylindrical-coordinate representation of color #E54077: hue angle of 340º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54077 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 119 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.10 |
| HSL | 340º | 0.76% | 0.57% | - |
| HSV(B) | 340º | 0.72% | 0.9% | - |
| XYZ | 37.48 | 21.66 | 19.66 | - |
| YUV | 119.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 119 | 0 | 0.72 | 0.48 | 0.10 | 340 | 0.76 | 0.57 |
| Hex | E5 | 40 | 77 | 0 | 48 | 30 | A | 154 | 4C | 39 |
| Octal | 345 | 100 | 167 | 0 | 110 | 60 | 12 | 524 | 114 | 71 |
| Binary | 11100101 | 1000000 | 1110111 | 0 | 1001000 | 110000 | 1010 | 101010100 | 1001100 | 111001 |
Color Harmonies of #E54077
Complementary color
Monochromatic Colors of #E54077
Black with #E54077
Text Example
Text Example
White with #E54077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54077; }
p { color: rgb(229,64,119); }
H1.HeaderClassName
{
color: #E54077;
}
.AnyTagClassName
{
color: #E54077;
}
</style>
background-color css
<style>
a { background-color: #E54077; }
a { background-color: rgb(229,64,119); }
div.DivClassName
{
background-color: #E54077;
}
.BgClassName
{
background-color: #E54077;
}
</style>
border-color css
<style>
span { border-color: #E54077; }
span { border-color: rgb(229,64,119); }
td.TdClassName
{
border-color: #E54077;
}
.TagClassName
{
border-color: #E54077;
}
</style>