Shades of Cabaret #E65566
Tints of Cabaret #E65566
RGB
CMYK
RGB Variations
Color information
#E65566 (or 0xE65566) is known color: Cabaret. HEX triplet: E6, 55 and 66. RGB value is (230,85,102). Sum of RGB (Red+Green+Blue) = 230+85+102=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E65566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65566 is #19AA99. Grayscale: #828282. Windows color (decimal): -1682074 or 6706662. OLE color: 6706662.
HSL color Cylindrical-coordinate representation of color #E65566: hue angle of 352.97º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65566 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 102 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.10 |
| HSL | 352.97º | 0.74% | 0.62% | - |
| HSV(B) | 352.97º | 0.63% | 0.9% | - |
| XYZ | 38.28 | 24.28 | 15.24 | - |
| YUV | 130.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 102 | 0 | 0.63 | 0.56 | 0.10 | 352.97 | 0.74 | 0.62 |
| Hex | E6 | 55 | 66 | 0 | 3F | 38 | A | 161 | 4A | 3E |
| Octal | 346 | 125 | 146 | 0 | 77 | 70 | 12 | 541 | 112 | 76 |
| Binary | 11100110 | 1010101 | 1100110 | 0 | 111111 | 111000 | 1010 | 101100001 | 1001010 | 111110 |
Color Harmonies of #E65566
Complementary color
Monochromatic Colors of #E65566
Black with #E65566
Text Example
Text Example
White with #E65566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65566; }
p { color: rgb(230,85,102); }
H1.HeaderClassName
{
color: #E65566;
}
.AnyTagClassName
{
color: #E65566;
}
</style>
background-color css
<style>
a { background-color: #E65566; }
a { background-color: rgb(230,85,102); }
div.DivClassName
{
background-color: #E65566;
}
.BgClassName
{
background-color: #E65566;
}
</style>
border-color css
<style>
span { border-color: #E65566; }
span { border-color: rgb(230,85,102); }
td.TdClassName
{
border-color: #E65566;
}
.TagClassName
{
border-color: #E65566;
}
</style>