Shades of Cranberry #E2516B
Tints of Cranberry #E2516B
RGB
CMYK
RGB Variations
Color information
#E2516B (or 0xE2516B) is known color: Cranberry. HEX triplet: E2, 51 and 6B. RGB value is (226,81,107). Sum of RGB (Red+Green+Blue) = 226+81+107=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E2516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2516B is #1DAE94. Grayscale: #7F7F7F. Windows color (decimal): -1945237 or 7033314. OLE color: 7033314.
HSL color Cylindrical-coordinate representation of color #E2516B: hue angle of 349.24º 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 #E2516B is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 107 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.11 |
| HSL | 349.24º | 0.71% | 0.6% | - |
| HSV(B) | 349.24º | 0.64% | 0.89% | - |
| XYZ | 36.96 | 23.12 | 16.42 | - |
| YUV | 127.32 | 116.54 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 107 | 0 | 0.64 | 0.53 | 0.11 | 349.24 | 0.71 | 0.6 |
| Hex | E2 | 51 | 6B | 0 | 40 | 35 | B | 15D | 47 | 3C |
| Octal | 342 | 121 | 153 | 0 | 100 | 65 | 13 | 535 | 107 | 74 |
| Binary | 11100010 | 1010001 | 1101011 | 0 | 1000000 | 110101 | 1011 | 101011101 | 1000111 | 111100 |
Color Harmonies of #E2516B
Complementary color
Monochromatic Colors of #E2516B
Black with #E2516B
Text Example
Text Example
White with #E2516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2516B; }
p { color: rgb(226,81,107); }
H1.HeaderClassName
{
color: #E2516B;
}
.AnyTagClassName
{
color: #E2516B;
}
</style>
background-color css
<style>
a { background-color: #E2516B; }
a { background-color: rgb(226,81,107); }
div.DivClassName
{
background-color: #E2516B;
}
.BgClassName
{
background-color: #E2516B;
}
</style>
border-color css
<style>
span { border-color: #E2516B; }
span { border-color: rgb(226,81,107); }
td.TdClassName
{
border-color: #E2516B;
}
.TagClassName
{
border-color: #E2516B;
}
</style>