Shades of Cranberry #E0516D
Tints of Cranberry #E0516D
RGB
CMYK
RGB Variations
Color information
#E0516D (or 0xE0516D) is known color: Cranberry. HEX triplet: E0, 51 and 6D. RGB value is (224,81,109). Sum of RGB (Red+Green+Blue) = 224+81+109=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0516D is #1FAE92. Grayscale: #7E7E7E. Windows color (decimal): -2076307 or 7164384. OLE color: 7164384.
HSL color Cylindrical-coordinate representation of color #E0516D: hue angle of 348.25º 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 #E0516D is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 109 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.12 |
| HSL | 348.25º | 0.7% | 0.6% | - |
| HSV(B) | 348.25º | 0.64% | 0.88% | - |
| XYZ | 36.44 | 22.84 | 16.96 | - |
| YUV | 126.95 | 117.88 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 109 | 0 | 0.64 | 0.51 | 0.12 | 348.25 | 0.7 | 0.6 |
| Hex | E0 | 51 | 6D | 0 | 40 | 33 | C | 15C | 46 | 3C |
| Octal | 340 | 121 | 155 | 0 | 100 | 63 | 14 | 534 | 106 | 74 |
| Binary | 11100000 | 1010001 | 1101101 | 0 | 1000000 | 110011 | 1100 | 101011100 | 1000110 | 111100 |
Color Harmonies of #E0516D
Complementary color
Monochromatic Colors of #E0516D
Black with #E0516D
Text Example
Text Example
White with #E0516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0516D; }
p { color: rgb(224,81,109); }
H1.HeaderClassName
{
color: #E0516D;
}
.AnyTagClassName
{
color: #E0516D;
}
</style>
background-color css
<style>
a { background-color: #E0516D; }
a { background-color: rgb(224,81,109); }
div.DivClassName
{
background-color: #E0516D;
}
.BgClassName
{
background-color: #E0516D;
}
</style>
border-color css
<style>
span { border-color: #E0516D; }
span { border-color: rgb(224,81,109); }
td.TdClassName
{
border-color: #E0516D;
}
.TagClassName
{
border-color: #E0516D;
}
</style>