Shades of Cabaret #E15066
Tints of Cabaret #E15066
RGB
CMYK
RGB Variations
Color information
#E15066 (or 0xE15066) is known color: Cabaret. HEX triplet: E1, 50 and 66. RGB value is (225,80,102). Sum of RGB (Red+Green+Blue) = 225+80+102=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E15066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15066 is #1EAF99. Grayscale: #7D7D7D. Windows color (decimal): -2011034 or 6705377. OLE color: 6705377.
HSL color Cylindrical-coordinate representation of color #E15066: hue angle of 350.9º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15066 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 102 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.12 |
| HSL | 350.9º | 0.71% | 0.6% | - |
| HSV(B) | 350.9º | 0.64% | 0.88% | - |
| XYZ | 36.32 | 22.7 | 15.04 | - |
| YUV | 125.86 | 114.54 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 102 | 0 | 0.64 | 0.55 | 0.12 | 350.9 | 0.71 | 0.6 |
| Hex | E1 | 50 | 66 | 0 | 40 | 37 | C | 15F | 47 | 3C |
| Octal | 341 | 120 | 146 | 0 | 100 | 67 | 14 | 537 | 107 | 74 |
| Binary | 11100001 | 1010000 | 1100110 | 0 | 1000000 | 110111 | 1100 | 101011111 | 1000111 | 111100 |
Color Harmonies of #E15066
Complementary color
Monochromatic Colors of #E15066
Black with #E15066
Text Example
Text Example
White with #E15066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15066; }
p { color: rgb(225,80,102); }
H1.HeaderClassName
{
color: #E15066;
}
.AnyTagClassName
{
color: #E15066;
}
</style>
background-color css
<style>
a { background-color: #E15066; }
a { background-color: rgb(225,80,102); }
div.DivClassName
{
background-color: #E15066;
}
.BgClassName
{
background-color: #E15066;
}
</style>
border-color css
<style>
span { border-color: #E15066; }
span { border-color: rgb(225,80,102); }
td.TdClassName
{
border-color: #E15066;
}
.TagClassName
{
border-color: #E15066;
}
</style>