Shades of Cranberry #E04470
Tints of Cranberry #E04470
RGB
CMYK
RGB Variations
Color information
#E04470 (or 0xE04470) is known color: Cranberry. HEX triplet: E0, 44 and 70. RGB value is (224,68,112). Sum of RGB (Red+Green+Blue) = 224+68+112=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E04470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04470 is #1FBB8F. Grayscale: #777777. Windows color (decimal): -2079632 or 7357664. OLE color: 7357664.
HSL color Cylindrical-coordinate representation of color #E04470: hue angle of 343.08º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04470 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 112 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.12 |
| HSL | 343.08º | 0.72% | 0.57% | - |
| HSV(B) | 343.08º | 0.7% | 0.88% | - |
| XYZ | 35.73 | 21.15 | 17.53 | - |
| YUV | 119.66 | 123.68 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 112 | 0 | 0.70 | 0.50 | 0.12 | 343.08 | 0.72 | 0.57 |
| Hex | E0 | 44 | 70 | 0 | 46 | 32 | C | 157 | 48 | 39 |
| Octal | 340 | 104 | 160 | 0 | 106 | 62 | 14 | 527 | 110 | 71 |
| Binary | 11100000 | 1000100 | 1110000 | 0 | 1000110 | 110010 | 1100 | 101010111 | 1001000 | 111001 |
Color Harmonies of #E04470
Complementary color
Monochromatic Colors of #E04470
Black with #E04470
Text Example
Text Example
White with #E04470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04470; }
p { color: rgb(224,68,112); }
H1.HeaderClassName
{
color: #E04470;
}
.AnyTagClassName
{
color: #E04470;
}
</style>
background-color css
<style>
a { background-color: #E04470; }
a { background-color: rgb(224,68,112); }
div.DivClassName
{
background-color: #E04470;
}
.BgClassName
{
background-color: #E04470;
}
</style>
border-color css
<style>
span { border-color: #E04470; }
span { border-color: rgb(224,68,112); }
td.TdClassName
{
border-color: #E04470;
}
.TagClassName
{
border-color: #E04470;
}
</style>