Shades of Cranberry #E04D70
Tints of Cranberry #E04D70
RGB
CMYK
RGB Variations
Color information
#E04D70 (or 0xE04D70) is known color: Cranberry. HEX triplet: E0, 4D and 70. RGB value is (224,77,112). Sum of RGB (Red+Green+Blue) = 224+77+112=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04D70 is #1FB28F. Grayscale: #7C7C7C. Windows color (decimal): -2077328 or 7359968. OLE color: 7359968.
HSL color Cylindrical-coordinate representation of color #E04D70: hue angle of 345.71º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04D70 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 112 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.12 |
| HSL | 345.71º | 0.7% | 0.59% | - |
| HSV(B) | 345.71º | 0.66% | 0.88% | - |
| XYZ | 36.32 | 22.32 | 17.72 | - |
| YUV | 124.94 | 120.7 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 112 | 0 | 0.66 | 0.50 | 0.12 | 345.71 | 0.7 | 0.59 |
| Hex | E0 | 4D | 70 | 0 | 42 | 32 | C | 15A | 46 | 3B |
| Octal | 340 | 115 | 160 | 0 | 102 | 62 | 14 | 532 | 106 | 73 |
| Binary | 11100000 | 1001101 | 1110000 | 0 | 1000010 | 110010 | 1100 | 101011010 | 1000110 | 111011 |
Color Harmonies of #E04D70
Complementary color
Monochromatic Colors of #E04D70
Black with #E04D70
Text Example
Text Example
White with #E04D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D70; }
p { color: rgb(224,77,112); }
H1.HeaderClassName
{
color: #E04D70;
}
.AnyTagClassName
{
color: #E04D70;
}
</style>
background-color css
<style>
a { background-color: #E04D70; }
a { background-color: rgb(224,77,112); }
div.DivClassName
{
background-color: #E04D70;
}
.BgClassName
{
background-color: #E04D70;
}
</style>
border-color css
<style>
span { border-color: #E04D70; }
span { border-color: rgb(224,77,112); }
td.TdClassName
{
border-color: #E04D70;
}
.TagClassName
{
border-color: #E04D70;
}
</style>