Shades of Cranberry #E2497C
Tints of Cranberry #E2497C
RGB
CMYK
RGB Variations
Color information
#E2497C (or 0xE2497C) is known color: Cranberry. HEX triplet: E2, 49 and 7C. RGB value is (226,73,124). Sum of RGB (Red+Green+Blue) = 226+73+124=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2497C is #1DB683. Grayscale: #7C7C7C. Windows color (decimal): -1947268 or 8145378. OLE color: 8145378.
HSL color Cylindrical-coordinate representation of color #E2497C: hue angle of 340º 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 #E2497C is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 124 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.11 |
| HSL | 340º | 0.73% | 0.59% | - |
| HSV(B) | 340º | 0.68% | 0.89% | - |
| XYZ | 37.38 | 22.39 | 21.42 | - |
| YUV | 124.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 124 | 0 | 0.68 | 0.45 | 0.11 | 340 | 0.73 | 0.59 |
| Hex | E2 | 49 | 7C | 0 | 44 | 2D | B | 154 | 49 | 3B |
| Octal | 342 | 111 | 174 | 0 | 104 | 55 | 13 | 524 | 111 | 73 |
| Binary | 11100010 | 1001001 | 1111100 | 0 | 1000100 | 101101 | 1011 | 101010100 | 1001001 | 111011 |
Color Harmonies of #E2497C
Complementary color
Monochromatic Colors of #E2497C
Black with #E2497C
Text Example
Text Example
White with #E2497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2497C; }
p { color: rgb(226,73,124); }
H1.HeaderClassName
{
color: #E2497C;
}
.AnyTagClassName
{
color: #E2497C;
}
</style>
background-color css
<style>
a { background-color: #E2497C; }
a { background-color: rgb(226,73,124); }
div.DivClassName
{
background-color: #E2497C;
}
.BgClassName
{
background-color: #E2497C;
}
</style>
border-color css
<style>
span { border-color: #E2497C; }
span { border-color: rgb(226,73,124); }
td.TdClassName
{
border-color: #E2497C;
}
.TagClassName
{
border-color: #E2497C;
}
</style>