Shades of Cranberry #E0586C
Tints of Cranberry #E0586C
RGB
CMYK
RGB Variations
Color information
#E0586C (or 0xE0586C) is known color: Cranberry. HEX triplet: E0, 58 and 6C. RGB value is (224,88,108). Sum of RGB (Red+Green+Blue) = 224+88+108=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0586C is #1FA793. Grayscale: #838383. Windows color (decimal): -2074516 or 7100640. OLE color: 7100640.
HSL color Cylindrical-coordinate representation of color #E0586C: hue angle of 351.18º 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 #E0586C is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 108 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.12 |
| HSL | 351.18º | 0.69% | 0.61% | - |
| HSV(B) | 351.18º | 0.61% | 0.88% | - |
| XYZ | 36.94 | 23.91 | 16.86 | - |
| YUV | 130.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 108 | 0 | 0.61 | 0.52 | 0.12 | 351.18 | 0.69 | 0.61 |
| Hex | E0 | 58 | 6C | 0 | 3D | 34 | C | 15F | 45 | 3D |
| Octal | 340 | 130 | 154 | 0 | 75 | 64 | 14 | 537 | 105 | 75 |
| Binary | 11100000 | 1011000 | 1101100 | 0 | 111101 | 110100 | 1100 | 101011111 | 1000101 | 111101 |
Color Harmonies of #E0586C
Complementary color
Monochromatic Colors of #E0586C
Black with #E0586C
Text Example
Text Example
White with #E0586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0586C; }
p { color: rgb(224,88,108); }
H1.HeaderClassName
{
color: #E0586C;
}
.AnyTagClassName
{
color: #E0586C;
}
</style>
background-color css
<style>
a { background-color: #E0586C; }
a { background-color: rgb(224,88,108); }
div.DivClassName
{
background-color: #E0586C;
}
.BgClassName
{
background-color: #E0586C;
}
</style>
border-color css
<style>
span { border-color: #E0586C; }
span { border-color: rgb(224,88,108); }
td.TdClassName
{
border-color: #E0586C;
}
.TagClassName
{
border-color: #E0586C;
}
</style>