Shades of Cabaret #E14F67
Tints of Cabaret #E14F67
RGB
CMYK
RGB Variations
Color information
#E14F67 (or 0xE14F67) is known color: Cabaret. HEX triplet: E1, 4F and 67. RGB value is (225,79,103). Sum of RGB (Red+Green+Blue) = 225+79+103=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14F67 is #1EB098. Grayscale: #7D7D7D. Windows color (decimal): -2011289 or 6770657. OLE color: 6770657.
HSL color Cylindrical-coordinate representation of color #E14F67: hue angle of 350.14º 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 #E14F67 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 103 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.12 |
| HSL | 350.14º | 0.71% | 0.6% | - |
| HSV(B) | 350.14º | 0.65% | 0.88% | - |
| XYZ | 36.3 | 22.58 | 15.28 | - |
| YUV | 125.39 | 115.37 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 103 | 0 | 0.65 | 0.54 | 0.12 | 350.14 | 0.71 | 0.6 |
| Hex | E1 | 4F | 67 | 0 | 41 | 36 | C | 15E | 47 | 3C |
| Octal | 341 | 117 | 147 | 0 | 101 | 66 | 14 | 536 | 107 | 74 |
| Binary | 11100001 | 1001111 | 1100111 | 0 | 1000001 | 110110 | 1100 | 101011110 | 1000111 | 111100 |
Color Harmonies of #E14F67
Complementary color
Monochromatic Colors of #E14F67
Black with #E14F67
Text Example
Text Example
White with #E14F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F67; }
p { color: rgb(225,79,103); }
H1.HeaderClassName
{
color: #E14F67;
}
.AnyTagClassName
{
color: #E14F67;
}
</style>
background-color css
<style>
a { background-color: #E14F67; }
a { background-color: rgb(225,79,103); }
div.DivClassName
{
background-color: #E14F67;
}
.BgClassName
{
background-color: #E14F67;
}
</style>
border-color css
<style>
span { border-color: #E14F67; }
span { border-color: rgb(225,79,103); }
td.TdClassName
{
border-color: #E14F67;
}
.TagClassName
{
border-color: #E14F67;
}
</style>