Shades of Cranberry #E04970
Tints of Cranberry #E04970
RGB
CMYK
RGB Variations
Color information
#E04970 (or 0xE04970) is known color: Cranberry. HEX triplet: E0, 49 and 70. RGB value is (224,73,112). Sum of RGB (Red+Green+Blue) = 224+73+112=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E04970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04970 is #1FB68F. Grayscale: #7A7A7A. Windows color (decimal): -2078352 or 7358944. OLE color: 7358944.
HSL color Cylindrical-coordinate representation of color #E04970: hue angle of 344.5º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04970 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 112 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.12 |
| HSL | 344.5º | 0.71% | 0.58% | - |
| HSV(B) | 344.5º | 0.67% | 0.88% | - |
| XYZ | 36.05 | 21.78 | 17.63 | - |
| YUV | 122.6 | 122.03 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 112 | 0 | 0.67 | 0.50 | 0.12 | 344.5 | 0.71 | 0.58 |
| Hex | E0 | 49 | 70 | 0 | 43 | 32 | C | 159 | 47 | 3A |
| Octal | 340 | 111 | 160 | 0 | 103 | 62 | 14 | 531 | 107 | 72 |
| Binary | 11100000 | 1001001 | 1110000 | 0 | 1000011 | 110010 | 1100 | 101011001 | 1000111 | 111010 |
Color Harmonies of #E04970
Complementary color
Monochromatic Colors of #E04970
Black with #E04970
Text Example
Text Example
White with #E04970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04970; }
p { color: rgb(224,73,112); }
H1.HeaderClassName
{
color: #E04970;
}
.AnyTagClassName
{
color: #E04970;
}
</style>
background-color css
<style>
a { background-color: #E04970; }
a { background-color: rgb(224,73,112); }
div.DivClassName
{
background-color: #E04970;
}
.BgClassName
{
background-color: #E04970;
}
</style>
border-color css
<style>
span { border-color: #E04970; }
span { border-color: rgb(224,73,112); }
td.TdClassName
{
border-color: #E04970;
}
.TagClassName
{
border-color: #E04970;
}
</style>