Shades of Cranberry #E85268
Tints of Cranberry #E85268
RGB
CMYK
RGB Variations
Color information
#E85268 (or 0xE85268) is known color: Cranberry. HEX triplet: E8, 52 and 68. RGB value is (232,82,104). Sum of RGB (Red+Green+Blue) = 232+82+104=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E85268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85268 is #17AD97. Grayscale: #818181. Windows color (decimal): -1551768 or 6836968. OLE color: 6836968.
HSL color Cylindrical-coordinate representation of color #E85268: hue angle of 351.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85268 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 104 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.09 |
| HSL | 351.2º | 0.77% | 0.62% | - |
| HSV(B) | 351.2º | 0.65% | 0.91% | - |
| XYZ | 38.79 | 24.19 | 15.72 | - |
| YUV | 129.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 104 | 0 | 0.65 | 0.55 | 0.09 | 351.2 | 0.77 | 0.62 |
| Hex | E8 | 52 | 68 | 0 | 41 | 37 | 9 | 15F | 4D | 3E |
| Octal | 350 | 122 | 150 | 0 | 101 | 67 | 11 | 537 | 115 | 76 |
| Binary | 11101000 | 1010010 | 1101000 | 0 | 1000001 | 110111 | 1001 | 101011111 | 1001101 | 111110 |
Color Harmonies of #E85268
Complementary color
Monochromatic Colors of #E85268
Black with #E85268
Text Example
Text Example
White with #E85268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85268; }
p { color: rgb(232,82,104); }
H1.HeaderClassName
{
color: #E85268;
}
.AnyTagClassName
{
color: #E85268;
}
</style>
background-color css
<style>
a { background-color: #E85268; }
a { background-color: rgb(232,82,104); }
div.DivClassName
{
background-color: #E85268;
}
.BgClassName
{
background-color: #E85268;
}
</style>
border-color css
<style>
span { border-color: #E85268; }
span { border-color: rgb(232,82,104); }
td.TdClassName
{
border-color: #E85268;
}
.TagClassName
{
border-color: #E85268;
}
</style>