Shades of Cranberry #E85067
Tints of Cranberry #E85067
RGB
CMYK
RGB Variations
Color information
#E85067 (or 0xE85067) is known color: Cranberry. HEX triplet: E8, 50 and 67. RGB value is (232,80,103). Sum of RGB (Red+Green+Blue) = 232+80+103=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E85067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85067 is #17AF98. Grayscale: #808080. Windows color (decimal): -1552281 or 6770920. OLE color: 6770920.
HSL color Cylindrical-coordinate representation of color #E85067: hue angle of 350.92º 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 #E85067 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 103 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.09 |
| HSL | 350.92º | 0.77% | 0.61% | - |
| HSV(B) | 350.92º | 0.66% | 0.91% | - |
| XYZ | 38.6 | 23.87 | 15.41 | - |
| YUV | 128.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 103 | 0 | 0.66 | 0.56 | 0.09 | 350.92 | 0.77 | 0.61 |
| Hex | E8 | 50 | 67 | 0 | 42 | 38 | 9 | 15F | 4D | 3D |
| Octal | 350 | 120 | 147 | 0 | 102 | 70 | 11 | 537 | 115 | 75 |
| Binary | 11101000 | 1010000 | 1100111 | 0 | 1000010 | 111000 | 1001 | 101011111 | 1001101 | 111101 |
Color Harmonies of #E85067
Complementary color
Monochromatic Colors of #E85067
Black with #E85067
Text Example
Text Example
White with #E85067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85067; }
p { color: rgb(232,80,103); }
H1.HeaderClassName
{
color: #E85067;
}
.AnyTagClassName
{
color: #E85067;
}
</style>
background-color css
<style>
a { background-color: #E85067; }
a { background-color: rgb(232,80,103); }
div.DivClassName
{
background-color: #E85067;
}
.BgClassName
{
background-color: #E85067;
}
</style>
border-color css
<style>
span { border-color: #E85067; }
span { border-color: rgb(232,80,103); }
td.TdClassName
{
border-color: #E85067;
}
.TagClassName
{
border-color: #E85067;
}
</style>