Shades of Cranberry #E04578
Tints of Cranberry #E04578
RGB
CMYK
RGB Variations
Color information
#E04578 (or 0xE04578) is known color: Cranberry. HEX triplet: E0, 45 and 78. RGB value is (224,69,120). Sum of RGB (Red+Green+Blue) = 224+69+120=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E04578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04578 is #1FBA87. Grayscale: #797979. Windows color (decimal): -2079368 or 7882208. OLE color: 7882208.
HSL color Cylindrical-coordinate representation of color #E04578: hue angle of 340.26º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04578 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 120 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.12 |
| HSL | 340.26º | 0.71% | 0.57% | - |
| HSV(B) | 340.26º | 0.69% | 0.88% | - |
| XYZ | 36.26 | 21.46 | 20 | - |
| YUV | 121.16 | 127.35 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 120 | 0 | 0.69 | 0.46 | 0.12 | 340.26 | 0.71 | 0.57 |
| Hex | E0 | 45 | 78 | 0 | 45 | 2E | C | 154 | 47 | 39 |
| Octal | 340 | 105 | 170 | 0 | 105 | 56 | 14 | 524 | 107 | 71 |
| Binary | 11100000 | 1000101 | 1111000 | 0 | 1000101 | 101110 | 1100 | 101010100 | 1000111 | 111001 |
Color Harmonies of #E04578
Complementary color
Monochromatic Colors of #E04578
Black with #E04578
Text Example
Text Example
White with #E04578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04578; }
p { color: rgb(224,69,120); }
H1.HeaderClassName
{
color: #E04578;
}
.AnyTagClassName
{
color: #E04578;
}
</style>
background-color css
<style>
a { background-color: #E04578; }
a { background-color: rgb(224,69,120); }
div.DivClassName
{
background-color: #E04578;
}
.BgClassName
{
background-color: #E04578;
}
</style>
border-color css
<style>
span { border-color: #E04578; }
span { border-color: rgb(224,69,120); }
td.TdClassName
{
border-color: #E04578;
}
.TagClassName
{
border-color: #E04578;
}
</style>