Shades of Razzmatazz #E81154
Tints of Razzmatazz #E81154
RGB
CMYK
RGB Variations
Color information
#E81154 (or 0xE81154) is known color: Razzmatazz. HEX triplet: E8, 11 and 54. RGB value is (232,17,84). Sum of RGB (Red+Green+Blue) = 232+17+84=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E81154 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81154 is #17EEAB. Grayscale: #585858. Windows color (decimal): -1568428 or 5509608. OLE color: 5509608.
HSL color Cylindrical-coordinate representation of color #E81154: hue angle of 341.3º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81154 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 84 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.09 |
| HSL | 341.3º | 0.86% | 0.49% | - |
| HSV(B) | 341.3º | 0.93% | 0.91% | - |
| XYZ | 35.08 | 18.2 | 10.05 | - |
| YUV | 88.92 | 125.23 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 84 | 0 | 0.93 | 0.64 | 0.09 | 341.3 | 0.86 | 0.49 |
| Hex | E8 | 11 | 54 | 0 | 5D | 40 | 9 | 155 | 56 | 31 |
| Octal | 350 | 21 | 124 | 0 | 135 | 100 | 11 | 525 | 126 | 61 |
| Binary | 11101000 | 10001 | 1010100 | 0 | 1011101 | 1000000 | 1001 | 101010101 | 1010110 | 110001 |
Color Harmonies of #E81154
Complementary color
Monochromatic Colors of #E81154
Black with #E81154
Text Example
Text Example
White with #E81154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81154; }
p { color: rgb(232,17,84); }
H1.HeaderClassName
{
color: #E81154;
}
.AnyTagClassName
{
color: #E81154;
}
</style>
background-color css
<style>
a { background-color: #E81154; }
a { background-color: rgb(232,17,84); }
div.DivClassName
{
background-color: #E81154;
}
.BgClassName
{
background-color: #E81154;
}
</style>
border-color css
<style>
span { border-color: #E81154; }
span { border-color: rgb(232,17,84); }
td.TdClassName
{
border-color: #E81154;
}
.TagClassName
{
border-color: #E81154;
}
</style>