Shades of Cranberry #E0496B
Tints of Cranberry #E0496B
RGB
CMYK
RGB Variations
Color information
#E0496B (or 0xE0496B) is known color: Cranberry. HEX triplet: E0, 49 and 6B. RGB value is (224,73,107). Sum of RGB (Red+Green+Blue) = 224+73+107=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E0496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0496B is #1FB694. Grayscale: #7A7A7A. Windows color (decimal): -2078357 or 7031264. OLE color: 7031264.
HSL color Cylindrical-coordinate representation of color #E0496B: hue angle of 346.49º 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 #E0496B is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 107 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.12 |
| HSL | 346.49º | 0.71% | 0.58% | - |
| HSV(B) | 346.49º | 0.67% | 0.88% | - |
| XYZ | 35.78 | 21.67 | 16.21 | - |
| YUV | 122.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 107 | 0 | 0.67 | 0.52 | 0.12 | 346.49 | 0.71 | 0.58 |
| Hex | E0 | 49 | 6B | 0 | 43 | 34 | C | 15A | 47 | 3A |
| Octal | 340 | 111 | 153 | 0 | 103 | 64 | 14 | 532 | 107 | 72 |
| Binary | 11100000 | 1001001 | 1101011 | 0 | 1000011 | 110100 | 1100 | 101011010 | 1000111 | 111010 |
Color Harmonies of #E0496B
Complementary color
Monochromatic Colors of #E0496B
Black with #E0496B
Text Example
Text Example
White with #E0496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0496B; }
p { color: rgb(224,73,107); }
H1.HeaderClassName
{
color: #E0496B;
}
.AnyTagClassName
{
color: #E0496B;
}
</style>
background-color css
<style>
a { background-color: #E0496B; }
a { background-color: rgb(224,73,107); }
div.DivClassName
{
background-color: #E0496B;
}
.BgClassName
{
background-color: #E0496B;
}
</style>
border-color css
<style>
span { border-color: #E0496B; }
span { border-color: rgb(224,73,107); }
td.TdClassName
{
border-color: #E0496B;
}
.TagClassName
{
border-color: #E0496B;
}
</style>