Shades of Cranberry #E0497E
Tints of Cranberry #E0497E
RGB
CMYK
RGB Variations
Color information
#E0497E (or 0xE0497E) is known color: Cranberry. HEX triplet: E0, 49 and 7E. RGB value is (224,73,126). Sum of RGB (Red+Green+Blue) = 224+73+126=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E0497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0497E is #1FB681. Grayscale: #7C7C7C. Windows color (decimal): -2078338 or 8276448. OLE color: 8276448.
HSL color Cylindrical-coordinate representation of color #E0497E: hue angle of 338.94º 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 #E0497E is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 126 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.12 |
| HSL | 338.94º | 0.71% | 0.58% | - |
| HSV(B) | 338.94º | 0.67% | 0.88% | - |
| XYZ | 36.89 | 22.12 | 22.06 | - |
| YUV | 124.19 | 129.03 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 126 | 0 | 0.67 | 0.44 | 0.12 | 338.94 | 0.71 | 0.58 |
| Hex | E0 | 49 | 7E | 0 | 43 | 2C | C | 153 | 47 | 3A |
| Octal | 340 | 111 | 176 | 0 | 103 | 54 | 14 | 523 | 107 | 72 |
| Binary | 11100000 | 1001001 | 1111110 | 0 | 1000011 | 101100 | 1100 | 101010011 | 1000111 | 111010 |
Color Harmonies of #E0497E
Complementary color
Monochromatic Colors of #E0497E
Black with #E0497E
Text Example
Text Example
White with #E0497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0497E; }
p { color: rgb(224,73,126); }
H1.HeaderClassName
{
color: #E0497E;
}
.AnyTagClassName
{
color: #E0497E;
}
</style>
background-color css
<style>
a { background-color: #E0497E; }
a { background-color: rgb(224,73,126); }
div.DivClassName
{
background-color: #E0497E;
}
.BgClassName
{
background-color: #E0497E;
}
</style>
border-color css
<style>
span { border-color: #E0497E; }
span { border-color: rgb(224,73,126); }
td.TdClassName
{
border-color: #E0497E;
}
.TagClassName
{
border-color: #E0497E;
}
</style>