Shades of Cabaret #E55566
Tints of Cabaret #E55566
RGB
CMYK
RGB Variations
Color information
#E55566 (or 0xE55566) is known color: Cabaret. HEX triplet: E5, 55 and 66. RGB value is (229,85,102). Sum of RGB (Red+Green+Blue) = 229+85+102=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E55566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55566 is #1AAA99. Grayscale: #828282. Windows color (decimal): -1747610 or 6706661. OLE color: 6706661.
HSL color Cylindrical-coordinate representation of color #E55566: hue angle of 352.92º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55566 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 102 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.10 |
| HSL | 352.92º | 0.73% | 0.62% | - |
| HSV(B) | 352.92º | 0.63% | 0.9% | - |
| XYZ | 37.96 | 24.11 | 15.22 | - |
| YUV | 129.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 102 | 0 | 0.63 | 0.55 | 0.10 | 352.92 | 0.73 | 0.62 |
| Hex | E5 | 55 | 66 | 0 | 3F | 37 | A | 161 | 49 | 3E |
| Octal | 345 | 125 | 146 | 0 | 77 | 67 | 12 | 541 | 111 | 76 |
| Binary | 11100101 | 1010101 | 1100110 | 0 | 111111 | 110111 | 1010 | 101100001 | 1001001 | 111110 |
Color Harmonies of #E55566
Complementary color
Monochromatic Colors of #E55566
Black with #E55566
Text Example
Text Example
White with #E55566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55566; }
p { color: rgb(229,85,102); }
H1.HeaderClassName
{
color: #E55566;
}
.AnyTagClassName
{
color: #E55566;
}
</style>
background-color css
<style>
a { background-color: #E55566; }
a { background-color: rgb(229,85,102); }
div.DivClassName
{
background-color: #E55566;
}
.BgClassName
{
background-color: #E55566;
}
</style>
border-color css
<style>
span { border-color: #E55566; }
span { border-color: rgb(229,85,102); }
td.TdClassName
{
border-color: #E55566;
}
.TagClassName
{
border-color: #E55566;
}
</style>