Shades of Cranberry #E05170
Tints of Cranberry #E05170
RGB
CMYK
RGB Variations
Color information
#E05170 (or 0xE05170) is known color: Cranberry. HEX triplet: E0, 51 and 70. RGB value is (224,81,112). Sum of RGB (Red+Green+Blue) = 224+81+112=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E05170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05170 is #1FAE8F. Grayscale: #7F7F7F. Windows color (decimal): -2076304 or 7360992. OLE color: 7360992.
HSL color Cylindrical-coordinate representation of color #E05170: hue angle of 346.99º 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 #E05170 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 112 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.12 |
| HSL | 346.99º | 0.7% | 0.6% | - |
| HSV(B) | 346.99º | 0.64% | 0.88% | - |
| XYZ | 36.61 | 22.9 | 17.82 | - |
| YUV | 127.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 112 | 0 | 0.64 | 0.50 | 0.12 | 346.99 | 0.7 | 0.6 |
| Hex | E0 | 51 | 70 | 0 | 40 | 32 | C | 15B | 46 | 3C |
| Octal | 340 | 121 | 160 | 0 | 100 | 62 | 14 | 533 | 106 | 74 |
| Binary | 11100000 | 1010001 | 1110000 | 0 | 1000000 | 110010 | 1100 | 101011011 | 1000110 | 111100 |
Color Harmonies of #E05170
Complementary color
Monochromatic Colors of #E05170
Black with #E05170
Text Example
Text Example
White with #E05170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05170; }
p { color: rgb(224,81,112); }
H1.HeaderClassName
{
color: #E05170;
}
.AnyTagClassName
{
color: #E05170;
}
</style>
background-color css
<style>
a { background-color: #E05170; }
a { background-color: rgb(224,81,112); }
div.DivClassName
{
background-color: #E05170;
}
.BgClassName
{
background-color: #E05170;
}
</style>
border-color css
<style>
span { border-color: #E05170; }
span { border-color: rgb(224,81,112); }
td.TdClassName
{
border-color: #E05170;
}
.TagClassName
{
border-color: #E05170;
}
</style>