Shades of Cranberry #E15570
Tints of Cranberry #E15570
RGB
CMYK
RGB Variations
Color information
#E15570 (or 0xE15570) is known color: Cranberry. HEX triplet: E1, 55 and 70. RGB value is (225,85,112). Sum of RGB (Red+Green+Blue) = 225+85+112=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E15570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15570 is #1EAA8F. Grayscale: #818181. Windows color (decimal): -2009744 or 7362017. OLE color: 7362017.
HSL color Cylindrical-coordinate representation of color #E15570: hue angle of 348.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15570 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 112 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.12 |
| HSL | 348.43º | 0.7% | 0.61% | - |
| HSV(B) | 348.43º | 0.62% | 0.88% | - |
| XYZ | 37.22 | 23.67 | 17.94 | - |
| YUV | 129.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 112 | 0 | 0.62 | 0.50 | 0.12 | 348.43 | 0.7 | 0.61 |
| Hex | E1 | 55 | 70 | 0 | 3E | 32 | C | 15C | 46 | 3D |
| Octal | 341 | 125 | 160 | 0 | 76 | 62 | 14 | 534 | 106 | 75 |
| Binary | 11100001 | 1010101 | 1110000 | 0 | 111110 | 110010 | 1100 | 101011100 | 1000110 | 111101 |
Color Harmonies of #E15570
Complementary color
Monochromatic Colors of #E15570
Black with #E15570
Text Example
Text Example
White with #E15570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15570; }
p { color: rgb(225,85,112); }
H1.HeaderClassName
{
color: #E15570;
}
.AnyTagClassName
{
color: #E15570;
}
</style>
background-color css
<style>
a { background-color: #E15570; }
a { background-color: rgb(225,85,112); }
div.DivClassName
{
background-color: #E15570;
}
.BgClassName
{
background-color: #E15570;
}
</style>
border-color css
<style>
span { border-color: #E15570; }
span { border-color: rgb(225,85,112); }
td.TdClassName
{
border-color: #E15570;
}
.TagClassName
{
border-color: #E15570;
}
</style>