Shades of Razzmatazz #E80472
Tints of Razzmatazz #E80472
RGB
CMYK
RGB Variations
Color information
#E80472 (or 0xE80472) is known color: Razzmatazz. HEX triplet: E8, 04 and 72. RGB value is (232,4,114). Sum of RGB (Red+Green+Blue) = 232+4+114=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E80472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80472 is #17FB8D. Grayscale: #545454. Windows color (decimal): -1571726 or 7472360. OLE color: 7472360.
HSL color Cylindrical-coordinate representation of color #E80472: hue angle of 331.05º degrees, saturation: 0.97, 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 #E80472 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.09 |
| HSL | 331.05º | 0.97% | 0.46% | - |
| HSV(B) | 331.05º | 0.98% | 0.91% | - |
| XYZ | 36.36 | 18.46 | 17.57 | - |
| YUV | 84.71 | 144.54 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 114 | 0 | 0.98 | 0.51 | 0.09 | 331.05 | 0.97 | 0.46 |
| Hex | E8 | 4 | 72 | 0 | 62 | 33 | 9 | 14B | 61 | 2E |
| Octal | 350 | 4 | 162 | 0 | 142 | 63 | 11 | 513 | 141 | 56 |
| Binary | 11101000 | 100 | 1110010 | 0 | 1100010 | 110011 | 1001 | 101001011 | 1100001 | 101110 |
Color Harmonies of #E80472
Complementary color
Monochromatic Colors of #E80472
Black with #E80472
Text Example
Text Example
White with #E80472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80472; }
p { color: rgb(232,4,114); }
H1.HeaderClassName
{
color: #E80472;
}
.AnyTagClassName
{
color: #E80472;
}
</style>
background-color css
<style>
a { background-color: #E80472; }
a { background-color: rgb(232,4,114); }
div.DivClassName
{
background-color: #E80472;
}
.BgClassName
{
background-color: #E80472;
}
</style>
border-color css
<style>
span { border-color: #E80472; }
span { border-color: rgb(232,4,114); }
td.TdClassName
{
border-color: #E80472;
}
.TagClassName
{
border-color: #E80472;
}
</style>