Shades of Cabaret #E15969
Tints of Cabaret #E15969
RGB
CMYK
RGB Variations
Color information
#E15969 (or 0xE15969) is known color: Cabaret. HEX triplet: E1, 59 and 69. RGB value is (225,89,105). Sum of RGB (Red+Green+Blue) = 225+89+105=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E15969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15969 is #1EA696. Grayscale: #838383. Windows color (decimal): -2008727 or 6904289. OLE color: 6904289.
HSL color Cylindrical-coordinate representation of color #E15969: hue angle of 352.94º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15969 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 105 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.12 |
| HSL | 352.94º | 0.69% | 0.62% | - |
| HSV(B) | 352.94º | 0.6% | 0.88% | - |
| XYZ | 37.17 | 24.17 | 16.07 | - |
| YUV | 131.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 105 | 0 | 0.60 | 0.53 | 0.12 | 352.94 | 0.69 | 0.62 |
| Hex | E1 | 59 | 69 | 0 | 3C | 35 | C | 161 | 45 | 3E |
| Octal | 341 | 131 | 151 | 0 | 74 | 65 | 14 | 541 | 105 | 76 |
| Binary | 11100001 | 1011001 | 1101001 | 0 | 111100 | 110101 | 1100 | 101100001 | 1000101 | 111110 |
Color Harmonies of #E15969
Complementary color
Monochromatic Colors of #E15969
Black with #E15969
Text Example
Text Example
White with #E15969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15969; }
p { color: rgb(225,89,105); }
H1.HeaderClassName
{
color: #E15969;
}
.AnyTagClassName
{
color: #E15969;
}
</style>
background-color css
<style>
a { background-color: #E15969; }
a { background-color: rgb(225,89,105); }
div.DivClassName
{
background-color: #E15969;
}
.BgClassName
{
background-color: #E15969;
}
</style>
border-color css
<style>
span { border-color: #E15969; }
span { border-color: rgb(225,89,105); }
td.TdClassName
{
border-color: #E15969;
}
.TagClassName
{
border-color: #E15969;
}
</style>