Shades of Cranberry #E85066
Tints of Cranberry #E85066
RGB
CMYK
RGB Variations
Color information
#E85066 (or 0xE85066) is known color: Cranberry. HEX triplet: E8, 50 and 66. RGB value is (232,80,102). Sum of RGB (Red+Green+Blue) = 232+80+102=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E85066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85066 is #17AF99. Grayscale: #808080. Windows color (decimal): -1552282 or 6705384. OLE color: 6705384.
HSL color Cylindrical-coordinate representation of color #E85066: hue angle of 351.32º 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 #E85066 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 102 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.09 |
| HSL | 351.32º | 0.77% | 0.61% | - |
| HSV(B) | 351.32º | 0.66% | 0.91% | - |
| XYZ | 38.55 | 23.85 | 15.14 | - |
| YUV | 127.96 | 113.36 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 102 | 0 | 0.66 | 0.56 | 0.09 | 351.32 | 0.77 | 0.61 |
| Hex | E8 | 50 | 66 | 0 | 42 | 38 | 9 | 15F | 4D | 3D |
| Octal | 350 | 120 | 146 | 0 | 102 | 70 | 11 | 537 | 115 | 75 |
| Binary | 11101000 | 1010000 | 1100110 | 0 | 1000010 | 111000 | 1001 | 101011111 | 1001101 | 111101 |
Color Harmonies of #E85066
Complementary color
Monochromatic Colors of #E85066
Black with #E85066
Text Example
Text Example
White with #E85066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85066; }
p { color: rgb(232,80,102); }
H1.HeaderClassName
{
color: #E85066;
}
.AnyTagClassName
{
color: #E85066;
}
</style>
background-color css
<style>
a { background-color: #E85066; }
a { background-color: rgb(232,80,102); }
div.DivClassName
{
background-color: #E85066;
}
.BgClassName
{
background-color: #E85066;
}
</style>
border-color css
<style>
span { border-color: #E85066; }
span { border-color: rgb(232,80,102); }
td.TdClassName
{
border-color: #E85066;
}
.TagClassName
{
border-color: #E85066;
}
</style>