Shades of Cranberry #E2596D
Tints of Cranberry #E2596D
RGB
CMYK
RGB Variations
Color information
#E2596D (or 0xE2596D) is known color: Cranberry. HEX triplet: E2, 59 and 6D. RGB value is (226,89,109). Sum of RGB (Red+Green+Blue) = 226+89+109=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E2596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2596D is #1DA692. Grayscale: #848484. Windows color (decimal): -1943187 or 7166434. OLE color: 7166434.
HSL color Cylindrical-coordinate representation of color #E2596D: hue angle of 351.24º 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 #E2596D is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 109 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.11 |
| HSL | 351.24º | 0.7% | 0.62% | - |
| HSV(B) | 351.24º | 0.61% | 0.89% | - |
| XYZ | 37.7 | 24.42 | 17.19 | - |
| YUV | 132.24 | 114.89 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 109 | 0 | 0.61 | 0.52 | 0.11 | 351.24 | 0.7 | 0.62 |
| Hex | E2 | 59 | 6D | 0 | 3D | 34 | B | 15F | 46 | 3E |
| Octal | 342 | 131 | 155 | 0 | 75 | 64 | 13 | 537 | 106 | 76 |
| Binary | 11100010 | 1011001 | 1101101 | 0 | 111101 | 110100 | 1011 | 101011111 | 1000110 | 111110 |
Color Harmonies of #E2596D
Complementary color
Monochromatic Colors of #E2596D
Black with #E2596D
Text Example
Text Example
White with #E2596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2596D; }
p { color: rgb(226,89,109); }
H1.HeaderClassName
{
color: #E2596D;
}
.AnyTagClassName
{
color: #E2596D;
}
</style>
background-color css
<style>
a { background-color: #E2596D; }
a { background-color: rgb(226,89,109); }
div.DivClassName
{
background-color: #E2596D;
}
.BgClassName
{
background-color: #E2596D;
}
</style>
border-color css
<style>
span { border-color: #E2596D; }
span { border-color: rgb(226,89,109); }
td.TdClassName
{
border-color: #E2596D;
}
.TagClassName
{
border-color: #E2596D;
}
</style>