Shades of Cranberry #E0516A
Tints of Cranberry #E0516A
RGB
CMYK
RGB Variations
Color information
#E0516A (or 0xE0516A) is known color: Cranberry. HEX triplet: E0, 51 and 6A. RGB value is (224,81,106). Sum of RGB (Red+Green+Blue) = 224+81+106=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E0516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0516A is #1FAE95. Grayscale: #7E7E7E. Windows color (decimal): -2076310 or 6967776. OLE color: 6967776.
HSL color Cylindrical-coordinate representation of color #E0516A: hue angle of 349.51º 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 #E0516A is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 106 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.12 |
| HSL | 349.51º | 0.7% | 0.6% | - |
| HSV(B) | 349.51º | 0.64% | 0.88% | - |
| XYZ | 36.28 | 22.77 | 16.12 | - |
| YUV | 126.61 | 116.38 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 106 | 0 | 0.64 | 0.53 | 0.12 | 349.51 | 0.7 | 0.6 |
| Hex | E0 | 51 | 6A | 0 | 40 | 35 | C | 15E | 46 | 3C |
| Octal | 340 | 121 | 152 | 0 | 100 | 65 | 14 | 536 | 106 | 74 |
| Binary | 11100000 | 1010001 | 1101010 | 0 | 1000000 | 110101 | 1100 | 101011110 | 1000110 | 111100 |
Color Harmonies of #E0516A
Complementary color
Monochromatic Colors of #E0516A
Black with #E0516A
Text Example
Text Example
White with #E0516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0516A; }
p { color: rgb(224,81,106); }
H1.HeaderClassName
{
color: #E0516A;
}
.AnyTagClassName
{
color: #E0516A;
}
</style>
background-color css
<style>
a { background-color: #E0516A; }
a { background-color: rgb(224,81,106); }
div.DivClassName
{
background-color: #E0516A;
}
.BgClassName
{
background-color: #E0516A;
}
</style>
border-color css
<style>
span { border-color: #E0516A; }
span { border-color: rgb(224,81,106); }
td.TdClassName
{
border-color: #E0516A;
}
.TagClassName
{
border-color: #E0516A;
}
</style>