Shades of Cranberry #E0596F
Tints of Cranberry #E0596F
RGB
CMYK
RGB Variations
Color information
#E0596F (or 0xE0596F) is known color: Cranberry. HEX triplet: E0, 59 and 6F. RGB value is (224,89,111). Sum of RGB (Red+Green+Blue) = 224+89+111=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E0596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0596F is #1FA690. Grayscale: #838383. Windows color (decimal): -2074257 or 7297504. OLE color: 7297504.
HSL color Cylindrical-coordinate representation of color #E0596F: hue angle of 350.22º 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 #E0596F is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 111 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.12 |
| HSL | 350.22º | 0.69% | 0.61% | - |
| HSV(B) | 350.22º | 0.6% | 0.88% | - |
| XYZ | 37.18 | 24.14 | 17.74 | - |
| YUV | 131.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 111 | 0 | 0.60 | 0.50 | 0.12 | 350.22 | 0.69 | 0.61 |
| Hex | E0 | 59 | 6F | 0 | 3C | 32 | C | 15E | 45 | 3D |
| Octal | 340 | 131 | 157 | 0 | 74 | 62 | 14 | 536 | 105 | 75 |
| Binary | 11100000 | 1011001 | 1101111 | 0 | 111100 | 110010 | 1100 | 101011110 | 1000101 | 111101 |
Color Harmonies of #E0596F
Complementary color
Monochromatic Colors of #E0596F
Black with #E0596F
Text Example
Text Example
White with #E0596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0596F; }
p { color: rgb(224,89,111); }
H1.HeaderClassName
{
color: #E0596F;
}
.AnyTagClassName
{
color: #E0596F;
}
</style>
background-color css
<style>
a { background-color: #E0596F; }
a { background-color: rgb(224,89,111); }
div.DivClassName
{
background-color: #E0596F;
}
.BgClassName
{
background-color: #E0596F;
}
</style>
border-color css
<style>
span { border-color: #E0596F; }
span { border-color: rgb(224,89,111); }
td.TdClassName
{
border-color: #E0596F;
}
.TagClassName
{
border-color: #E0596F;
}
</style>