Shades of Cabaret #E15068
Tints of Cabaret #E15068
RGB
CMYK
RGB Variations
Color information
#E15068 (or 0xE15068) is known color: Cabaret. HEX triplet: E1, 50 and 68. RGB value is (225,80,104). Sum of RGB (Red+Green+Blue) = 225+80+104=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E15068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15068 is #1EAF97. Grayscale: #7E7E7E. Windows color (decimal): -2011032 or 6836449. OLE color: 6836449.
HSL color Cylindrical-coordinate representation of color #E15068: hue angle of 350.07º degrees, saturation: 0.71, 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 #E15068 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 104 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.12 |
| HSL | 350.07º | 0.71% | 0.6% | - |
| HSV(B) | 350.07º | 0.64% | 0.88% | - |
| XYZ | 36.42 | 22.74 | 15.57 | - |
| YUV | 126.09 | 115.54 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 104 | 0 | 0.64 | 0.54 | 0.12 | 350.07 | 0.71 | 0.6 |
| Hex | E1 | 50 | 68 | 0 | 40 | 36 | C | 15E | 47 | 3C |
| Octal | 341 | 120 | 150 | 0 | 100 | 66 | 14 | 536 | 107 | 74 |
| Binary | 11100001 | 1010000 | 1101000 | 0 | 1000000 | 110110 | 1100 | 101011110 | 1000111 | 111100 |
Color Harmonies of #E15068
Complementary color
Monochromatic Colors of #E15068
Black with #E15068
Text Example
Text Example
White with #E15068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15068; }
p { color: rgb(225,80,104); }
H1.HeaderClassName
{
color: #E15068;
}
.AnyTagClassName
{
color: #E15068;
}
</style>
background-color css
<style>
a { background-color: #E15068; }
a { background-color: rgb(225,80,104); }
div.DivClassName
{
background-color: #E15068;
}
.BgClassName
{
background-color: #E15068;
}
</style>
border-color css
<style>
span { border-color: #E15068; }
span { border-color: rgb(225,80,104); }
td.TdClassName
{
border-color: #E15068;
}
.TagClassName
{
border-color: #E15068;
}
</style>