Shades of Cranberry #E04872
Tints of Cranberry #E04872
RGB
CMYK
RGB Variations
Color information
#E04872 (or 0xE04872) is known color: Cranberry. HEX triplet: E0, 48 and 72. RGB value is (224,72,114). Sum of RGB (Red+Green+Blue) = 224+72+114=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E04872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04872 is #1FB78D. Grayscale: #7A7A7A. Windows color (decimal): -2078606 or 7489760. OLE color: 7489760.
HSL color Cylindrical-coordinate representation of color #E04872: hue angle of 343.42º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E04872 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 114 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.12 |
| HSL | 343.42º | 0.71% | 0.58% | - |
| HSV(B) | 343.42º | 0.68% | 0.88% | - |
| XYZ | 36.1 | 21.7 | 18.21 | - |
| YUV | 122.24 | 123.36 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 114 | 0 | 0.68 | 0.49 | 0.12 | 343.42 | 0.71 | 0.58 |
| Hex | E0 | 48 | 72 | 0 | 44 | 31 | C | 157 | 47 | 3A |
| Octal | 340 | 110 | 162 | 0 | 104 | 61 | 14 | 527 | 107 | 72 |
| Binary | 11100000 | 1001000 | 1110010 | 0 | 1000100 | 110001 | 1100 | 101010111 | 1000111 | 111010 |
Color Harmonies of #E04872
Complementary color
Monochromatic Colors of #E04872
Black with #E04872
Text Example
Text Example
White with #E04872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04872; }
p { color: rgb(224,72,114); }
H1.HeaderClassName
{
color: #E04872;
}
.AnyTagClassName
{
color: #E04872;
}
</style>
background-color css
<style>
a { background-color: #E04872; }
a { background-color: rgb(224,72,114); }
div.DivClassName
{
background-color: #E04872;
}
.BgClassName
{
background-color: #E04872;
}
</style>
border-color css
<style>
span { border-color: #E04872; }
span { border-color: rgb(224,72,114); }
td.TdClassName
{
border-color: #E04872;
}
.TagClassName
{
border-color: #E04872;
}
</style>