Shades of Cabaret #E04A64
Tints of Cabaret #E04A64
RGB
CMYK
RGB Variations
Color information
#E04A64 (or 0xE04A64) is known color: Cabaret. HEX triplet: E0, 4A and 64. RGB value is (224,74,100). Sum of RGB (Red+Green+Blue) = 224+74+100=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04A64 is #1FB59B. Grayscale: #797979. Windows color (decimal): -2078108 or 6572768. OLE color: 6572768.
HSL color Cylindrical-coordinate representation of color #E04A64: hue angle of 349.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04A64 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 100 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.12 |
| HSL | 349.6º | 0.71% | 0.58% | - |
| HSV(B) | 349.6º | 0.67% | 0.88% | - |
| XYZ | 35.49 | 21.66 | 14.37 | - |
| YUV | 121.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 100 | 0 | 0.67 | 0.55 | 0.12 | 349.6 | 0.71 | 0.58 |
| Hex | E0 | 4A | 64 | 0 | 43 | 37 | C | 15E | 47 | 3A |
| Octal | 340 | 112 | 144 | 0 | 103 | 67 | 14 | 536 | 107 | 72 |
| Binary | 11100000 | 1001010 | 1100100 | 0 | 1000011 | 110111 | 1100 | 101011110 | 1000111 | 111010 |
Color Harmonies of #E04A64
Complementary color
Monochromatic Colors of #E04A64
Black with #E04A64
Text Example
Text Example
White with #E04A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A64; }
p { color: rgb(224,74,100); }
H1.HeaderClassName
{
color: #E04A64;
}
.AnyTagClassName
{
color: #E04A64;
}
</style>
background-color css
<style>
a { background-color: #E04A64; }
a { background-color: rgb(224,74,100); }
div.DivClassName
{
background-color: #E04A64;
}
.BgClassName
{
background-color: #E04A64;
}
</style>
border-color css
<style>
span { border-color: #E04A64; }
span { border-color: rgb(224,74,100); }
td.TdClassName
{
border-color: #E04A64;
}
.TagClassName
{
border-color: #E04A64;
}
</style>