Shades of Cabaret #E04E64
Tints of Cabaret #E04E64
RGB
CMYK
RGB Variations
Color information
#E04E64 (or 0xE04E64) is known color: Cabaret. HEX triplet: E0, 4E and 64. RGB value is (224,78,100). Sum of RGB (Red+Green+Blue) = 224+78+100=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04E64 is #1FB19B. Grayscale: #7C7C7C. Windows color (decimal): -2077084 or 6573792. OLE color: 6573792.
HSL color Cylindrical-coordinate representation of color #E04E64: hue angle of 350.96º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04E64 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 100 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.12 |
| HSL | 350.96º | 0.7% | 0.59% | - |
| HSV(B) | 350.96º | 0.65% | 0.88% | - |
| XYZ | 35.77 | 22.22 | 14.46 | - |
| YUV | 124.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 100 | 0 | 0.65 | 0.55 | 0.12 | 350.96 | 0.7 | 0.59 |
| Hex | E0 | 4E | 64 | 0 | 41 | 37 | C | 15F | 46 | 3B |
| Octal | 340 | 116 | 144 | 0 | 101 | 67 | 14 | 537 | 106 | 73 |
| Binary | 11100000 | 1001110 | 1100100 | 0 | 1000001 | 110111 | 1100 | 101011111 | 1000110 | 111011 |
Color Harmonies of #E04E64
Complementary color
Monochromatic Colors of #E04E64
Black with #E04E64
Text Example
Text Example
White with #E04E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E64; }
p { color: rgb(224,78,100); }
H1.HeaderClassName
{
color: #E04E64;
}
.AnyTagClassName
{
color: #E04E64;
}
</style>
background-color css
<style>
a { background-color: #E04E64; }
a { background-color: rgb(224,78,100); }
div.DivClassName
{
background-color: #E04E64;
}
.BgClassName
{
background-color: #E04E64;
}
</style>
border-color css
<style>
span { border-color: #E04E64; }
span { border-color: rgb(224,78,100); }
td.TdClassName
{
border-color: #E04E64;
}
.TagClassName
{
border-color: #E04E64;
}
</style>