Shades of Cranberry #E85064
Tints of Cranberry #E85064
RGB
CMYK
RGB Variations
Color information
#E85064 (or 0xE85064) is known color: Cranberry. HEX triplet: E8, 50 and 64. RGB value is (232,80,100). Sum of RGB (Red+Green+Blue) = 232+80+100=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E85064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85064 is #17AF9B. Grayscale: #7F7F7F. Windows color (decimal): -1552284 or 6574312. OLE color: 6574312.
HSL color Cylindrical-coordinate representation of color #E85064: hue angle of 352.11º 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 #E85064 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 100 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.09 |
| HSL | 352.11º | 0.77% | 0.61% | - |
| HSV(B) | 352.11º | 0.66% | 0.91% | - |
| XYZ | 38.45 | 23.81 | 14.63 | - |
| YUV | 127.73 | 112.36 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 100 | 0 | 0.66 | 0.57 | 0.09 | 352.11 | 0.77 | 0.61 |
| Hex | E8 | 50 | 64 | 0 | 42 | 39 | 9 | 160 | 4D | 3D |
| Octal | 350 | 120 | 144 | 0 | 102 | 71 | 11 | 540 | 115 | 75 |
| Binary | 11101000 | 1010000 | 1100100 | 0 | 1000010 | 111001 | 1001 | 101100000 | 1001101 | 111101 |
Color Harmonies of #E85064
Complementary color
Monochromatic Colors of #E85064
Black with #E85064
Text Example
Text Example
White with #E85064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85064; }
p { color: rgb(232,80,100); }
H1.HeaderClassName
{
color: #E85064;
}
.AnyTagClassName
{
color: #E85064;
}
</style>
background-color css
<style>
a { background-color: #E85064; }
a { background-color: rgb(232,80,100); }
div.DivClassName
{
background-color: #E85064;
}
.BgClassName
{
background-color: #E85064;
}
</style>
border-color css
<style>
span { border-color: #E85064; }
span { border-color: rgb(232,80,100); }
td.TdClassName
{
border-color: #E85064;
}
.TagClassName
{
border-color: #E85064;
}
</style>