Shades of Cabaret #E05069
Tints of Cabaret #E05069
RGB
CMYK
RGB Variations
Color information
#E05069 (or 0xE05069) is known color: Cabaret. HEX triplet: E0, 50 and 69. RGB value is (224,80,105). Sum of RGB (Red+Green+Blue) = 224+80+105=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E05069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05069 is #1FAF96. Grayscale: #7D7D7D. Windows color (decimal): -2076567 or 6901984. OLE color: 6901984.
HSL color Cylindrical-coordinate representation of color #E05069: hue angle of 349.58º 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 #E05069 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 105 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.12 |
| HSL | 349.58º | 0.7% | 0.6% | - |
| HSV(B) | 349.58º | 0.64% | 0.88% | - |
| XYZ | 36.16 | 22.6 | 15.82 | - |
| YUV | 125.91 | 116.21 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 105 | 0 | 0.64 | 0.53 | 0.12 | 349.58 | 0.7 | 0.6 |
| Hex | E0 | 50 | 69 | 0 | 40 | 35 | C | 15E | 46 | 3C |
| Octal | 340 | 120 | 151 | 0 | 100 | 65 | 14 | 536 | 106 | 74 |
| Binary | 11100000 | 1010000 | 1101001 | 0 | 1000000 | 110101 | 1100 | 101011110 | 1000110 | 111100 |
Color Harmonies of #E05069
Complementary color
Monochromatic Colors of #E05069
Black with #E05069
Text Example
Text Example
White with #E05069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05069; }
p { color: rgb(224,80,105); }
H1.HeaderClassName
{
color: #E05069;
}
.AnyTagClassName
{
color: #E05069;
}
</style>
background-color css
<style>
a { background-color: #E05069; }
a { background-color: rgb(224,80,105); }
div.DivClassName
{
background-color: #E05069;
}
.BgClassName
{
background-color: #E05069;
}
</style>
border-color css
<style>
span { border-color: #E05069; }
span { border-color: rgb(224,80,105); }
td.TdClassName
{
border-color: #E05069;
}
.TagClassName
{
border-color: #E05069;
}
</style>