Shades of Cranberry #E84575
Tints of Cranberry #E84575
RGB
CMYK
RGB Variations
Color information
#E84575 (or 0xE84575) is known color: Cranberry. HEX triplet: E8, 45 and 75. RGB value is (232,69,117). Sum of RGB (Red+Green+Blue) = 232+69+117=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E84575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E84575 is #17BA8A. Grayscale: #7B7B7B. Windows color (decimal): -1555083 or 7685608. OLE color: 7685608.
HSL color Cylindrical-coordinate representation of color #E84575: hue angle of 342.33º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E84575 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 117 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.09 |
| HSL | 342.33º | 0.78% | 0.59% | - |
| HSV(B) | 342.33º | 0.7% | 0.91% | - |
| XYZ | 38.62 | 22.7 | 19.18 | - |
| YUV | 123.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 117 | 0 | 0.70 | 0.50 | 0.09 | 342.33 | 0.78 | 0.59 |
| Hex | E8 | 45 | 75 | 0 | 46 | 32 | 9 | 156 | 4E | 3B |
| Octal | 350 | 105 | 165 | 0 | 106 | 62 | 11 | 526 | 116 | 73 |
| Binary | 11101000 | 1000101 | 1110101 | 0 | 1000110 | 110010 | 1001 | 101010110 | 1001110 | 111011 |
Color Harmonies of #E84575
Complementary color
Monochromatic Colors of #E84575
Black with #E84575
Text Example
Text Example
White with #E84575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84575; }
p { color: rgb(232,69,117); }
H1.HeaderClassName
{
color: #E84575;
}
.AnyTagClassName
{
color: #E84575;
}
</style>
background-color css
<style>
a { background-color: #E84575; }
a { background-color: rgb(232,69,117); }
div.DivClassName
{
background-color: #E84575;
}
.BgClassName
{
background-color: #E84575;
}
</style>
border-color css
<style>
span { border-color: #E84575; }
span { border-color: rgb(232,69,117); }
td.TdClassName
{
border-color: #E84575;
}
.TagClassName
{
border-color: #E84575;
}
</style>