Shades of Cabaret #E15469
Tints of Cabaret #E15469
RGB
CMYK
RGB Variations
Color information
#E15469 (or 0xE15469) is known color: Cabaret. HEX triplet: E1, 54 and 69. RGB value is (225,84,105). Sum of RGB (Red+Green+Blue) = 225+84+105=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E15469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15469 is #1EAB96. Grayscale: #808080. Windows color (decimal): -2010007 or 6903009. OLE color: 6903009.
HSL color Cylindrical-coordinate representation of color #E15469: hue angle of 351.06º 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 #E15469 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 105 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.12 |
| HSL | 351.06º | 0.7% | 0.61% | - |
| HSV(B) | 351.06º | 0.63% | 0.88% | - |
| XYZ | 36.77 | 23.37 | 15.94 | - |
| YUV | 128.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 105 | 0 | 0.63 | 0.53 | 0.12 | 351.06 | 0.7 | 0.61 |
| Hex | E1 | 54 | 69 | 0 | 3F | 35 | C | 15F | 46 | 3D |
| Octal | 341 | 124 | 151 | 0 | 77 | 65 | 14 | 537 | 106 | 75 |
| Binary | 11100001 | 1010100 | 1101001 | 0 | 111111 | 110101 | 1100 | 101011111 | 1000110 | 111101 |
Color Harmonies of #E15469
Complementary color
Monochromatic Colors of #E15469
Black with #E15469
Text Example
Text Example
White with #E15469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15469; }
p { color: rgb(225,84,105); }
H1.HeaderClassName
{
color: #E15469;
}
.AnyTagClassName
{
color: #E15469;
}
</style>
background-color css
<style>
a { background-color: #E15469; }
a { background-color: rgb(225,84,105); }
div.DivClassName
{
background-color: #E15469;
}
.BgClassName
{
background-color: #E15469;
}
</style>
border-color css
<style>
span { border-color: #E15469; }
span { border-color: rgb(225,84,105); }
td.TdClassName
{
border-color: #E15469;
}
.TagClassName
{
border-color: #E15469;
}
</style>