Shades of Cranberry #E84F70
Tints of Cranberry #E84F70
RGB
CMYK
RGB Variations
Color information
#E84F70 (or 0xE84F70) is known color: Cranberry. HEX triplet: E8, 4F and 70. RGB value is (232,79,112). Sum of RGB (Red+Green+Blue) = 232+79+112=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E84F70 is #17B08F. Grayscale: #808080. Windows color (decimal): -1552528 or 7360488. OLE color: 7360488.
HSL color Cylindrical-coordinate representation of color #E84F70: hue angle of 347.06º 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 #E84F70 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 79 | 112 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.09 |
| HSL | 347.06º | 0.77% | 0.61% | - |
| HSV(B) | 347.06º | 0.66% | 0.91% | - |
| XYZ | 39 | 23.92 | 17.89 | - |
| YUV | 128.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 79 | 112 | 0 | 0.66 | 0.52 | 0.09 | 347.06 | 0.77 | 0.61 |
| Hex | E8 | 4F | 70 | 0 | 42 | 34 | 9 | 15B | 4D | 3D |
| Octal | 350 | 117 | 160 | 0 | 102 | 64 | 11 | 533 | 115 | 75 |
| Binary | 11101000 | 1001111 | 1110000 | 0 | 1000010 | 110100 | 1001 | 101011011 | 1001101 | 111101 |
Color Harmonies of #E84F70
Complementary color
Monochromatic Colors of #E84F70
Black with #E84F70
Text Example
Text Example
White with #E84F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84F70; }
p { color: rgb(232,79,112); }
H1.HeaderClassName
{
color: #E84F70;
}
.AnyTagClassName
{
color: #E84F70;
}
</style>
background-color css
<style>
a { background-color: #E84F70; }
a { background-color: rgb(232,79,112); }
div.DivClassName
{
background-color: #E84F70;
}
.BgClassName
{
background-color: #E84F70;
}
</style>
border-color css
<style>
span { border-color: #E84F70; }
span { border-color: rgb(232,79,112); }
td.TdClassName
{
border-color: #E84F70;
}
.TagClassName
{
border-color: #E84F70;
}
</style>