Shades of Cabaret #E55465
Tints of Cabaret #E55465
RGB
CMYK
RGB Variations
Color information
#E55465 (or 0xE55465) is known color: Cabaret. HEX triplet: E5, 54 and 65. RGB value is (229,84,101). Sum of RGB (Red+Green+Blue) = 229+84+101=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E55465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55465 is #1AAB9A. Grayscale: #818181. Windows color (decimal): -1747867 or 6640869. OLE color: 6640869.
HSL color Cylindrical-coordinate representation of color #E55465: hue angle of 352.97º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55465 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 101 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.10 |
| HSL | 352.97º | 0.74% | 0.61% | - |
| HSV(B) | 352.97º | 0.63% | 0.9% | - |
| XYZ | 37.83 | 23.94 | 14.94 | - |
| YUV | 129.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 101 | 0 | 0.63 | 0.56 | 0.10 | 352.97 | 0.74 | 0.61 |
| Hex | E5 | 54 | 65 | 0 | 3F | 38 | A | 161 | 4A | 3D |
| Octal | 345 | 124 | 145 | 0 | 77 | 70 | 12 | 541 | 112 | 75 |
| Binary | 11100101 | 1010100 | 1100101 | 0 | 111111 | 111000 | 1010 | 101100001 | 1001010 | 111101 |
Color Harmonies of #E55465
Complementary color
Monochromatic Colors of #E55465
Black with #E55465
Text Example
Text Example
White with #E55465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55465; }
p { color: rgb(229,84,101); }
H1.HeaderClassName
{
color: #E55465;
}
.AnyTagClassName
{
color: #E55465;
}
</style>
background-color css
<style>
a { background-color: #E55465; }
a { background-color: rgb(229,84,101); }
div.DivClassName
{
background-color: #E55465;
}
.BgClassName
{
background-color: #E55465;
}
</style>
border-color css
<style>
span { border-color: #E55465; }
span { border-color: rgb(229,84,101); }
td.TdClassName
{
border-color: #E55465;
}
.TagClassName
{
border-color: #E55465;
}
</style>