Shades of Cabaret #E14C63
Tints of Cabaret #E14C63
RGB
CMYK
RGB Variations
Color information
#E14C63 (or 0xE14C63) is known color: Cabaret. HEX triplet: E1, 4C and 63. RGB value is (225,76,99). Sum of RGB (Red+Green+Blue) = 225+76+99=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C63 is #1EB39C. Grayscale: #7B7B7B. Windows color (decimal): -2012061 or 6507745. OLE color: 6507745.
HSL color Cylindrical-coordinate representation of color #E14C63: hue angle of 350.74º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14C63 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 99 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.12 |
| HSL | 350.74º | 0.71% | 0.59% | - |
| HSV(B) | 350.74º | 0.66% | 0.88% | - |
| XYZ | 35.89 | 22.08 | 14.17 | - |
| YUV | 123.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 99 | 0 | 0.66 | 0.56 | 0.12 | 350.74 | 0.71 | 0.59 |
| Hex | E1 | 4C | 63 | 0 | 42 | 38 | C | 15F | 47 | 3B |
| Octal | 341 | 114 | 143 | 0 | 102 | 70 | 14 | 537 | 107 | 73 |
| Binary | 11100001 | 1001100 | 1100011 | 0 | 1000010 | 111000 | 1100 | 101011111 | 1000111 | 111011 |
Color Harmonies of #E14C63
Complementary color
Monochromatic Colors of #E14C63
Black with #E14C63
Text Example
Text Example
White with #E14C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C63; }
p { color: rgb(225,76,99); }
H1.HeaderClassName
{
color: #E14C63;
}
.AnyTagClassName
{
color: #E14C63;
}
</style>
background-color css
<style>
a { background-color: #E14C63; }
a { background-color: rgb(225,76,99); }
div.DivClassName
{
background-color: #E14C63;
}
.BgClassName
{
background-color: #E14C63;
}
</style>
border-color css
<style>
span { border-color: #E14C63; }
span { border-color: rgb(225,76,99); }
td.TdClassName
{
border-color: #E14C63;
}
.TagClassName
{
border-color: #E14C63;
}
</style>