Shades of Cabaret #E05068
Tints of Cabaret #E05068
RGB
CMYK
RGB Variations
Color information
#E05068 (or 0xE05068) is known color: Cabaret. HEX triplet: E0, 50 and 68. RGB value is (224,80,104). Sum of RGB (Red+Green+Blue) = 224+80+104=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E05068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05068 is #1FAF97. Grayscale: #7D7D7D. Windows color (decimal): -2076568 or 6836448. OLE color: 6836448.
HSL color Cylindrical-coordinate representation of color #E05068: hue angle of 350º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05068 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 104 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.12 |
| HSL | 350º | 0.7% | 0.6% | - |
| HSV(B) | 350º | 0.64% | 0.88% | - |
| XYZ | 36.11 | 22.58 | 15.55 | - |
| YUV | 125.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 104 | 0 | 0.64 | 0.54 | 0.12 | 350 | 0.7 | 0.6 |
| Hex | E0 | 50 | 68 | 0 | 40 | 36 | C | 15E | 46 | 3C |
| Octal | 340 | 120 | 150 | 0 | 100 | 66 | 14 | 536 | 106 | 74 |
| Binary | 11100000 | 1010000 | 1101000 | 0 | 1000000 | 110110 | 1100 | 101011110 | 1000110 | 111100 |
Color Harmonies of #E05068
Complementary color
Monochromatic Colors of #E05068
Black with #E05068
Text Example
Text Example
White with #E05068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05068; }
p { color: rgb(224,80,104); }
H1.HeaderClassName
{
color: #E05068;
}
.AnyTagClassName
{
color: #E05068;
}
</style>
background-color css
<style>
a { background-color: #E05068; }
a { background-color: rgb(224,80,104); }
div.DivClassName
{
background-color: #E05068;
}
.BgClassName
{
background-color: #E05068;
}
</style>
border-color css
<style>
span { border-color: #E05068; }
span { border-color: rgb(224,80,104); }
td.TdClassName
{
border-color: #E05068;
}
.TagClassName
{
border-color: #E05068;
}
</style>