Shades of Cabaret #E05066
Tints of Cabaret #E05066
RGB
CMYK
RGB Variations
Color information
#E05066 (or 0xE05066) is known color: Cabaret. HEX triplet: E0, 50 and 66. RGB value is (224,80,102). Sum of RGB (Red+Green+Blue) = 224+80+102=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E05066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05066 is #1FAF99. Grayscale: #7D7D7D. Windows color (decimal): -2076570 or 6705376. OLE color: 6705376.
HSL color Cylindrical-coordinate representation of color #E05066: hue angle of 350.83º 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 #E05066 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 102 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.12 |
| HSL | 350.83º | 0.7% | 0.6% | - |
| HSV(B) | 350.83º | 0.64% | 0.88% | - |
| XYZ | 36.01 | 22.54 | 15.02 | - |
| YUV | 125.56 | 114.71 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 102 | 0 | 0.64 | 0.54 | 0.12 | 350.83 | 0.7 | 0.6 |
| Hex | E0 | 50 | 66 | 0 | 40 | 36 | C | 15F | 46 | 3C |
| Octal | 340 | 120 | 146 | 0 | 100 | 66 | 14 | 537 | 106 | 74 |
| Binary | 11100000 | 1010000 | 1100110 | 0 | 1000000 | 110110 | 1100 | 101011111 | 1000110 | 111100 |
Color Harmonies of #E05066
Complementary color
Monochromatic Colors of #E05066
Black with #E05066
Text Example
Text Example
White with #E05066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05066; }
p { color: rgb(224,80,102); }
H1.HeaderClassName
{
color: #E05066;
}
.AnyTagClassName
{
color: #E05066;
}
</style>
background-color css
<style>
a { background-color: #E05066; }
a { background-color: rgb(224,80,102); }
div.DivClassName
{
background-color: #E05066;
}
.BgClassName
{
background-color: #E05066;
}
</style>
border-color css
<style>
span { border-color: #E05066; }
span { border-color: rgb(224,80,102); }
td.TdClassName
{
border-color: #E05066;
}
.TagClassName
{
border-color: #E05066;
}
</style>