Shades of Cranberry #E04F75
Tints of Cranberry #E04F75
RGB
CMYK
RGB Variations
Color information
#E04F75 (or 0xE04F75) is known color: Cranberry. HEX triplet: E0, 4F and 75. RGB value is (224,79,117). Sum of RGB (Red+Green+Blue) = 224+79+117=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F75 is #1FB08A. Grayscale: #7E7E7E. Windows color (decimal): -2076811 or 7688160. OLE color: 7688160.
HSL color Cylindrical-coordinate representation of color #E04F75: hue angle of 344.28º 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 #E04F75 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 117 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.12 |
| HSL | 344.28º | 0.7% | 0.59% | - |
| HSV(B) | 344.28º | 0.65% | 0.88% | - |
| XYZ | 36.75 | 22.72 | 19.28 | - |
| YUV | 126.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 117 | 0 | 0.65 | 0.48 | 0.12 | 344.28 | 0.7 | 0.59 |
| Hex | E0 | 4F | 75 | 0 | 41 | 30 | C | 158 | 46 | 3B |
| Octal | 340 | 117 | 165 | 0 | 101 | 60 | 14 | 530 | 106 | 73 |
| Binary | 11100000 | 1001111 | 1110101 | 0 | 1000001 | 110000 | 1100 | 101011000 | 1000110 | 111011 |
Color Harmonies of #E04F75
Complementary color
Monochromatic Colors of #E04F75
Black with #E04F75
Text Example
Text Example
White with #E04F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F75; }
p { color: rgb(224,79,117); }
H1.HeaderClassName
{
color: #E04F75;
}
.AnyTagClassName
{
color: #E04F75;
}
</style>
background-color css
<style>
a { background-color: #E04F75; }
a { background-color: rgb(224,79,117); }
div.DivClassName
{
background-color: #E04F75;
}
.BgClassName
{
background-color: #E04F75;
}
</style>
border-color css
<style>
span { border-color: #E04F75; }
span { border-color: rgb(224,79,117); }
td.TdClassName
{
border-color: #E04F75;
}
.TagClassName
{
border-color: #E04F75;
}
</style>