Shades of Cabaret #E55366
Tints of Cabaret #E55366
RGB
CMYK
RGB Variations
Color information
#E55366 (or 0xE55366) is known color: Cabaret. HEX triplet: E5, 53 and 66. RGB value is (229,83,102). Sum of RGB (Red+Green+Blue) = 229+83+102=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E55366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55366 is #1AAC99. Grayscale: #808080. Windows color (decimal): -1748122 or 6706149. OLE color: 6706149.
HSL color Cylindrical-coordinate representation of color #E55366: hue angle of 352.19º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E55366 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 102 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.10 |
| HSL | 352.19º | 0.74% | 0.61% | - |
| HSV(B) | 352.19º | 0.64% | 0.9% | - |
| XYZ | 37.8 | 23.8 | 15.17 | - |
| YUV | 128.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 102 | 0 | 0.64 | 0.55 | 0.10 | 352.19 | 0.74 | 0.61 |
| Hex | E5 | 53 | 66 | 0 | 40 | 37 | A | 160 | 4A | 3D |
| Octal | 345 | 123 | 146 | 0 | 100 | 67 | 12 | 540 | 112 | 75 |
| Binary | 11100101 | 1010011 | 1100110 | 0 | 1000000 | 110111 | 1010 | 101100000 | 1001010 | 111101 |
Color Harmonies of #E55366
Complementary color
Monochromatic Colors of #E55366
Black with #E55366
Text Example
Text Example
White with #E55366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55366; }
p { color: rgb(229,83,102); }
H1.HeaderClassName
{
color: #E55366;
}
.AnyTagClassName
{
color: #E55366;
}
</style>
background-color css
<style>
a { background-color: #E55366; }
a { background-color: rgb(229,83,102); }
div.DivClassName
{
background-color: #E55366;
}
.BgClassName
{
background-color: #E55366;
}
</style>
border-color css
<style>
span { border-color: #E55366; }
span { border-color: rgb(229,83,102); }
td.TdClassName
{
border-color: #E55366;
}
.TagClassName
{
border-color: #E55366;
}
</style>