Shades of Cabaret #E05067
Tints of Cabaret #E05067
RGB
CMYK
RGB Variations
Color information
#E05067 (or 0xE05067) is known color: Cabaret. HEX triplet: E0, 50 and 67. RGB value is (224,80,103). Sum of RGB (Red+Green+Blue) = 224+80+103=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E05067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05067 is #1FAF98. Grayscale: #7D7D7D. Windows color (decimal): -2076569 or 6770912. OLE color: 6770912.
HSL color Cylindrical-coordinate representation of color #E05067: hue angle of 350.42º 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 #E05067 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 103 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.12 |
| HSL | 350.42º | 0.7% | 0.6% | - |
| HSV(B) | 350.42º | 0.64% | 0.88% | - |
| XYZ | 36.06 | 22.56 | 15.29 | - |
| YUV | 125.68 | 115.21 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 103 | 0 | 0.64 | 0.54 | 0.12 | 350.42 | 0.7 | 0.6 |
| Hex | E0 | 50 | 67 | 0 | 40 | 36 | C | 15E | 46 | 3C |
| Octal | 340 | 120 | 147 | 0 | 100 | 66 | 14 | 536 | 106 | 74 |
| Binary | 11100000 | 1010000 | 1100111 | 0 | 1000000 | 110110 | 1100 | 101011110 | 1000110 | 111100 |
Color Harmonies of #E05067
Complementary color
Monochromatic Colors of #E05067
Black with #E05067
Text Example
Text Example
White with #E05067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05067; }
p { color: rgb(224,80,103); }
H1.HeaderClassName
{
color: #E05067;
}
.AnyTagClassName
{
color: #E05067;
}
</style>
background-color css
<style>
a { background-color: #E05067; }
a { background-color: rgb(224,80,103); }
div.DivClassName
{
background-color: #E05067;
}
.BgClassName
{
background-color: #E05067;
}
</style>
border-color css
<style>
span { border-color: #E05067; }
span { border-color: rgb(224,80,103); }
td.TdClassName
{
border-color: #E05067;
}
.TagClassName
{
border-color: #E05067;
}
</style>