Shades of Cranberry #E84E70
Tints of Cranberry #E84E70
RGB
CMYK
RGB Variations
Color information
#E84E70 (or 0xE84E70) is known color: Cranberry. HEX triplet: E8, 4E and 70. RGB value is (232,78,112). Sum of RGB (Red+Green+Blue) = 232+78+112=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E84E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E84E70 is #17B18F. Grayscale: #7F7F7F. Windows color (decimal): -1552784 or 7360232. OLE color: 7360232.
HSL color Cylindrical-coordinate representation of color #E84E70: hue angle of 346.75º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E84E70 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 78 | 112 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.09 |
| HSL | 346.75º | 0.77% | 0.61% | - |
| HSV(B) | 346.75º | 0.66% | 0.91% | - |
| XYZ | 38.93 | 23.77 | 17.87 | - |
| YUV | 127.92 | 119.02 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 112 | 0 | 0.66 | 0.52 | 0.09 | 346.75 | 0.77 | 0.61 |
| Hex | E8 | 4E | 70 | 0 | 42 | 34 | 9 | 15B | 4D | 3D |
| Octal | 350 | 116 | 160 | 0 | 102 | 64 | 11 | 533 | 115 | 75 |
| Binary | 11101000 | 1001110 | 1110000 | 0 | 1000010 | 110100 | 1001 | 101011011 | 1001101 | 111101 |
Color Harmonies of #E84E70
Complementary color
Monochromatic Colors of #E84E70
Black with #E84E70
Text Example
Text Example
White with #E84E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84E70; }
p { color: rgb(232,78,112); }
H1.HeaderClassName
{
color: #E84E70;
}
.AnyTagClassName
{
color: #E84E70;
}
</style>
background-color css
<style>
a { background-color: #E84E70; }
a { background-color: rgb(232,78,112); }
div.DivClassName
{
background-color: #E84E70;
}
.BgClassName
{
background-color: #E84E70;
}
</style>
border-color css
<style>
span { border-color: #E84E70; }
span { border-color: rgb(232,78,112); }
td.TdClassName
{
border-color: #E84E70;
}
.TagClassName
{
border-color: #E84E70;
}
</style>