Shades of Cranberry #E2496B
Tints of Cranberry #E2496B
RGB
CMYK
RGB Variations
Color information
#E2496B (or 0xE2496B) is known color: Cranberry. HEX triplet: E2, 49 and 6B. RGB value is (226,73,107). Sum of RGB (Red+Green+Blue) = 226+73+107=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2496B is #1DB694. Grayscale: #7A7A7A. Windows color (decimal): -1947285 or 7031266. OLE color: 7031266.
HSL color Cylindrical-coordinate representation of color #E2496B: hue angle of 346.67º 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 #E2496B is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 107 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.11 |
| HSL | 346.67º | 0.73% | 0.59% | - |
| HSV(B) | 346.67º | 0.68% | 0.89% | - |
| XYZ | 36.4 | 22 | 16.24 | - |
| YUV | 122.62 | 119.19 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 107 | 0 | 0.68 | 0.53 | 0.11 | 346.67 | 0.73 | 0.59 |
| Hex | E2 | 49 | 6B | 0 | 44 | 35 | B | 15B | 49 | 3B |
| Octal | 342 | 111 | 153 | 0 | 104 | 65 | 13 | 533 | 111 | 73 |
| Binary | 11100010 | 1001001 | 1101011 | 0 | 1000100 | 110101 | 1011 | 101011011 | 1001001 | 111011 |
Color Harmonies of #E2496B
Complementary color
Monochromatic Colors of #E2496B
Black with #E2496B
Text Example
Text Example
White with #E2496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2496B; }
p { color: rgb(226,73,107); }
H1.HeaderClassName
{
color: #E2496B;
}
.AnyTagClassName
{
color: #E2496B;
}
</style>
background-color css
<style>
a { background-color: #E2496B; }
a { background-color: rgb(226,73,107); }
div.DivClassName
{
background-color: #E2496B;
}
.BgClassName
{
background-color: #E2496B;
}
</style>
border-color css
<style>
span { border-color: #E2496B; }
span { border-color: rgb(226,73,107); }
td.TdClassName
{
border-color: #E2496B;
}
.TagClassName
{
border-color: #E2496B;
}
</style>