Shades of Cranberry #E0497A
Tints of Cranberry #E0497A
RGB
CMYK
RGB Variations
Color information
#E0497A (or 0xE0497A) is known color: Cranberry. HEX triplet: E0, 49 and 7A. RGB value is (224,73,122). Sum of RGB (Red+Green+Blue) = 224+73+122=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0497A is #1FB685. Grayscale: #7B7B7B. Windows color (decimal): -2078342 or 8014304. OLE color: 8014304.
HSL color Cylindrical-coordinate representation of color #E0497A: hue angle of 340.53º 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 #E0497A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 122 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.12 |
| HSL | 340.53º | 0.71% | 0.58% | - |
| HSV(B) | 340.53º | 0.67% | 0.88% | - |
| XYZ | 36.64 | 22.02 | 20.73 | - |
| YUV | 123.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 122 | 0 | 0.67 | 0.46 | 0.12 | 340.53 | 0.71 | 0.58 |
| Hex | E0 | 49 | 7A | 0 | 43 | 2E | C | 155 | 47 | 3A |
| Octal | 340 | 111 | 172 | 0 | 103 | 56 | 14 | 525 | 107 | 72 |
| Binary | 11100000 | 1001001 | 1111010 | 0 | 1000011 | 101110 | 1100 | 101010101 | 1000111 | 111010 |
Color Harmonies of #E0497A
Complementary color
Monochromatic Colors of #E0497A
Black with #E0497A
Text Example
Text Example
White with #E0497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0497A; }
p { color: rgb(224,73,122); }
H1.HeaderClassName
{
color: #E0497A;
}
.AnyTagClassName
{
color: #E0497A;
}
</style>
background-color css
<style>
a { background-color: #E0497A; }
a { background-color: rgb(224,73,122); }
div.DivClassName
{
background-color: #E0497A;
}
.BgClassName
{
background-color: #E0497A;
}
</style>
border-color css
<style>
span { border-color: #E0497A; }
span { border-color: rgb(224,73,122); }
td.TdClassName
{
border-color: #E0497A;
}
.TagClassName
{
border-color: #E0497A;
}
</style>