Shades of Cranberry #E54976
Tints of Cranberry #E54976
RGB
CMYK
RGB Variations
Color information
#E54976 (or 0xE54976) is known color: Cranberry. HEX triplet: E5, 49 and 76. RGB value is (229,73,118). Sum of RGB (Red+Green+Blue) = 229+73+118=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E54976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54976 is #1AB689. Grayscale: #7C7C7C. Windows color (decimal): -1750666 or 7752165. OLE color: 7752165.
HSL color Cylindrical-coordinate representation of color #E54976: hue angle of 342.69º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54976 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 118 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.10 |
| HSL | 342.69º | 0.75% | 0.59% | - |
| HSV(B) | 342.69º | 0.68% | 0.9% | - |
| XYZ | 37.97 | 22.73 | 19.53 | - |
| YUV | 124.77 | 124.18 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 118 | 0 | 0.68 | 0.48 | 0.10 | 342.69 | 0.75 | 0.59 |
| Hex | E5 | 49 | 76 | 0 | 44 | 30 | A | 157 | 4B | 3B |
| Octal | 345 | 111 | 166 | 0 | 104 | 60 | 12 | 527 | 113 | 73 |
| Binary | 11100101 | 1001001 | 1110110 | 0 | 1000100 | 110000 | 1010 | 101010111 | 1001011 | 111011 |
Color Harmonies of #E54976
Complementary color
Monochromatic Colors of #E54976
Black with #E54976
Text Example
Text Example
White with #E54976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54976; }
p { color: rgb(229,73,118); }
H1.HeaderClassName
{
color: #E54976;
}
.AnyTagClassName
{
color: #E54976;
}
</style>
background-color css
<style>
a { background-color: #E54976; }
a { background-color: rgb(229,73,118); }
div.DivClassName
{
background-color: #E54976;
}
.BgClassName
{
background-color: #E54976;
}
</style>
border-color css
<style>
span { border-color: #E54976; }
span { border-color: rgb(229,73,118); }
td.TdClassName
{
border-color: #E54976;
}
.TagClassName
{
border-color: #E54976;
}
</style>