Shades of Cabaret #E25868
Tints of Cabaret #E25868
RGB
CMYK
RGB Variations
Color information
#E25868 (or 0xE25868) is known color: Cabaret. HEX triplet: E2, 58 and 68. RGB value is (226,88,104). Sum of RGB (Red+Green+Blue) = 226+88+104=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E25868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25868 is #1DA797. Grayscale: #838383. Windows color (decimal): -1943448 or 6838498. OLE color: 6838498.
HSL color Cylindrical-coordinate representation of color #E25868: hue angle of 353.04º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E25868 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 104 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.11 |
| HSL | 353.04º | 0.7% | 0.62% | - |
| HSV(B) | 353.04º | 0.61% | 0.89% | - |
| XYZ | 37.35 | 24.15 | 15.79 | - |
| YUV | 131.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 104 | 0 | 0.61 | 0.54 | 0.11 | 353.04 | 0.7 | 0.62 |
| Hex | E2 | 58 | 68 | 0 | 3D | 36 | B | 161 | 46 | 3E |
| Octal | 342 | 130 | 150 | 0 | 75 | 66 | 13 | 541 | 106 | 76 |
| Binary | 11100010 | 1011000 | 1101000 | 0 | 111101 | 110110 | 1011 | 101100001 | 1000110 | 111110 |
Color Harmonies of #E25868
Complementary color
Monochromatic Colors of #E25868
Black with #E25868
Text Example
Text Example
White with #E25868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25868; }
p { color: rgb(226,88,104); }
H1.HeaderClassName
{
color: #E25868;
}
.AnyTagClassName
{
color: #E25868;
}
</style>
background-color css
<style>
a { background-color: #E25868; }
a { background-color: rgb(226,88,104); }
div.DivClassName
{
background-color: #E25868;
}
.BgClassName
{
background-color: #E25868;
}
</style>
border-color css
<style>
span { border-color: #E25868; }
span { border-color: rgb(226,88,104); }
td.TdClassName
{
border-color: #E25868;
}
.TagClassName
{
border-color: #E25868;
}
</style>