Shades of Razzmatazz #E80958
Tints of Razzmatazz #E80958
RGB
CMYK
RGB Variations
Color information
#E80958 (or 0xE80958) is known color: Razzmatazz. HEX triplet: E8, 09 and 58. RGB value is (232,9,88). Sum of RGB (Red+Green+Blue) = 232+9+88=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E80958 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80958 is #17F6A7. Grayscale: #545454. Windows color (decimal): -1570472 or 5769704. OLE color: 5769704.
HSL color Cylindrical-coordinate representation of color #E80958: hue angle of 338.74º 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 #E80958 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 88 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.09 |
| HSL | 338.74º | 0.93% | 0.47% | - |
| HSV(B) | 338.74º | 0.96% | 0.91% | - |
| XYZ | 35.14 | 18.06 | 10.87 | - |
| YUV | 84.68 | 129.88 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 88 | 0 | 0.96 | 0.62 | 0.09 | 338.74 | 0.93 | 0.47 |
| Hex | E8 | 9 | 58 | 0 | 60 | 3E | 9 | 153 | 5D | 2F |
| Octal | 350 | 11 | 130 | 0 | 140 | 76 | 11 | 523 | 135 | 57 |
| Binary | 11101000 | 1001 | 1011000 | 0 | 1100000 | 111110 | 1001 | 101010011 | 1011101 | 101111 |
Color Harmonies of #E80958
Complementary color
Monochromatic Colors of #E80958
Black with #E80958
Text Example
Text Example
White with #E80958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80958; }
p { color: rgb(232,9,88); }
H1.HeaderClassName
{
color: #E80958;
}
.AnyTagClassName
{
color: #E80958;
}
</style>
background-color css
<style>
a { background-color: #E80958; }
a { background-color: rgb(232,9,88); }
div.DivClassName
{
background-color: #E80958;
}
.BgClassName
{
background-color: #E80958;
}
</style>
border-color css
<style>
span { border-color: #E80958; }
span { border-color: rgb(232,9,88); }
td.TdClassName
{
border-color: #E80958;
}
.TagClassName
{
border-color: #E80958;
}
</style>