Shades of Cabaret #E25368
Tints of Cabaret #E25368
RGB
CMYK
RGB Variations
Color information
#E25368 (or 0xE25368) is known color: Cabaret. HEX triplet: E2, 53 and 68. RGB value is (226,83,104). Sum of RGB (Red+Green+Blue) = 226+83+104=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E25368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25368 is #1DAC97. Grayscale: #808080. Windows color (decimal): -1944728 or 6837218. OLE color: 6837218.
HSL color Cylindrical-coordinate representation of color #E25368: hue angle of 351.19º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25368 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 104 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.11 |
| HSL | 351.19º | 0.71% | 0.61% | - |
| HSV(B) | 351.19º | 0.63% | 0.89% | - |
| XYZ | 36.96 | 23.35 | 15.66 | - |
| YUV | 128.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 104 | 0 | 0.63 | 0.54 | 0.11 | 351.19 | 0.71 | 0.61 |
| Hex | E2 | 53 | 68 | 0 | 3F | 36 | B | 15F | 47 | 3D |
| Octal | 342 | 123 | 150 | 0 | 77 | 66 | 13 | 537 | 107 | 75 |
| Binary | 11100010 | 1010011 | 1101000 | 0 | 111111 | 110110 | 1011 | 101011111 | 1000111 | 111101 |
Color Harmonies of #E25368
Complementary color
Monochromatic Colors of #E25368
Black with #E25368
Text Example
Text Example
White with #E25368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25368; }
p { color: rgb(226,83,104); }
H1.HeaderClassName
{
color: #E25368;
}
.AnyTagClassName
{
color: #E25368;
}
</style>
background-color css
<style>
a { background-color: #E25368; }
a { background-color: rgb(226,83,104); }
div.DivClassName
{
background-color: #E25368;
}
.BgClassName
{
background-color: #E25368;
}
</style>
border-color css
<style>
span { border-color: #E25368; }
span { border-color: rgb(226,83,104); }
td.TdClassName
{
border-color: #E25368;
}
.TagClassName
{
border-color: #E25368;
}
</style>