Shades of Cabaret #E05668
Tints of Cabaret #E05668
RGB
CMYK
RGB Variations
Color information
#E05668 (or 0xE05668) is known color: Cabaret. HEX triplet: E0, 56 and 68. RGB value is (224,86,104). Sum of RGB (Red+Green+Blue) = 224+86+104=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E05668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05668 is #1FA997. Grayscale: #818181. Windows color (decimal): -2075032 or 6837984. OLE color: 6837984.
HSL color Cylindrical-coordinate representation of color #E05668: hue angle of 352.17º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05668 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 86 | 104 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.12 |
| HSL | 352.17º | 0.69% | 0.61% | - |
| HSV(B) | 352.17º | 0.62% | 0.88% | - |
| XYZ | 36.57 | 23.5 | 15.71 | - |
| YUV | 129.31 | 113.72 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 104 | 0 | 0.62 | 0.54 | 0.12 | 352.17 | 0.69 | 0.61 |
| Hex | E0 | 56 | 68 | 0 | 3E | 36 | C | 160 | 45 | 3D |
| Octal | 340 | 126 | 150 | 0 | 76 | 66 | 14 | 540 | 105 | 75 |
| Binary | 11100000 | 1010110 | 1101000 | 0 | 111110 | 110110 | 1100 | 101100000 | 1000101 | 111101 |
Color Harmonies of #E05668
Complementary color
Monochromatic Colors of #E05668
Black with #E05668
Text Example
Text Example
White with #E05668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05668; }
p { color: rgb(224,86,104); }
H1.HeaderClassName
{
color: #E05668;
}
.AnyTagClassName
{
color: #E05668;
}
</style>
background-color css
<style>
a { background-color: #E05668; }
a { background-color: rgb(224,86,104); }
div.DivClassName
{
background-color: #E05668;
}
.BgClassName
{
background-color: #E05668;
}
</style>
border-color css
<style>
span { border-color: #E05668; }
span { border-color: rgb(224,86,104); }
td.TdClassName
{
border-color: #E05668;
}
.TagClassName
{
border-color: #E05668;
}
</style>