Shades of Razzmatazz #E80073
Tints of Razzmatazz #E80073
RGB
CMYK
RGB Variations
Color information
#E80073 (or 0xE80073) is known color: Razzmatazz. HEX triplet: E8, 00 and 73. RGB value is (232,0,115). Sum of RGB (Red+Green+Blue) = 232+0+115=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E80073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80073 is #17FF8C. Grayscale: #525252. Windows color (decimal): -1572749 or 7536872. OLE color: 7536872.
HSL color Cylindrical-coordinate representation of color #E80073: hue angle of 330.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80073 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.50 | 0.09 |
| HSL | 330.26º | 1% | 0.45% | - |
| HSV(B) | 330.26º | 1% | 0.91% | - |
| XYZ | 36.37 | 18.39 | 17.85 | - |
| YUV | 82.48 | 146.36 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 115 | 0 | 1 | 0.50 | 0.09 | 330.26 | 1 | 0.45 |
| Hex | E8 | 0 | 73 | 0 | 64 | 32 | 9 | 14A | 64 | 2D |
| Octal | 350 | 0 | 163 | 0 | 144 | 62 | 11 | 512 | 144 | 55 |
| Binary | 11101000 | 0 | 1110011 | 0 | 1100100 | 110010 | 1001 | 101001010 | 1100100 | 101101 |
Color Harmonies of #E80073
Complementary color
Monochromatic Colors of #E80073
Black with #E80073
Text Example
Text Example
White with #E80073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80073; }
p { color: rgb(232,0,115); }
H1.HeaderClassName
{
color: #E80073;
}
.AnyTagClassName
{
color: #E80073;
}
</style>
background-color css
<style>
a { background-color: #E80073; }
a { background-color: rgb(232,0,115); }
div.DivClassName
{
background-color: #E80073;
}
.BgClassName
{
background-color: #E80073;
}
</style>
border-color css
<style>
span { border-color: #E80073; }
span { border-color: rgb(232,0,115); }
td.TdClassName
{
border-color: #E80073;
}
.TagClassName
{
border-color: #E80073;
}
</style>