Shades of Cranberry #E04F71
Tints of Cranberry #E04F71
RGB
CMYK
RGB Variations
Color information
#E04F71 (or 0xE04F71) is known color: Cranberry. HEX triplet: E0, 4F and 71. RGB value is (224,79,113). Sum of RGB (Red+Green+Blue) = 224+79+113=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F71 is #1FB08E. Grayscale: #7E7E7E. Windows color (decimal): -2076815 or 7426016. OLE color: 7426016.
HSL color Cylindrical-coordinate representation of color #E04F71: hue angle of 345.93º 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 #E04F71 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 113 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.12 |
| HSL | 345.93º | 0.7% | 0.59% | - |
| HSV(B) | 345.93º | 0.65% | 0.88% | - |
| XYZ | 36.52 | 22.63 | 18.07 | - |
| YUV | 126.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 113 | 0 | 0.65 | 0.50 | 0.12 | 345.93 | 0.7 | 0.59 |
| Hex | E0 | 4F | 71 | 0 | 41 | 32 | C | 15A | 46 | 3B |
| Octal | 340 | 117 | 161 | 0 | 101 | 62 | 14 | 532 | 106 | 73 |
| Binary | 11100000 | 1001111 | 1110001 | 0 | 1000001 | 110010 | 1100 | 101011010 | 1000110 | 111011 |
Color Harmonies of #E04F71
Complementary color
Monochromatic Colors of #E04F71
Black with #E04F71
Text Example
Text Example
White with #E04F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F71; }
p { color: rgb(224,79,113); }
H1.HeaderClassName
{
color: #E04F71;
}
.AnyTagClassName
{
color: #E04F71;
}
</style>
background-color css
<style>
a { background-color: #E04F71; }
a { background-color: rgb(224,79,113); }
div.DivClassName
{
background-color: #E04F71;
}
.BgClassName
{
background-color: #E04F71;
}
</style>
border-color css
<style>
span { border-color: #E04F71; }
span { border-color: rgb(224,79,113); }
td.TdClassName
{
border-color: #E04F71;
}
.TagClassName
{
border-color: #E04F71;
}
</style>