Shades of Cranberry #E1566D
Tints of Cranberry #E1566D
RGB
CMYK
RGB Variations
Color information
#E1566D (or 0xE1566D) is known color: Cranberry. HEX triplet: E1, 56 and 6D. RGB value is (225,86,109). Sum of RGB (Red+Green+Blue) = 225+86+109=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1566D is #1EA992. Grayscale: #828282. Windows color (decimal): -2009491 or 7165665. OLE color: 7165665.
HSL color Cylindrical-coordinate representation of color #E1566D: hue angle of 350.07º 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 #E1566D is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 109 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.12 |
| HSL | 350.07º | 0.7% | 0.61% | - |
| HSV(B) | 350.07º | 0.62% | 0.88% | - |
| XYZ | 37.14 | 23.77 | 17.1 | - |
| YUV | 130.18 | 116.05 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 109 | 0 | 0.62 | 0.52 | 0.12 | 350.07 | 0.7 | 0.61 |
| Hex | E1 | 56 | 6D | 0 | 3E | 34 | C | 15E | 46 | 3D |
| Octal | 341 | 126 | 155 | 0 | 76 | 64 | 14 | 536 | 106 | 75 |
| Binary | 11100001 | 1010110 | 1101101 | 0 | 111110 | 110100 | 1100 | 101011110 | 1000110 | 111101 |
Color Harmonies of #E1566D
Complementary color
Monochromatic Colors of #E1566D
Black with #E1566D
Text Example
Text Example
White with #E1566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1566D; }
p { color: rgb(225,86,109); }
H1.HeaderClassName
{
color: #E1566D;
}
.AnyTagClassName
{
color: #E1566D;
}
</style>
background-color css
<style>
a { background-color: #E1566D; }
a { background-color: rgb(225,86,109); }
div.DivClassName
{
background-color: #E1566D;
}
.BgClassName
{
background-color: #E1566D;
}
</style>
border-color css
<style>
span { border-color: #E1566D; }
span { border-color: rgb(225,86,109); }
td.TdClassName
{
border-color: #E1566D;
}
.TagClassName
{
border-color: #E1566D;
}
</style>