Shades of Cabaret #E04D65
Tints of Cabaret #E04D65
RGB
CMYK
RGB Variations
Color information
#E04D65 (or 0xE04D65) is known color: Cabaret. HEX triplet: E0, 4D and 65. RGB value is (224,77,101). Sum of RGB (Red+Green+Blue) = 224+77+101=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04D65 is #1FB29A. Grayscale: #7B7B7B. Windows color (decimal): -2077339 or 6639072. OLE color: 6639072.
HSL color Cylindrical-coordinate representation of color #E04D65: hue angle of 350.2º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04D65 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 101 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.12 |
| HSL | 350.2º | 0.7% | 0.59% | - |
| HSV(B) | 350.2º | 0.66% | 0.88% | - |
| XYZ | 35.74 | 22.09 | 14.69 | - |
| YUV | 123.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 101 | 0 | 0.66 | 0.55 | 0.12 | 350.2 | 0.7 | 0.59 |
| Hex | E0 | 4D | 65 | 0 | 42 | 37 | C | 15E | 46 | 3B |
| Octal | 340 | 115 | 145 | 0 | 102 | 67 | 14 | 536 | 106 | 73 |
| Binary | 11100000 | 1001101 | 1100101 | 0 | 1000010 | 110111 | 1100 | 101011110 | 1000110 | 111011 |
Color Harmonies of #E04D65
Complementary color
Monochromatic Colors of #E04D65
Black with #E04D65
Text Example
Text Example
White with #E04D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D65; }
p { color: rgb(224,77,101); }
H1.HeaderClassName
{
color: #E04D65;
}
.AnyTagClassName
{
color: #E04D65;
}
</style>
background-color css
<style>
a { background-color: #E04D65; }
a { background-color: rgb(224,77,101); }
div.DivClassName
{
background-color: #E04D65;
}
.BgClassName
{
background-color: #E04D65;
}
</style>
border-color css
<style>
span { border-color: #E04D65; }
span { border-color: rgb(224,77,101); }
td.TdClassName
{
border-color: #E04D65;
}
.TagClassName
{
border-color: #E04D65;
}
</style>