Shades of Cranberry #E85368
Tints of Cranberry #E85368
RGB
CMYK
RGB Variations
Color information
#E85368 (or 0xE85368) is known color: Cranberry. HEX triplet: E8, 53 and 68. RGB value is (232,83,104). Sum of RGB (Red+Green+Blue) = 232+83+104=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E85368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85368 is #17AC97. Grayscale: #828282. Windows color (decimal): -1551512 or 6837224. OLE color: 6837224.
HSL color Cylindrical-coordinate representation of color #E85368: hue angle of 351.54º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85368 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 104 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.09 |
| HSL | 351.54º | 0.76% | 0.62% | - |
| HSV(B) | 351.54º | 0.64% | 0.91% | - |
| XYZ | 38.87 | 24.34 | 15.75 | - |
| YUV | 129.95 | 113.36 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 104 | 0 | 0.64 | 0.55 | 0.09 | 351.54 | 0.76 | 0.62 |
| Hex | E8 | 53 | 68 | 0 | 40 | 37 | 9 | 160 | 4C | 3E |
| Octal | 350 | 123 | 150 | 0 | 100 | 67 | 11 | 540 | 114 | 76 |
| Binary | 11101000 | 1010011 | 1101000 | 0 | 1000000 | 110111 | 1001 | 101100000 | 1001100 | 111110 |
Color Harmonies of #E85368
Complementary color
Monochromatic Colors of #E85368
Black with #E85368
Text Example
Text Example
White with #E85368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85368; }
p { color: rgb(232,83,104); }
H1.HeaderClassName
{
color: #E85368;
}
.AnyTagClassName
{
color: #E85368;
}
</style>
background-color css
<style>
a { background-color: #E85368; }
a { background-color: rgb(232,83,104); }
div.DivClassName
{
background-color: #E85368;
}
.BgClassName
{
background-color: #E85368;
}
</style>
border-color css
<style>
span { border-color: #E85368; }
span { border-color: rgb(232,83,104); }
td.TdClassName
{
border-color: #E85368;
}
.TagClassName
{
border-color: #E85368;
}
</style>