Shades of Cabaret #E14F64
Tints of Cabaret #E14F64
RGB
CMYK
RGB Variations
Color information
#E14F64 (or 0xE14F64) is known color: Cabaret. HEX triplet: E1, 4F and 64. RGB value is (225,79,100). Sum of RGB (Red+Green+Blue) = 225+79+100=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14F64 is #1EB09B. Grayscale: #7D7D7D. Windows color (decimal): -2011292 or 6574049. OLE color: 6574049.
HSL color Cylindrical-coordinate representation of color #E14F64: hue angle of 351.37º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14F64 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 100 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.12 |
| HSL | 351.37º | 0.71% | 0.6% | - |
| HSV(B) | 351.37º | 0.65% | 0.88% | - |
| XYZ | 36.15 | 22.52 | 14.5 | - |
| YUV | 125.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 100 | 0 | 0.65 | 0.56 | 0.12 | 351.37 | 0.71 | 0.6 |
| Hex | E1 | 4F | 64 | 0 | 41 | 38 | C | 15F | 47 | 3C |
| Octal | 341 | 117 | 144 | 0 | 101 | 70 | 14 | 537 | 107 | 74 |
| Binary | 11100001 | 1001111 | 1100100 | 0 | 1000001 | 111000 | 1100 | 101011111 | 1000111 | 111100 |
Color Harmonies of #E14F64
Complementary color
Monochromatic Colors of #E14F64
Black with #E14F64
Text Example
Text Example
White with #E14F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F64; }
p { color: rgb(225,79,100); }
H1.HeaderClassName
{
color: #E14F64;
}
.AnyTagClassName
{
color: #E14F64;
}
</style>
background-color css
<style>
a { background-color: #E14F64; }
a { background-color: rgb(225,79,100); }
div.DivClassName
{
background-color: #E14F64;
}
.BgClassName
{
background-color: #E14F64;
}
</style>
border-color css
<style>
span { border-color: #E14F64; }
span { border-color: rgb(225,79,100); }
td.TdClassName
{
border-color: #E14F64;
}
.TagClassName
{
border-color: #E14F64;
}
</style>