Shades of Cranberry #E85168
Tints of Cranberry #E85168
RGB
CMYK
RGB Variations
Color information
#E85168 (or 0xE85168) is known color: Cranberry. HEX triplet: E8, 51 and 68. RGB value is (232,81,104). Sum of RGB (Red+Green+Blue) = 232+81+104=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E85168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85168 is #17AE97. Grayscale: #808080. Windows color (decimal): -1552024 or 6836712. OLE color: 6836712.
HSL color Cylindrical-coordinate representation of color #E85168: hue angle of 350.86º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85168 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 104 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.09 |
| HSL | 350.86º | 0.77% | 0.61% | - |
| HSV(B) | 350.86º | 0.65% | 0.91% | - |
| XYZ | 38.72 | 24.04 | 15.7 | - |
| YUV | 128.77 | 114.03 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 104 | 0 | 0.65 | 0.55 | 0.09 | 350.86 | 0.77 | 0.61 |
| Hex | E8 | 51 | 68 | 0 | 41 | 37 | 9 | 15F | 4D | 3D |
| Octal | 350 | 121 | 150 | 0 | 101 | 67 | 11 | 537 | 115 | 75 |
| Binary | 11101000 | 1010001 | 1101000 | 0 | 1000001 | 110111 | 1001 | 101011111 | 1001101 | 111101 |
Color Harmonies of #E85168
Complementary color
Monochromatic Colors of #E85168
Black with #E85168
Text Example
Text Example
White with #E85168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85168; }
p { color: rgb(232,81,104); }
H1.HeaderClassName
{
color: #E85168;
}
.AnyTagClassName
{
color: #E85168;
}
</style>
background-color css
<style>
a { background-color: #E85168; }
a { background-color: rgb(232,81,104); }
div.DivClassName
{
background-color: #E85168;
}
.BgClassName
{
background-color: #E85168;
}
</style>
border-color css
<style>
span { border-color: #E85168; }
span { border-color: rgb(232,81,104); }
td.TdClassName
{
border-color: #E85168;
}
.TagClassName
{
border-color: #E85168;
}
</style>