Shades of Razzmatazz #E70373
Tints of Razzmatazz #E70373
RGB
CMYK
RGB Variations
Color information
#E70373 (or 0xE70373) is known color: Razzmatazz. HEX triplet: E7, 03 and 73. RGB value is (231,3,115). Sum of RGB (Red+Green+Blue) = 231+3+115=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E70373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70373 is #18FC8C. Grayscale: #535353. Windows color (decimal): -1637517 or 7537639. OLE color: 7537639.
HSL color Cylindrical-coordinate representation of color #E70373: hue angle of 330.53º 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 #E70373 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 115 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.09 |
| HSL | 330.53º | 0.97% | 0.46% | - |
| HSV(B) | 330.53º | 0.99% | 0.91% | - |
| XYZ | 36.08 | 18.29 | 17.85 | - |
| YUV | 83.94 | 145.54 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 115 | 0 | 0.99 | 0.50 | 0.09 | 330.53 | 0.97 | 0.46 |
| Hex | E7 | 3 | 73 | 0 | 63 | 32 | 9 | 14B | 61 | 2E |
| Octal | 347 | 3 | 163 | 0 | 143 | 62 | 11 | 513 | 141 | 56 |
| Binary | 11100111 | 11 | 1110011 | 0 | 1100011 | 110010 | 1001 | 101001011 | 1100001 | 101110 |
Color Harmonies of #E70373
Complementary color
Monochromatic Colors of #E70373
Black with #E70373
Text Example
Text Example
White with #E70373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70373; }
p { color: rgb(231,3,115); }
H1.HeaderClassName
{
color: #E70373;
}
.AnyTagClassName
{
color: #E70373;
}
</style>
background-color css
<style>
a { background-color: #E70373; }
a { background-color: rgb(231,3,115); }
div.DivClassName
{
background-color: #E70373;
}
.BgClassName
{
background-color: #E70373;
}
</style>
border-color css
<style>
span { border-color: #E70373; }
span { border-color: rgb(231,3,115); }
td.TdClassName
{
border-color: #E70373;
}
.TagClassName
{
border-color: #E70373;
}
</style>