Shades of Cranberry #E54C76
Tints of Cranberry #E54C76
RGB
CMYK
RGB Variations
Color information
#E54C76 (or 0xE54C76) is known color: Cranberry. HEX triplet: E5, 4C and 76. RGB value is (229,76,118). Sum of RGB (Red+Green+Blue) = 229+76+118=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54C76 is #1AB389. Grayscale: #7E7E7E. Windows color (decimal): -1749898 or 7752933. OLE color: 7752933.
HSL color Cylindrical-coordinate representation of color #E54C76: hue angle of 343.53º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54C76 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 118 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.10 |
| HSL | 343.53º | 0.75% | 0.6% | - |
| HSV(B) | 343.53º | 0.67% | 0.9% | - |
| XYZ | 38.17 | 23.13 | 19.59 | - |
| YUV | 126.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 118 | 0 | 0.67 | 0.48 | 0.10 | 343.53 | 0.75 | 0.6 |
| Hex | E5 | 4C | 76 | 0 | 43 | 30 | A | 158 | 4B | 3C |
| Octal | 345 | 114 | 166 | 0 | 103 | 60 | 12 | 530 | 113 | 74 |
| Binary | 11100101 | 1001100 | 1110110 | 0 | 1000011 | 110000 | 1010 | 101011000 | 1001011 | 111100 |
Color Harmonies of #E54C76
Complementary color
Monochromatic Colors of #E54C76
Black with #E54C76
Text Example
Text Example
White with #E54C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C76; }
p { color: rgb(229,76,118); }
H1.HeaderClassName
{
color: #E54C76;
}
.AnyTagClassName
{
color: #E54C76;
}
</style>
background-color css
<style>
a { background-color: #E54C76; }
a { background-color: rgb(229,76,118); }
div.DivClassName
{
background-color: #E54C76;
}
.BgClassName
{
background-color: #E54C76;
}
</style>
border-color css
<style>
span { border-color: #E54C76; }
span { border-color: rgb(229,76,118); }
td.TdClassName
{
border-color: #E54C76;
}
.TagClassName
{
border-color: #E54C76;
}
</style>