Shades of Cranberry #E04972
Tints of Cranberry #E04972
RGB
CMYK
RGB Variations
Color information
#E04972 (or 0xE04972) is known color: Cranberry. HEX triplet: E0, 49 and 72. RGB value is (224,73,114). Sum of RGB (Red+Green+Blue) = 224+73+114=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E04972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04972 is #1FB68D. Grayscale: #7A7A7A. Windows color (decimal): -2078350 or 7490016. OLE color: 7490016.
HSL color Cylindrical-coordinate representation of color #E04972: hue angle of 343.71º 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 #E04972 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 114 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.12 |
| HSL | 343.71º | 0.71% | 0.58% | - |
| HSV(B) | 343.71º | 0.67% | 0.88% | - |
| XYZ | 36.16 | 21.83 | 18.23 | - |
| YUV | 122.82 | 123.03 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 114 | 0 | 0.67 | 0.49 | 0.12 | 343.71 | 0.71 | 0.58 |
| Hex | E0 | 49 | 72 | 0 | 43 | 31 | C | 158 | 47 | 3A |
| Octal | 340 | 111 | 162 | 0 | 103 | 61 | 14 | 530 | 107 | 72 |
| Binary | 11100000 | 1001001 | 1110010 | 0 | 1000011 | 110001 | 1100 | 101011000 | 1000111 | 111010 |
Color Harmonies of #E04972
Complementary color
Monochromatic Colors of #E04972
Black with #E04972
Text Example
Text Example
White with #E04972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04972; }
p { color: rgb(224,73,114); }
H1.HeaderClassName
{
color: #E04972;
}
.AnyTagClassName
{
color: #E04972;
}
</style>
background-color css
<style>
a { background-color: #E04972; }
a { background-color: rgb(224,73,114); }
div.DivClassName
{
background-color: #E04972;
}
.BgClassName
{
background-color: #E04972;
}
</style>
border-color css
<style>
span { border-color: #E04972; }
span { border-color: rgb(224,73,114); }
td.TdClassName
{
border-color: #E04972;
}
.TagClassName
{
border-color: #E04972;
}
</style>