Shades of Cranberry #E04F79
Tints of Cranberry #E04F79
RGB
CMYK
RGB Variations
Color information
#E04F79 (or 0xE04F79) is known color: Cranberry. HEX triplet: E0, 4F and 79. RGB value is (224,79,121). Sum of RGB (Red+Green+Blue) = 224+79+121=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F79 is #1FB086. Grayscale: #7F7F7F. Windows color (decimal): -2076807 or 7950304. OLE color: 7950304.
HSL color Cylindrical-coordinate representation of color #E04F79: hue angle of 342.62º 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 #E04F79 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 121 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.12 |
| HSL | 342.62º | 0.7% | 0.59% | - |
| HSV(B) | 342.62º | 0.65% | 0.88% | - |
| XYZ | 36.99 | 22.82 | 20.54 | - |
| YUV | 127.14 | 124.54 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 121 | 0 | 0.65 | 0.46 | 0.12 | 342.62 | 0.7 | 0.59 |
| Hex | E0 | 4F | 79 | 0 | 41 | 2E | C | 157 | 46 | 3B |
| Octal | 340 | 117 | 171 | 0 | 101 | 56 | 14 | 527 | 106 | 73 |
| Binary | 11100000 | 1001111 | 1111001 | 0 | 1000001 | 101110 | 1100 | 101010111 | 1000110 | 111011 |
Color Harmonies of #E04F79
Complementary color
Monochromatic Colors of #E04F79
Black with #E04F79
Text Example
Text Example
White with #E04F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F79; }
p { color: rgb(224,79,121); }
H1.HeaderClassName
{
color: #E04F79;
}
.AnyTagClassName
{
color: #E04F79;
}
</style>
background-color css
<style>
a { background-color: #E04F79; }
a { background-color: rgb(224,79,121); }
div.DivClassName
{
background-color: #E04F79;
}
.BgClassName
{
background-color: #E04F79;
}
</style>
border-color css
<style>
span { border-color: #E04F79; }
span { border-color: rgb(224,79,121); }
td.TdClassName
{
border-color: #E04F79;
}
.TagClassName
{
border-color: #E04F79;
}
</style>