Shades of Cranberry #E0497B
Tints of Cranberry #E0497B
RGB
CMYK
RGB Variations
Color information
#E0497B (or 0xE0497B) is known color: Cranberry. HEX triplet: E0, 49 and 7B. RGB value is (224,73,123). Sum of RGB (Red+Green+Blue) = 224+73+123=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0497B is #1FB684. Grayscale: #7B7B7B. Windows color (decimal): -2078341 or 8079840. OLE color: 8079840.
HSL color Cylindrical-coordinate representation of color #E0497B: hue angle of 340.13º 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 #E0497B is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 123 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.12 |
| HSL | 340.13º | 0.71% | 0.58% | - |
| HSV(B) | 340.13º | 0.67% | 0.88% | - |
| XYZ | 36.7 | 22.04 | 21.06 | - |
| YUV | 123.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 123 | 0 | 0.67 | 0.45 | 0.12 | 340.13 | 0.71 | 0.58 |
| Hex | E0 | 49 | 7B | 0 | 43 | 2D | C | 154 | 47 | 3A |
| Octal | 340 | 111 | 173 | 0 | 103 | 55 | 14 | 524 | 107 | 72 |
| Binary | 11100000 | 1001001 | 1111011 | 0 | 1000011 | 101101 | 1100 | 101010100 | 1000111 | 111010 |
Color Harmonies of #E0497B
Complementary color
Monochromatic Colors of #E0497B
Black with #E0497B
Text Example
Text Example
White with #E0497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0497B; }
p { color: rgb(224,73,123); }
H1.HeaderClassName
{
color: #E0497B;
}
.AnyTagClassName
{
color: #E0497B;
}
</style>
background-color css
<style>
a { background-color: #E0497B; }
a { background-color: rgb(224,73,123); }
div.DivClassName
{
background-color: #E0497B;
}
.BgClassName
{
background-color: #E0497B;
}
</style>
border-color css
<style>
span { border-color: #E0497B; }
span { border-color: rgb(224,73,123); }
td.TdClassName
{
border-color: #E0497B;
}
.TagClassName
{
border-color: #E0497B;
}
</style>