Shades of Cranberry #E85668
Tints of Cranberry #E85668
RGB
CMYK
RGB Variations
Color information
#E85668 (or 0xE85668) is known color: Cranberry. HEX triplet: E8, 56 and 68. RGB value is (232,86,104). Sum of RGB (Red+Green+Blue) = 232+86+104=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E85668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85668 is #17A997. Grayscale: #838383. Windows color (decimal): -1550744 or 6837992. OLE color: 6837992.
HSL color Cylindrical-coordinate representation of color #E85668: hue angle of 352.6º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85668 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 104 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.09 |
| HSL | 352.6º | 0.76% | 0.62% | - |
| HSV(B) | 352.6º | 0.63% | 0.91% | - |
| XYZ | 39.11 | 24.81 | 15.82 | - |
| YUV | 131.71 | 112.37 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 104 | 0 | 0.63 | 0.55 | 0.09 | 352.6 | 0.76 | 0.62 |
| Hex | E8 | 56 | 68 | 0 | 3F | 37 | 9 | 161 | 4C | 3E |
| Octal | 350 | 126 | 150 | 0 | 77 | 67 | 11 | 541 | 114 | 76 |
| Binary | 11101000 | 1010110 | 1101000 | 0 | 111111 | 110111 | 1001 | 101100001 | 1001100 | 111110 |
Color Harmonies of #E85668
Complementary color
Monochromatic Colors of #E85668
Black with #E85668
Text Example
Text Example
White with #E85668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85668; }
p { color: rgb(232,86,104); }
H1.HeaderClassName
{
color: #E85668;
}
.AnyTagClassName
{
color: #E85668;
}
</style>
background-color css
<style>
a { background-color: #E85668; }
a { background-color: rgb(232,86,104); }
div.DivClassName
{
background-color: #E85668;
}
.BgClassName
{
background-color: #E85668;
}
</style>
border-color css
<style>
span { border-color: #E85668; }
span { border-color: rgb(232,86,104); }
td.TdClassName
{
border-color: #E85668;
}
.TagClassName
{
border-color: #E85668;
}
</style>