Shades of Cabaret #E04965
Tints of Cabaret #E04965
RGB
CMYK
RGB Variations
Color information
#E04965 (or 0xE04965) is known color: Cabaret. HEX triplet: E0, 49 and 65. RGB value is (224,73,101). Sum of RGB (Red+Green+Blue) = 224+73+101=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E04965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04965 is #1FB69A. Grayscale: #797979. Windows color (decimal): -2078363 or 6638048. OLE color: 6638048.
HSL color Cylindrical-coordinate representation of color #E04965: hue angle of 348.87º 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 #E04965 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 101 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.12 |
| HSL | 348.87º | 0.71% | 0.58% | - |
| HSV(B) | 348.87º | 0.67% | 0.88% | - |
| XYZ | 35.47 | 21.55 | 14.6 | - |
| YUV | 121.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 101 | 0 | 0.67 | 0.55 | 0.12 | 348.87 | 0.71 | 0.58 |
| Hex | E0 | 49 | 65 | 0 | 43 | 37 | C | 15D | 47 | 3A |
| Octal | 340 | 111 | 145 | 0 | 103 | 67 | 14 | 535 | 107 | 72 |
| Binary | 11100000 | 1001001 | 1100101 | 0 | 1000011 | 110111 | 1100 | 101011101 | 1000111 | 111010 |
Color Harmonies of #E04965
Complementary color
Monochromatic Colors of #E04965
Black with #E04965
Text Example
Text Example
White with #E04965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04965; }
p { color: rgb(224,73,101); }
H1.HeaderClassName
{
color: #E04965;
}
.AnyTagClassName
{
color: #E04965;
}
</style>
background-color css
<style>
a { background-color: #E04965; }
a { background-color: rgb(224,73,101); }
div.DivClassName
{
background-color: #E04965;
}
.BgClassName
{
background-color: #E04965;
}
</style>
border-color css
<style>
span { border-color: #E04965; }
span { border-color: rgb(224,73,101); }
td.TdClassName
{
border-color: #E04965;
}
.TagClassName
{
border-color: #E04965;
}
</style>