Shades of Cabaret #E1566A
Tints of Cabaret #E1566A
RGB
CMYK
RGB Variations
Color information
#E1566A (or 0xE1566A) is known color: Cabaret. HEX triplet: E1, 56 and 6A. RGB value is (225,86,106). Sum of RGB (Red+Green+Blue) = 225+86+106=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1566A is #1EA995. Grayscale: #818181. Windows color (decimal): -2009494 or 6969057. OLE color: 6969057.
HSL color Cylindrical-coordinate representation of color #E1566A: hue angle of 351.37º 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 #E1566A is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 106 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.12 |
| HSL | 351.37º | 0.7% | 0.61% | - |
| HSV(B) | 351.37º | 0.62% | 0.88% | - |
| XYZ | 36.98 | 23.7 | 16.26 | - |
| YUV | 129.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 106 | 0 | 0.62 | 0.53 | 0.12 | 351.37 | 0.7 | 0.61 |
| Hex | E1 | 56 | 6A | 0 | 3E | 35 | C | 15F | 46 | 3D |
| Octal | 341 | 126 | 152 | 0 | 76 | 65 | 14 | 537 | 106 | 75 |
| Binary | 11100001 | 1010110 | 1101010 | 0 | 111110 | 110101 | 1100 | 101011111 | 1000110 | 111101 |
Color Harmonies of #E1566A
Complementary color
Monochromatic Colors of #E1566A
Black with #E1566A
Text Example
Text Example
White with #E1566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1566A; }
p { color: rgb(225,86,106); }
H1.HeaderClassName
{
color: #E1566A;
}
.AnyTagClassName
{
color: #E1566A;
}
</style>
background-color css
<style>
a { background-color: #E1566A; }
a { background-color: rgb(225,86,106); }
div.DivClassName
{
background-color: #E1566A;
}
.BgClassName
{
background-color: #E1566A;
}
</style>
border-color css
<style>
span { border-color: #E1566A; }
span { border-color: rgb(225,86,106); }
td.TdClassName
{
border-color: #E1566A;
}
.TagClassName
{
border-color: #E1566A;
}
</style>