Shades of Cabaret #E05166
Tints of Cabaret #E05166
RGB
CMYK
RGB Variations
Color information
#E05166 (or 0xE05166) is known color: Cabaret. HEX triplet: E0, 51 and 66. RGB value is (224,81,102). Sum of RGB (Red+Green+Blue) = 224+81+102=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E05166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05166 is #1FAE99. Grayscale: #7E7E7E. Windows color (decimal): -2076314 or 6705632. OLE color: 6705632.
HSL color Cylindrical-coordinate representation of color #E05166: hue angle of 351.19º degrees, saturation: 0.7, 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 #E05166 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 102 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.12 |
| HSL | 351.19º | 0.7% | 0.6% | - |
| HSV(B) | 351.19º | 0.64% | 0.88% | - |
| XYZ | 36.08 | 22.69 | 15.05 | - |
| YUV | 126.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 102 | 0 | 0.64 | 0.54 | 0.12 | 351.19 | 0.7 | 0.6 |
| Hex | E0 | 51 | 66 | 0 | 40 | 36 | C | 15F | 46 | 3C |
| Octal | 340 | 121 | 146 | 0 | 100 | 66 | 14 | 537 | 106 | 74 |
| Binary | 11100000 | 1010001 | 1100110 | 0 | 1000000 | 110110 | 1100 | 101011111 | 1000110 | 111100 |
Color Harmonies of #E05166
Complementary color
Monochromatic Colors of #E05166
Black with #E05166
Text Example
Text Example
White with #E05166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05166; }
p { color: rgb(224,81,102); }
H1.HeaderClassName
{
color: #E05166;
}
.AnyTagClassName
{
color: #E05166;
}
</style>
background-color css
<style>
a { background-color: #E05166; }
a { background-color: rgb(224,81,102); }
div.DivClassName
{
background-color: #E05166;
}
.BgClassName
{
background-color: #E05166;
}
</style>
border-color css
<style>
span { border-color: #E05166; }
span { border-color: rgb(224,81,102); }
td.TdClassName
{
border-color: #E05166;
}
.TagClassName
{
border-color: #E05166;
}
</style>