Shades of Razzmatazz #E80372
Tints of Razzmatazz #E80372
RGB
CMYK
RGB Variations
Color information
#E80372 (or 0xE80372) is known color: Razzmatazz. HEX triplet: E8, 03 and 72. RGB value is (232,3,114). Sum of RGB (Red+Green+Blue) = 232+3+114=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E80372 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80372 is #17FC8D. Grayscale: #535353. Windows color (decimal): -1571982 or 7472104. OLE color: 7472104.
HSL color Cylindrical-coordinate representation of color #E80372: hue angle of 330.92º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80372 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.09 |
| HSL | 330.92º | 0.97% | 0.46% | - |
| HSV(B) | 330.92º | 0.99% | 0.91% | - |
| XYZ | 36.35 | 18.44 | 17.56 | - |
| YUV | 84.13 | 144.87 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 114 | 0 | 0.99 | 0.51 | 0.09 | 330.92 | 0.97 | 0.46 |
| Hex | E8 | 3 | 72 | 0 | 63 | 33 | 9 | 14B | 61 | 2E |
| Octal | 350 | 3 | 162 | 0 | 143 | 63 | 11 | 513 | 141 | 56 |
| Binary | 11101000 | 11 | 1110010 | 0 | 1100011 | 110011 | 1001 | 101001011 | 1100001 | 101110 |
Color Harmonies of #E80372
Complementary color
Monochromatic Colors of #E80372
Black with #E80372
Text Example
Text Example
White with #E80372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80372; }
p { color: rgb(232,3,114); }
H1.HeaderClassName
{
color: #E80372;
}
.AnyTagClassName
{
color: #E80372;
}
</style>
background-color css
<style>
a { background-color: #E80372; }
a { background-color: rgb(232,3,114); }
div.DivClassName
{
background-color: #E80372;
}
.BgClassName
{
background-color: #E80372;
}
</style>
border-color css
<style>
span { border-color: #E80372; }
span { border-color: rgb(232,3,114); }
td.TdClassName
{
border-color: #E80372;
}
.TagClassName
{
border-color: #E80372;
}
</style>