Shades of Cranberry #E2596C
Tints of Cranberry #E2596C
RGB
CMYK
RGB Variations
Color information
#E2596C (or 0xE2596C) is known color: Cranberry. HEX triplet: E2, 59 and 6C. RGB value is (226,89,108). Sum of RGB (Red+Green+Blue) = 226+89+108=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2596C is #1DA693. Grayscale: #848484. Windows color (decimal): -1943188 or 7100898. OLE color: 7100898.
HSL color Cylindrical-coordinate representation of color #E2596C: hue angle of 351.68º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2596C is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 108 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.11 |
| HSL | 351.68º | 0.7% | 0.62% | - |
| HSV(B) | 351.68º | 0.61% | 0.89% | - |
| XYZ | 37.64 | 24.4 | 16.91 | - |
| YUV | 132.13 | 114.39 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 108 | 0 | 0.61 | 0.52 | 0.11 | 351.68 | 0.7 | 0.62 |
| Hex | E2 | 59 | 6C | 0 | 3D | 34 | B | 160 | 46 | 3E |
| Octal | 342 | 131 | 154 | 0 | 75 | 64 | 13 | 540 | 106 | 76 |
| Binary | 11100010 | 1011001 | 1101100 | 0 | 111101 | 110100 | 1011 | 101100000 | 1000110 | 111110 |
Color Harmonies of #E2596C
Complementary color
Monochromatic Colors of #E2596C
Black with #E2596C
Text Example
Text Example
White with #E2596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2596C; }
p { color: rgb(226,89,108); }
H1.HeaderClassName
{
color: #E2596C;
}
.AnyTagClassName
{
color: #E2596C;
}
</style>
background-color css
<style>
a { background-color: #E2596C; }
a { background-color: rgb(226,89,108); }
div.DivClassName
{
background-color: #E2596C;
}
.BgClassName
{
background-color: #E2596C;
}
</style>
border-color css
<style>
span { border-color: #E2596C; }
span { border-color: rgb(226,89,108); }
td.TdClassName
{
border-color: #E2596C;
}
.TagClassName
{
border-color: #E2596C;
}
</style>