Shades of Cranberry #E04F72
Tints of Cranberry #E04F72
RGB
CMYK
RGB Variations
Color information
#E04F72 (or 0xE04F72) is known color: Cranberry. HEX triplet: E0, 4F and 72. RGB value is (224,79,114). Sum of RGB (Red+Green+Blue) = 224+79+114=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F72 is #1FB08D. Grayscale: #7E7E7E. Windows color (decimal): -2076814 or 7491552. OLE color: 7491552.
HSL color Cylindrical-coordinate representation of color #E04F72: hue angle of 345.52º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04F72 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 114 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.12 |
| HSL | 345.52º | 0.7% | 0.59% | - |
| HSV(B) | 345.52º | 0.65% | 0.88% | - |
| XYZ | 36.57 | 22.65 | 18.36 | - |
| YUV | 126.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 114 | 0 | 0.65 | 0.49 | 0.12 | 345.52 | 0.7 | 0.59 |
| Hex | E0 | 4F | 72 | 0 | 41 | 31 | C | 15A | 46 | 3B |
| Octal | 340 | 117 | 162 | 0 | 101 | 61 | 14 | 532 | 106 | 73 |
| Binary | 11100000 | 1001111 | 1110010 | 0 | 1000001 | 110001 | 1100 | 101011010 | 1000110 | 111011 |
Color Harmonies of #E04F72
Complementary color
Monochromatic Colors of #E04F72
Black with #E04F72
Text Example
Text Example
White with #E04F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F72; }
p { color: rgb(224,79,114); }
H1.HeaderClassName
{
color: #E04F72;
}
.AnyTagClassName
{
color: #E04F72;
}
</style>
background-color css
<style>
a { background-color: #E04F72; }
a { background-color: rgb(224,79,114); }
div.DivClassName
{
background-color: #E04F72;
}
.BgClassName
{
background-color: #E04F72;
}
</style>
border-color css
<style>
span { border-color: #E04F72; }
span { border-color: rgb(224,79,114); }
td.TdClassName
{
border-color: #E04F72;
}
.TagClassName
{
border-color: #E04F72;
}
</style>