Shades of Cranberry #E8516C
Tints of Cranberry #E8516C
RGB
CMYK
RGB Variations
Color information
#E8516C (or 0xE8516C) is known color: Cranberry. HEX triplet: E8, 51 and 6C. RGB value is (232,81,108). Sum of RGB (Red+Green+Blue) = 232+81+108=421 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.11% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 232 - color contains mainly: red. Hex color #E8516C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8516C is #17AE93. Grayscale: #818181. Windows color (decimal): -1552020 or 7098856. OLE color: 7098856.
HSL color Cylindrical-coordinate representation of color #E8516C: hue angle of 349.27º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8516C is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 108 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.09 |
| HSL | 349.27º | 0.77% | 0.61% | - |
| HSV(B) | 349.27º | 0.65% | 0.91% | - |
| XYZ | 38.93 | 24.12 | 16.79 | - |
| YUV | 129.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 108 | 0 | 0.65 | 0.53 | 0.09 | 349.27 | 0.77 | 0.61 |
| Hex | E8 | 51 | 6C | 0 | 41 | 35 | 9 | 15D | 4D | 3D |
| Octal | 350 | 121 | 154 | 0 | 101 | 65 | 11 | 535 | 115 | 75 |
| Binary | 11101000 | 1010001 | 1101100 | 0 | 1000001 | 110101 | 1001 | 101011101 | 1001101 | 111101 |
Color Harmonies of #E8516C
Complementary color
Monochromatic Colors of #E8516C
Black with #E8516C
Text Example
Text Example
White with #E8516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8516C; }
p { color: rgb(232,81,108); }
H1.HeaderClassName
{
color: #E8516C;
}
.AnyTagClassName
{
color: #E8516C;
}
</style>
background-color css
<style>
a { background-color: #E8516C; }
a { background-color: rgb(232,81,108); }
div.DivClassName
{
background-color: #E8516C;
}
.BgClassName
{
background-color: #E8516C;
}
</style>
border-color css
<style>
span { border-color: #E8516C; }
span { border-color: rgb(232,81,108); }
td.TdClassName
{
border-color: #E8516C;
}
.TagClassName
{
border-color: #E8516C;
}
</style>