Shades of Razzmatazz #E80574
Tints of Razzmatazz #E80574
RGB
CMYK
RGB Variations
Color information
#E80574 (or 0xE80574) is known color: Razzmatazz. HEX triplet: E8, 05 and 74. RGB value is (232,5,116). Sum of RGB (Red+Green+Blue) = 232+5+116=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E80574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80574 is #17FA8B. Grayscale: #555555. Windows color (decimal): -1571468 or 7603688. OLE color: 7603688.
HSL color Cylindrical-coordinate representation of color #E80574: hue angle of 330.66º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80574 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 116 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.09 |
| HSL | 330.66º | 0.96% | 0.46% | - |
| HSV(B) | 330.66º | 0.98% | 0.91% | - |
| XYZ | 36.49 | 18.53 | 18.18 | - |
| YUV | 85.53 | 145.21 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 116 | 0 | 0.98 | 0.50 | 0.09 | 330.66 | 0.96 | 0.46 |
| Hex | E8 | 5 | 74 | 0 | 62 | 32 | 9 | 14B | 60 | 2E |
| Octal | 350 | 5 | 164 | 0 | 142 | 62 | 11 | 513 | 140 | 56 |
| Binary | 11101000 | 101 | 1110100 | 0 | 1100010 | 110010 | 1001 | 101001011 | 1100000 | 101110 |
Color Harmonies of #E80574
Complementary color
Monochromatic Colors of #E80574
Black with #E80574
Text Example
Text Example
White with #E80574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80574; }
p { color: rgb(232,5,116); }
H1.HeaderClassName
{
color: #E80574;
}
.AnyTagClassName
{
color: #E80574;
}
</style>
background-color css
<style>
a { background-color: #E80574; }
a { background-color: rgb(232,5,116); }
div.DivClassName
{
background-color: #E80574;
}
.BgClassName
{
background-color: #E80574;
}
</style>
border-color css
<style>
span { border-color: #E80574; }
span { border-color: rgb(232,5,116); }
td.TdClassName
{
border-color: #E80574;
}
.TagClassName
{
border-color: #E80574;
}
</style>