Shades of Cranberry #E2596B
Tints of Cranberry #E2596B
RGB
CMYK
RGB Variations
Color information
#E2596B (or 0xE2596B) is known color: Cranberry. HEX triplet: E2, 59 and 6B. RGB value is (226,89,107). Sum of RGB (Red+Green+Blue) = 226+89+107=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E2596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2596B is #1DA694. Grayscale: #848484. Windows color (decimal): -1943189 or 7035362. OLE color: 7035362.
HSL color Cylindrical-coordinate representation of color #E2596B: hue angle of 352.12º 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 #E2596B is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 107 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.11 |
| HSL | 352.12º | 0.7% | 0.62% | - |
| HSV(B) | 352.12º | 0.61% | 0.89% | - |
| XYZ | 37.59 | 24.38 | 16.63 | - |
| YUV | 132.02 | 113.89 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 107 | 0 | 0.61 | 0.53 | 0.11 | 352.12 | 0.7 | 0.62 |
| Hex | E2 | 59 | 6B | 0 | 3D | 35 | B | 160 | 46 | 3E |
| Octal | 342 | 131 | 153 | 0 | 75 | 65 | 13 | 540 | 106 | 76 |
| Binary | 11100010 | 1011001 | 1101011 | 0 | 111101 | 110101 | 1011 | 101100000 | 1000110 | 111110 |
Color Harmonies of #E2596B
Complementary color
Monochromatic Colors of #E2596B
Black with #E2596B
Text Example
Text Example
White with #E2596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2596B; }
p { color: rgb(226,89,107); }
H1.HeaderClassName
{
color: #E2596B;
}
.AnyTagClassName
{
color: #E2596B;
}
</style>
background-color css
<style>
a { background-color: #E2596B; }
a { background-color: rgb(226,89,107); }
div.DivClassName
{
background-color: #E2596B;
}
.BgClassName
{
background-color: #E2596B;
}
</style>
border-color css
<style>
span { border-color: #E2596B; }
span { border-color: rgb(226,89,107); }
td.TdClassName
{
border-color: #E2596B;
}
.TagClassName
{
border-color: #E2596B;
}
</style>