Shades of Cranberry #E0586E
Tints of Cranberry #E0586E
RGB
CMYK
RGB Variations
Color information
#E0586E (or 0xE0586E) is known color: Cranberry. HEX triplet: E0, 58 and 6E. RGB value is (224,88,110). Sum of RGB (Red+Green+Blue) = 224+88+110=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E0586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0586E is #1FA791. Grayscale: #838383. Windows color (decimal): -2074514 or 7231712. OLE color: 7231712.
HSL color Cylindrical-coordinate representation of color #E0586E: hue angle of 350.29º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E0586E is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 110 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.12 |
| HSL | 350.29º | 0.69% | 0.61% | - |
| HSV(B) | 350.29º | 0.61% | 0.88% | - |
| XYZ | 37.04 | 23.95 | 17.42 | - |
| YUV | 131.17 | 116.06 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 110 | 0 | 0.61 | 0.51 | 0.12 | 350.29 | 0.69 | 0.61 |
| Hex | E0 | 58 | 6E | 0 | 3D | 33 | C | 15E | 45 | 3D |
| Octal | 340 | 130 | 156 | 0 | 75 | 63 | 14 | 536 | 105 | 75 |
| Binary | 11100000 | 1011000 | 1101110 | 0 | 111101 | 110011 | 1100 | 101011110 | 1000101 | 111101 |
Color Harmonies of #E0586E
Complementary color
Monochromatic Colors of #E0586E
Black with #E0586E
Text Example
Text Example
White with #E0586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0586E; }
p { color: rgb(224,88,110); }
H1.HeaderClassName
{
color: #E0586E;
}
.AnyTagClassName
{
color: #E0586E;
}
</style>
background-color css
<style>
a { background-color: #E0586E; }
a { background-color: rgb(224,88,110); }
div.DivClassName
{
background-color: #E0586E;
}
.BgClassName
{
background-color: #E0586E;
}
</style>
border-color css
<style>
span { border-color: #E0586E; }
span { border-color: rgb(224,88,110); }
td.TdClassName
{
border-color: #E0586E;
}
.TagClassName
{
border-color: #E0586E;
}
</style>