Shades of Cabaret #E04B66
Tints of Cabaret #E04B66
RGB
CMYK
RGB Variations
Color information
#E04B66 (or 0xE04B66) is known color: Cabaret. HEX triplet: E0, 4B and 66. RGB value is (224,75,102). Sum of RGB (Red+Green+Blue) = 224+75+102=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04B66 is #1FB499. Grayscale: #7A7A7A. Windows color (decimal): -2077850 or 6704096. OLE color: 6704096.
HSL color Cylindrical-coordinate representation of color #E04B66: hue angle of 349.13º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04B66 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 102 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.12 |
| HSL | 349.13º | 0.71% | 0.59% | - |
| HSV(B) | 349.13º | 0.67% | 0.88% | - |
| XYZ | 35.65 | 21.84 | 14.91 | - |
| YUV | 122.63 | 116.36 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 102 | 0 | 0.67 | 0.54 | 0.12 | 349.13 | 0.71 | 0.59 |
| Hex | E0 | 4B | 66 | 0 | 43 | 36 | C | 15D | 47 | 3B |
| Octal | 340 | 113 | 146 | 0 | 103 | 66 | 14 | 535 | 107 | 73 |
| Binary | 11100000 | 1001011 | 1100110 | 0 | 1000011 | 110110 | 1100 | 101011101 | 1000111 | 111011 |
Color Harmonies of #E04B66
Complementary color
Monochromatic Colors of #E04B66
Black with #E04B66
Text Example
Text Example
White with #E04B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04B66; }
p { color: rgb(224,75,102); }
H1.HeaderClassName
{
color: #E04B66;
}
.AnyTagClassName
{
color: #E04B66;
}
</style>
background-color css
<style>
a { background-color: #E04B66; }
a { background-color: rgb(224,75,102); }
div.DivClassName
{
background-color: #E04B66;
}
.BgClassName
{
background-color: #E04B66;
}
</style>
border-color css
<style>
span { border-color: #E04B66; }
span { border-color: rgb(224,75,102); }
td.TdClassName
{
border-color: #E04B66;
}
.TagClassName
{
border-color: #E04B66;
}
</style>