Shades of Cabaret #E15866
Tints of Cabaret #E15866
RGB
CMYK
RGB Variations
Color information
#E15866 (or 0xE15866) is known color: Cabaret. HEX triplet: E1, 58 and 66. RGB value is (225,88,102). Sum of RGB (Red+Green+Blue) = 225+88+102=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E15866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15866 is #1EA799. Grayscale: #828282. Windows color (decimal): -2008986 or 6707425. OLE color: 6707425.
HSL color Cylindrical-coordinate representation of color #E15866: hue angle of 353.87º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E15866 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 102 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.12 |
| HSL | 353.87º | 0.7% | 0.61% | - |
| HSV(B) | 353.87º | 0.61% | 0.88% | - |
| XYZ | 36.94 | 23.95 | 15.25 | - |
| YUV | 130.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 102 | 0 | 0.61 | 0.55 | 0.12 | 353.87 | 0.7 | 0.61 |
| Hex | E1 | 58 | 66 | 0 | 3D | 37 | C | 162 | 46 | 3D |
| Octal | 341 | 130 | 146 | 0 | 75 | 67 | 14 | 542 | 106 | 75 |
| Binary | 11100001 | 1011000 | 1100110 | 0 | 111101 | 110111 | 1100 | 101100010 | 1000110 | 111101 |
Color Harmonies of #E15866
Complementary color
Monochromatic Colors of #E15866
Black with #E15866
Text Example
Text Example
White with #E15866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15866; }
p { color: rgb(225,88,102); }
H1.HeaderClassName
{
color: #E15866;
}
.AnyTagClassName
{
color: #E15866;
}
</style>
background-color css
<style>
a { background-color: #E15866; }
a { background-color: rgb(225,88,102); }
div.DivClassName
{
background-color: #E15866;
}
.BgClassName
{
background-color: #E15866;
}
</style>
border-color css
<style>
span { border-color: #E15866; }
span { border-color: rgb(225,88,102); }
td.TdClassName
{
border-color: #E15866;
}
.TagClassName
{
border-color: #E15866;
}
</style>