Shades of Cabaret #E35065
Tints of Cabaret #E35065
RGB
CMYK
RGB Variations
Color information
#E35065 (or 0xE35065) is known color: Cabaret. HEX triplet: E3, 50 and 65. RGB value is (227,80,101). Sum of RGB (Red+Green+Blue) = 227+80+101=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E35065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35065 is #1CAF9A. Grayscale: #7E7E7E. Windows color (decimal): -1879963 or 6639843. OLE color: 6639843.
HSL color Cylindrical-coordinate representation of color #E35065: hue angle of 351.43º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E35065 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 101 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.11 |
| HSL | 351.43º | 0.72% | 0.6% | - |
| HSV(B) | 351.43º | 0.65% | 0.89% | - |
| XYZ | 36.9 | 23.01 | 14.81 | - |
| YUV | 126.35 | 113.7 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 101 | 0 | 0.65 | 0.56 | 0.11 | 351.43 | 0.72 | 0.6 |
| Hex | E3 | 50 | 65 | 0 | 41 | 38 | B | 15F | 48 | 3C |
| Octal | 343 | 120 | 145 | 0 | 101 | 70 | 13 | 537 | 110 | 74 |
| Binary | 11100011 | 1010000 | 1100101 | 0 | 1000001 | 111000 | 1011 | 101011111 | 1001000 | 111100 |
Color Harmonies of #E35065
Complementary color
Monochromatic Colors of #E35065
Black with #E35065
Text Example
Text Example
White with #E35065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35065; }
p { color: rgb(227,80,101); }
H1.HeaderClassName
{
color: #E35065;
}
.AnyTagClassName
{
color: #E35065;
}
</style>
background-color css
<style>
a { background-color: #E35065; }
a { background-color: rgb(227,80,101); }
div.DivClassName
{
background-color: #E35065;
}
.BgClassName
{
background-color: #E35065;
}
</style>
border-color css
<style>
span { border-color: #E35065; }
span { border-color: rgb(227,80,101); }
td.TdClassName
{
border-color: #E35065;
}
.TagClassName
{
border-color: #E35065;
}
</style>