Shades of Cranberry #E0497D
Tints of Cranberry #E0497D
RGB
CMYK
RGB Variations
Color information
#E0497D (or 0xE0497D) is known color: Cranberry. HEX triplet: E0, 49 and 7D. RGB value is (224,73,125). Sum of RGB (Red+Green+Blue) = 224+73+125=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E0497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0497D is #1FB682. Grayscale: #7C7C7C. Windows color (decimal): -2078339 or 8210912. OLE color: 8210912.
HSL color Cylindrical-coordinate representation of color #E0497D: hue angle of 339.34º 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 #E0497D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 125 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.12 |
| HSL | 339.34º | 0.71% | 0.58% | - |
| HSV(B) | 339.34º | 0.67% | 0.88% | - |
| XYZ | 36.82 | 22.09 | 21.73 | - |
| YUV | 124.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 125 | 0 | 0.67 | 0.44 | 0.12 | 339.34 | 0.71 | 0.58 |
| Hex | E0 | 49 | 7D | 0 | 43 | 2C | C | 153 | 47 | 3A |
| Octal | 340 | 111 | 175 | 0 | 103 | 54 | 14 | 523 | 107 | 72 |
| Binary | 11100000 | 1001001 | 1111101 | 0 | 1000011 | 101100 | 1100 | 101010011 | 1000111 | 111010 |
Color Harmonies of #E0497D
Complementary color
Monochromatic Colors of #E0497D
Black with #E0497D
Text Example
Text Example
White with #E0497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0497D; }
p { color: rgb(224,73,125); }
H1.HeaderClassName
{
color: #E0497D;
}
.AnyTagClassName
{
color: #E0497D;
}
</style>
background-color css
<style>
a { background-color: #E0497D; }
a { background-color: rgb(224,73,125); }
div.DivClassName
{
background-color: #E0497D;
}
.BgClassName
{
background-color: #E0497D;
}
</style>
border-color css
<style>
span { border-color: #E0497D; }
span { border-color: rgb(224,73,125); }
td.TdClassName
{
border-color: #E0497D;
}
.TagClassName
{
border-color: #E0497D;
}
</style>