Shades of Cranberry #E84470
Tints of Cranberry #E84470
RGB
CMYK
RGB Variations
Color information
#E84470 (or 0xE84470) is known color: Cranberry. HEX triplet: E8, 44 and 70. RGB value is (232,68,112). Sum of RGB (Red+Green+Blue) = 232+68+112=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E84470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E84470 is #17BB8F. Grayscale: #7A7A7A. Windows color (decimal): -1555344 or 7357672. OLE color: 7357672.
HSL color Cylindrical-coordinate representation of color #E84470: hue angle of 343.9º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E84470 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 68 | 112 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.09 |
| HSL | 343.9º | 0.78% | 0.59% | - |
| HSV(B) | 343.9º | 0.71% | 0.91% | - |
| XYZ | 38.27 | 22.46 | 17.65 | - |
| YUV | 122.05 | 122.33 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 68 | 112 | 0 | 0.71 | 0.52 | 0.09 | 343.9 | 0.78 | 0.59 |
| Hex | E8 | 44 | 70 | 0 | 47 | 34 | 9 | 158 | 4E | 3B |
| Octal | 350 | 104 | 160 | 0 | 107 | 64 | 11 | 530 | 116 | 73 |
| Binary | 11101000 | 1000100 | 1110000 | 0 | 1000111 | 110100 | 1001 | 101011000 | 1001110 | 111011 |
Color Harmonies of #E84470
Complementary color
Monochromatic Colors of #E84470
Black with #E84470
Text Example
Text Example
White with #E84470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84470; }
p { color: rgb(232,68,112); }
H1.HeaderClassName
{
color: #E84470;
}
.AnyTagClassName
{
color: #E84470;
}
</style>
background-color css
<style>
a { background-color: #E84470; }
a { background-color: rgb(232,68,112); }
div.DivClassName
{
background-color: #E84470;
}
.BgClassName
{
background-color: #E84470;
}
</style>
border-color css
<style>
span { border-color: #E84470; }
span { border-color: rgb(232,68,112); }
td.TdClassName
{
border-color: #E84470;
}
.TagClassName
{
border-color: #E84470;
}
</style>