Shades of Cranberry #E15670
Tints of Cranberry #E15670
RGB
CMYK
RGB Variations
Color information
#E15670 (or 0xE15670) is known color: Cranberry. HEX triplet: E1, 56 and 70. RGB value is (225,86,112). Sum of RGB (Red+Green+Blue) = 225+86+112=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E15670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15670 is #1EA98F. Grayscale: #828282. Windows color (decimal): -2009488 or 7362273. OLE color: 7362273.
HSL color Cylindrical-coordinate representation of color #E15670: hue angle of 348.78º 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 #E15670 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 112 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.12 |
| HSL | 348.78º | 0.7% | 0.61% | - |
| HSV(B) | 348.78º | 0.62% | 0.88% | - |
| XYZ | 37.3 | 23.83 | 17.96 | - |
| YUV | 130.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 112 | 0 | 0.62 | 0.50 | 0.12 | 348.78 | 0.7 | 0.61 |
| Hex | E1 | 56 | 70 | 0 | 3E | 32 | C | 15D | 46 | 3D |
| Octal | 341 | 126 | 160 | 0 | 76 | 62 | 14 | 535 | 106 | 75 |
| Binary | 11100001 | 1010110 | 1110000 | 0 | 111110 | 110010 | 1100 | 101011101 | 1000110 | 111101 |
Color Harmonies of #E15670
Complementary color
Monochromatic Colors of #E15670
Black with #E15670
Text Example
Text Example
White with #E15670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15670; }
p { color: rgb(225,86,112); }
H1.HeaderClassName
{
color: #E15670;
}
.AnyTagClassName
{
color: #E15670;
}
</style>
background-color css
<style>
a { background-color: #E15670; }
a { background-color: rgb(225,86,112); }
div.DivClassName
{
background-color: #E15670;
}
.BgClassName
{
background-color: #E15670;
}
</style>
border-color css
<style>
span { border-color: #E15670; }
span { border-color: rgb(225,86,112); }
td.TdClassName
{
border-color: #E15670;
}
.TagClassName
{
border-color: #E15670;
}
</style>