Shades of Cranberry #E54970
Tints of Cranberry #E54970
RGB
CMYK
RGB Variations
Color information
#E54970 (or 0xE54970) is known color: Cranberry. HEX triplet: E5, 49 and 70. RGB value is (229,73,112). Sum of RGB (Red+Green+Blue) = 229+73+112=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E54970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54970 is #1AB68F. Grayscale: #7C7C7C. Windows color (decimal): -1750672 or 7358949. OLE color: 7358949.
HSL color Cylindrical-coordinate representation of color #E54970: hue angle of 345º 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 #E54970 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 112 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.10 |
| HSL | 345º | 0.75% | 0.59% | - |
| HSV(B) | 345º | 0.68% | 0.9% | - |
| XYZ | 37.62 | 22.59 | 17.71 | - |
| YUV | 124.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 112 | 0 | 0.68 | 0.51 | 0.10 | 345 | 0.75 | 0.59 |
| Hex | E5 | 49 | 70 | 0 | 44 | 33 | A | 159 | 4B | 3B |
| Octal | 345 | 111 | 160 | 0 | 104 | 63 | 12 | 531 | 113 | 73 |
| Binary | 11100101 | 1001001 | 1110000 | 0 | 1000100 | 110011 | 1010 | 101011001 | 1001011 | 111011 |
Color Harmonies of #E54970
Complementary color
Monochromatic Colors of #E54970
Black with #E54970
Text Example
Text Example
White with #E54970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54970; }
p { color: rgb(229,73,112); }
H1.HeaderClassName
{
color: #E54970;
}
.AnyTagClassName
{
color: #E54970;
}
</style>
background-color css
<style>
a { background-color: #E54970; }
a { background-color: rgb(229,73,112); }
div.DivClassName
{
background-color: #E54970;
}
.BgClassName
{
background-color: #E54970;
}
</style>
border-color css
<style>
span { border-color: #E54970; }
span { border-color: rgb(229,73,112); }
td.TdClassName
{
border-color: #E54970;
}
.TagClassName
{
border-color: #E54970;
}
</style>