Shades of Cabaret #E05368
Tints of Cabaret #E05368
RGB
CMYK
RGB Variations
Color information
#E05368 (or 0xE05368) is known color: Cabaret. HEX triplet: E0, 53 and 68. RGB value is (224,83,104). Sum of RGB (Red+Green+Blue) = 224+83+104=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E05368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05368 is #1FAC97. Grayscale: #7F7F7F. Windows color (decimal): -2075800 or 6837216. OLE color: 6837216.
HSL color Cylindrical-coordinate representation of color #E05368: hue angle of 351.06º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05368 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 104 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.12 |
| HSL | 351.06º | 0.69% | 0.6% | - |
| HSV(B) | 351.06º | 0.63% | 0.88% | - |
| XYZ | 36.33 | 23.03 | 15.63 | - |
| YUV | 127.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 104 | 0 | 0.63 | 0.54 | 0.12 | 351.06 | 0.69 | 0.6 |
| Hex | E0 | 53 | 68 | 0 | 3F | 36 | C | 15F | 45 | 3C |
| Octal | 340 | 123 | 150 | 0 | 77 | 66 | 14 | 537 | 105 | 74 |
| Binary | 11100000 | 1010011 | 1101000 | 0 | 111111 | 110110 | 1100 | 101011111 | 1000101 | 111100 |
Color Harmonies of #E05368
Complementary color
Monochromatic Colors of #E05368
Black with #E05368
Text Example
Text Example
White with #E05368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05368; }
p { color: rgb(224,83,104); }
H1.HeaderClassName
{
color: #E05368;
}
.AnyTagClassName
{
color: #E05368;
}
</style>
background-color css
<style>
a { background-color: #E05368; }
a { background-color: rgb(224,83,104); }
div.DivClassName
{
background-color: #E05368;
}
.BgClassName
{
background-color: #E05368;
}
</style>
border-color css
<style>
span { border-color: #E05368; }
span { border-color: rgb(224,83,104); }
td.TdClassName
{
border-color: #E05368;
}
.TagClassName
{
border-color: #E05368;
}
</style>