Shades of Cranberry #E1556E
Tints of Cranberry #E1556E
RGB
CMYK
RGB Variations
Color information
#E1556E (or 0xE1556E) is known color: Cranberry. HEX triplet: E1, 55 and 6E. RGB value is (225,85,110). Sum of RGB (Red+Green+Blue) = 225+85+110=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1556E is #1EAA91. Grayscale: #818181. Windows color (decimal): -2009746 or 7230945. OLE color: 7230945.
HSL color Cylindrical-coordinate representation of color #E1556E: hue angle of 349.29º 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 #E1556E is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 110 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.12 |
| HSL | 349.29º | 0.7% | 0.61% | - |
| HSV(B) | 349.29º | 0.62% | 0.88% | - |
| XYZ | 37.11 | 23.63 | 17.36 | - |
| YUV | 129.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 110 | 0 | 0.62 | 0.51 | 0.12 | 349.29 | 0.7 | 0.61 |
| Hex | E1 | 55 | 6E | 0 | 3E | 33 | C | 15D | 46 | 3D |
| Octal | 341 | 125 | 156 | 0 | 76 | 63 | 14 | 535 | 106 | 75 |
| Binary | 11100001 | 1010101 | 1101110 | 0 | 111110 | 110011 | 1100 | 101011101 | 1000110 | 111101 |
Color Harmonies of #E1556E
Complementary color
Monochromatic Colors of #E1556E
Black with #E1556E
Text Example
Text Example
White with #E1556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1556E; }
p { color: rgb(225,85,110); }
H1.HeaderClassName
{
color: #E1556E;
}
.AnyTagClassName
{
color: #E1556E;
}
</style>
background-color css
<style>
a { background-color: #E1556E; }
a { background-color: rgb(225,85,110); }
div.DivClassName
{
background-color: #E1556E;
}
.BgClassName
{
background-color: #E1556E;
}
</style>
border-color css
<style>
span { border-color: #E1556E; }
span { border-color: rgb(225,85,110); }
td.TdClassName
{
border-color: #E1556E;
}
.TagClassName
{
border-color: #E1556E;
}
</style>