Shades of Cabaret #E15465
Tints of Cabaret #E15465
RGB
CMYK
RGB Variations
Color information
#E15465 (or 0xE15465) is known color: Cabaret. HEX triplet: E1, 54 and 65. RGB value is (225,84,101). Sum of RGB (Red+Green+Blue) = 225+84+101=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E15465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15465 is #1EAB9A. Grayscale: #808080. Windows color (decimal): -2010011 or 6640865. OLE color: 6640865.
HSL color Cylindrical-coordinate representation of color #E15465: hue angle of 352.77º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15465 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 101 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.12 |
| HSL | 352.77º | 0.7% | 0.61% | - |
| HSV(B) | 352.77º | 0.63% | 0.88% | - |
| XYZ | 36.57 | 23.29 | 14.88 | - |
| YUV | 128.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 101 | 0 | 0.63 | 0.55 | 0.12 | 352.77 | 0.7 | 0.61 |
| Hex | E1 | 54 | 65 | 0 | 3F | 37 | C | 161 | 46 | 3D |
| Octal | 341 | 124 | 145 | 0 | 77 | 67 | 14 | 541 | 106 | 75 |
| Binary | 11100001 | 1010100 | 1100101 | 0 | 111111 | 110111 | 1100 | 101100001 | 1000110 | 111101 |
Color Harmonies of #E15465
Complementary color
Monochromatic Colors of #E15465
Black with #E15465
Text Example
Text Example
White with #E15465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15465; }
p { color: rgb(225,84,101); }
H1.HeaderClassName
{
color: #E15465;
}
.AnyTagClassName
{
color: #E15465;
}
</style>
background-color css
<style>
a { background-color: #E15465; }
a { background-color: rgb(225,84,101); }
div.DivClassName
{
background-color: #E15465;
}
.BgClassName
{
background-color: #E15465;
}
</style>
border-color css
<style>
span { border-color: #E15465; }
span { border-color: rgb(225,84,101); }
td.TdClassName
{
border-color: #E15465;
}
.TagClassName
{
border-color: #E15465;
}
</style>