Shades of Cranberry #E2496D
Tints of Cranberry #E2496D
RGB
CMYK
RGB Variations
Color information
#E2496D (or 0xE2496D) is known color: Cranberry. HEX triplet: E2, 49 and 6D. RGB value is (226,73,109). Sum of RGB (Red+Green+Blue) = 226+73+109=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E2496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2496D is #1DB692. Grayscale: #7A7A7A. Windows color (decimal): -1947283 or 7162338. OLE color: 7162338.
HSL color Cylindrical-coordinate representation of color #E2496D: hue angle of 345.88º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2496D is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 109 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.11 |
| HSL | 345.88º | 0.73% | 0.59% | - |
| HSV(B) | 345.88º | 0.68% | 0.89% | - |
| XYZ | 36.51 | 22.04 | 16.8 | - |
| YUV | 122.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 109 | 0 | 0.68 | 0.52 | 0.11 | 345.88 | 0.73 | 0.59 |
| Hex | E2 | 49 | 6D | 0 | 44 | 34 | B | 15A | 49 | 3B |
| Octal | 342 | 111 | 155 | 0 | 104 | 64 | 13 | 532 | 111 | 73 |
| Binary | 11100010 | 1001001 | 1101101 | 0 | 1000100 | 110100 | 1011 | 101011010 | 1001001 | 111011 |
Color Harmonies of #E2496D
Complementary color
Monochromatic Colors of #E2496D
Black with #E2496D
Text Example
Text Example
White with #E2496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2496D; }
p { color: rgb(226,73,109); }
H1.HeaderClassName
{
color: #E2496D;
}
.AnyTagClassName
{
color: #E2496D;
}
</style>
background-color css
<style>
a { background-color: #E2496D; }
a { background-color: rgb(226,73,109); }
div.DivClassName
{
background-color: #E2496D;
}
.BgClassName
{
background-color: #E2496D;
}
</style>
border-color css
<style>
span { border-color: #E2496D; }
span { border-color: rgb(226,73,109); }
td.TdClassName
{
border-color: #E2496D;
}
.TagClassName
{
border-color: #E2496D;
}
</style>