Shades of Cabaret #E34D64
Tints of Cabaret #E34D64
RGB
CMYK
RGB Variations
Color information
#E34D64 (or 0xE34D64) is known color: Cabaret. HEX triplet: E3, 4D and 64. RGB value is (227,77,100). Sum of RGB (Red+Green+Blue) = 227+77+100=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E34D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E34D64 is #1CB29B. Grayscale: #7C7C7C. Windows color (decimal): -1880732 or 6573539. OLE color: 6573539.
HSL color Cylindrical-coordinate representation of color #E34D64: hue angle of 350.8º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34D64 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 100 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.11 |
| HSL | 350.8º | 0.73% | 0.6% | - |
| HSV(B) | 350.8º | 0.66% | 0.89% | - |
| XYZ | 36.63 | 22.56 | 14.48 | - |
| YUV | 124.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 100 | 0 | 0.66 | 0.56 | 0.11 | 350.8 | 0.73 | 0.6 |
| Hex | E3 | 4D | 64 | 0 | 42 | 38 | B | 15F | 49 | 3C |
| Octal | 343 | 115 | 144 | 0 | 102 | 70 | 13 | 537 | 111 | 74 |
| Binary | 11100011 | 1001101 | 1100100 | 0 | 1000010 | 111000 | 1011 | 101011111 | 1001001 | 111100 |
Color Harmonies of #E34D64
Complementary color
Monochromatic Colors of #E34D64
Black with #E34D64
Text Example
Text Example
White with #E34D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34D64; }
p { color: rgb(227,77,100); }
H1.HeaderClassName
{
color: #E34D64;
}
.AnyTagClassName
{
color: #E34D64;
}
</style>
background-color css
<style>
a { background-color: #E34D64; }
a { background-color: rgb(227,77,100); }
div.DivClassName
{
background-color: #E34D64;
}
.BgClassName
{
background-color: #E34D64;
}
</style>
border-color css
<style>
span { border-color: #E34D64; }
span { border-color: rgb(227,77,100); }
td.TdClassName
{
border-color: #E34D64;
}
.TagClassName
{
border-color: #E34D64;
}
</style>