Shades of Cranberry #E0497C
Tints of Cranberry #E0497C
RGB
CMYK
RGB Variations
Color information
#E0497C (or 0xE0497C) is known color: Cranberry. HEX triplet: E0, 49 and 7C. RGB value is (224,73,124). Sum of RGB (Red+Green+Blue) = 224+73+124=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E0497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0497C is #1FB683. Grayscale: #7B7B7B. Windows color (decimal): -2078340 or 8145376. OLE color: 8145376.
HSL color Cylindrical-coordinate representation of color #E0497C: hue angle of 339.74º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0497C is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 124 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.12 |
| HSL | 339.74º | 0.71% | 0.58% | - |
| HSV(B) | 339.74º | 0.67% | 0.88% | - |
| XYZ | 36.76 | 22.07 | 21.39 | - |
| YUV | 123.96 | 128.03 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 124 | 0 | 0.67 | 0.45 | 0.12 | 339.74 | 0.71 | 0.58 |
| Hex | E0 | 49 | 7C | 0 | 43 | 2D | C | 154 | 47 | 3A |
| Octal | 340 | 111 | 174 | 0 | 103 | 55 | 14 | 524 | 107 | 72 |
| Binary | 11100000 | 1001001 | 1111100 | 0 | 1000011 | 101101 | 1100 | 101010100 | 1000111 | 111010 |
Color Harmonies of #E0497C
Complementary color
Monochromatic Colors of #E0497C
Black with #E0497C
Text Example
Text Example
White with #E0497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0497C; }
p { color: rgb(224,73,124); }
H1.HeaderClassName
{
color: #E0497C;
}
.AnyTagClassName
{
color: #E0497C;
}
</style>
background-color css
<style>
a { background-color: #E0497C; }
a { background-color: rgb(224,73,124); }
div.DivClassName
{
background-color: #E0497C;
}
.BgClassName
{
background-color: #E0497C;
}
</style>
border-color css
<style>
span { border-color: #E0497C; }
span { border-color: rgb(224,73,124); }
td.TdClassName
{
border-color: #E0497C;
}
.TagClassName
{
border-color: #E0497C;
}
</style>