Shades of Cranberry #E2516C
Tints of Cranberry #E2516C
RGB
CMYK
RGB Variations
Color information
#E2516C (or 0xE2516C) is known color: Cranberry. HEX triplet: E2, 51 and 6C. RGB value is (226,81,108). Sum of RGB (Red+Green+Blue) = 226+81+108=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E2516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2516C is #1DAE93. Grayscale: #7F7F7F. Windows color (decimal): -1945236 or 7098850. OLE color: 7098850.
HSL color Cylindrical-coordinate representation of color #E2516C: hue angle of 348.83º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2516C is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 108 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.11 |
| HSL | 348.83º | 0.71% | 0.6% | - |
| HSV(B) | 348.83º | 0.64% | 0.89% | - |
| XYZ | 37.01 | 23.14 | 16.7 | - |
| YUV | 127.43 | 117.04 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 108 | 0 | 0.64 | 0.52 | 0.11 | 348.83 | 0.71 | 0.6 |
| Hex | E2 | 51 | 6C | 0 | 40 | 34 | B | 15D | 47 | 3C |
| Octal | 342 | 121 | 154 | 0 | 100 | 64 | 13 | 535 | 107 | 74 |
| Binary | 11100010 | 1010001 | 1101100 | 0 | 1000000 | 110100 | 1011 | 101011101 | 1000111 | 111100 |
Color Harmonies of #E2516C
Complementary color
Monochromatic Colors of #E2516C
Black with #E2516C
Text Example
Text Example
White with #E2516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2516C; }
p { color: rgb(226,81,108); }
H1.HeaderClassName
{
color: #E2516C;
}
.AnyTagClassName
{
color: #E2516C;
}
</style>
background-color css
<style>
a { background-color: #E2516C; }
a { background-color: rgb(226,81,108); }
div.DivClassName
{
background-color: #E2516C;
}
.BgClassName
{
background-color: #E2516C;
}
</style>
border-color css
<style>
span { border-color: #E2516C; }
span { border-color: rgb(226,81,108); }
td.TdClassName
{
border-color: #E2516C;
}
.TagClassName
{
border-color: #E2516C;
}
</style>