Shades of Cranberry #E0596D
Tints of Cranberry #E0596D
RGB
CMYK
RGB Variations
Color information
#E0596D (or 0xE0596D) is known color: Cranberry. HEX triplet: E0, 59 and 6D. RGB value is (224,89,109). Sum of RGB (Red+Green+Blue) = 224+89+109=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E0596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0596D is #1FA692. Grayscale: #838383. Windows color (decimal): -2074259 or 7166432. OLE color: 7166432.
HSL color Cylindrical-coordinate representation of color #E0596D: hue angle of 351.11º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0596D is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 109 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.12 |
| HSL | 351.11º | 0.69% | 0.61% | - |
| HSV(B) | 351.11º | 0.6% | 0.88% | - |
| XYZ | 37.07 | 24.1 | 17.17 | - |
| YUV | 131.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 109 | 0 | 0.60 | 0.51 | 0.12 | 351.11 | 0.69 | 0.61 |
| Hex | E0 | 59 | 6D | 0 | 3C | 33 | C | 15F | 45 | 3D |
| Octal | 340 | 131 | 155 | 0 | 74 | 63 | 14 | 537 | 105 | 75 |
| Binary | 11100000 | 1011001 | 1101101 | 0 | 111100 | 110011 | 1100 | 101011111 | 1000101 | 111101 |
Color Harmonies of #E0596D
Complementary color
Monochromatic Colors of #E0596D
Black with #E0596D
Text Example
Text Example
White with #E0596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0596D; }
p { color: rgb(224,89,109); }
H1.HeaderClassName
{
color: #E0596D;
}
.AnyTagClassName
{
color: #E0596D;
}
</style>
background-color css
<style>
a { background-color: #E0596D; }
a { background-color: rgb(224,89,109); }
div.DivClassName
{
background-color: #E0596D;
}
.BgClassName
{
background-color: #E0596D;
}
</style>
border-color css
<style>
span { border-color: #E0596D; }
span { border-color: rgb(224,89,109); }
td.TdClassName
{
border-color: #E0596D;
}
.TagClassName
{
border-color: #E0596D;
}
</style>