Shades of Cranberry #E0516E
Tints of Cranberry #E0516E
RGB
CMYK
RGB Variations
Color information
#E0516E (or 0xE0516E) is known color: Cranberry. HEX triplet: E0, 51 and 6E. RGB value is (224,81,110). Sum of RGB (Red+Green+Blue) = 224+81+110=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0516E is #1FAE91. Grayscale: #7F7F7F. Windows color (decimal): -2076306 or 7229920. OLE color: 7229920.
HSL color Cylindrical-coordinate representation of color #E0516E: hue angle of 347.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0516E is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 110 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.12 |
| HSL | 347.83º | 0.7% | 0.6% | - |
| HSV(B) | 347.83º | 0.64% | 0.88% | - |
| XYZ | 36.5 | 22.86 | 17.24 | - |
| YUV | 127.06 | 118.38 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 110 | 0 | 0.64 | 0.51 | 0.12 | 347.83 | 0.7 | 0.6 |
| Hex | E0 | 51 | 6E | 0 | 40 | 33 | C | 15C | 46 | 3C |
| Octal | 340 | 121 | 156 | 0 | 100 | 63 | 14 | 534 | 106 | 74 |
| Binary | 11100000 | 1010001 | 1101110 | 0 | 1000000 | 110011 | 1100 | 101011100 | 1000110 | 111100 |
Color Harmonies of #E0516E
Complementary color
Monochromatic Colors of #E0516E
Black with #E0516E
Text Example
Text Example
White with #E0516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0516E; }
p { color: rgb(224,81,110); }
H1.HeaderClassName
{
color: #E0516E;
}
.AnyTagClassName
{
color: #E0516E;
}
</style>
background-color css
<style>
a { background-color: #E0516E; }
a { background-color: rgb(224,81,110); }
div.DivClassName
{
background-color: #E0516E;
}
.BgClassName
{
background-color: #E0516E;
}
</style>
border-color css
<style>
span { border-color: #E0516E; }
span { border-color: rgb(224,81,110); }
td.TdClassName
{
border-color: #E0516E;
}
.TagClassName
{
border-color: #E0516E;
}
</style>