Shades of Razzmatazz #E80954
Tints of Razzmatazz #E80954
RGB
CMYK
RGB Variations
Color information
#E80954 (or 0xE80954) is known color: Razzmatazz. HEX triplet: E8, 09 and 54. RGB value is (232,9,84). Sum of RGB (Red+Green+Blue) = 232+9+84=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E80954 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80954 is #17F6AB. Grayscale: #545454. Windows color (decimal): -1570476 or 5507560. OLE color: 5507560.
HSL color Cylindrical-coordinate representation of color #E80954: hue angle of 339.82º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80954 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 84 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.09 |
| HSL | 339.82º | 0.93% | 0.47% | - |
| HSV(B) | 339.82º | 0.96% | 0.91% | - |
| XYZ | 34.98 | 17.99 | 10.02 | - |
| YUV | 84.23 | 127.88 | 233.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 84 | 0 | 0.96 | 0.64 | 0.09 | 339.82 | 0.93 | 0.47 |
| Hex | E8 | 9 | 54 | 0 | 60 | 40 | 9 | 154 | 5D | 2F |
| Octal | 350 | 11 | 124 | 0 | 140 | 100 | 11 | 524 | 135 | 57 |
| Binary | 11101000 | 1001 | 1010100 | 0 | 1100000 | 1000000 | 1001 | 101010100 | 1011101 | 101111 |
Color Harmonies of #E80954
Complementary color
Monochromatic Colors of #E80954
Black with #E80954
Text Example
Text Example
White with #E80954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80954; }
p { color: rgb(232,9,84); }
H1.HeaderClassName
{
color: #E80954;
}
.AnyTagClassName
{
color: #E80954;
}
</style>
background-color css
<style>
a { background-color: #E80954; }
a { background-color: rgb(232,9,84); }
div.DivClassName
{
background-color: #E80954;
}
.BgClassName
{
background-color: #E80954;
}
</style>
border-color css
<style>
span { border-color: #E80954; }
span { border-color: rgb(232,9,84); }
td.TdClassName
{
border-color: #E80954;
}
.TagClassName
{
border-color: #E80954;
}
</style>