Shades of Cabaret #E25568
Tints of Cabaret #E25568
RGB
CMYK
RGB Variations
Color information
#E25568 (or 0xE25568) is known color: Cabaret. HEX triplet: E2, 55 and 68. RGB value is (226,85,104). Sum of RGB (Red+Green+Blue) = 226+85+104=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E25568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25568 is #1DAA97. Grayscale: #818181. Windows color (decimal): -1944216 or 6837730. OLE color: 6837730.
HSL color Cylindrical-coordinate representation of color #E25568: hue angle of 351.91º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25568 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 104 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.11 |
| HSL | 351.91º | 0.71% | 0.61% | - |
| HSV(B) | 351.91º | 0.62% | 0.89% | - |
| XYZ | 37.11 | 23.67 | 15.71 | - |
| YUV | 129.33 | 113.71 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 104 | 0 | 0.62 | 0.54 | 0.11 | 351.91 | 0.71 | 0.61 |
| Hex | E2 | 55 | 68 | 0 | 3E | 36 | B | 160 | 47 | 3D |
| Octal | 342 | 125 | 150 | 0 | 76 | 66 | 13 | 540 | 107 | 75 |
| Binary | 11100010 | 1010101 | 1101000 | 0 | 111110 | 110110 | 1011 | 101100000 | 1000111 | 111101 |
Color Harmonies of #E25568
Complementary color
Monochromatic Colors of #E25568
Black with #E25568
Text Example
Text Example
White with #E25568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25568; }
p { color: rgb(226,85,104); }
H1.HeaderClassName
{
color: #E25568;
}
.AnyTagClassName
{
color: #E25568;
}
</style>
background-color css
<style>
a { background-color: #E25568; }
a { background-color: rgb(226,85,104); }
div.DivClassName
{
background-color: #E25568;
}
.BgClassName
{
background-color: #E25568;
}
</style>
border-color css
<style>
span { border-color: #E25568; }
span { border-color: rgb(226,85,104); }
td.TdClassName
{
border-color: #E25568;
}
.TagClassName
{
border-color: #E25568;
}
</style>