Shades of Razzmatazz #E10073
Tints of Razzmatazz #E10073
RGB
CMYK
RGB Variations
Color information
#E10073 (or 0xE10073) is known color: Razzmatazz. HEX triplet: E1, 00 and 73. RGB value is (225,0,115). Sum of RGB (Red+Green+Blue) = 225+0+115=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E10073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10073 is #1EFF8C. Grayscale: #505050. Windows color (decimal): -2031501 or 7536865. OLE color: 7536865.
HSL color Cylindrical-coordinate representation of color #E10073: hue angle of 329.33º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10073 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.49 | 0.12 |
| HSL | 329.33º | 1% | 0.44% | - |
| HSV(B) | 329.33º | 1% | 0.88% | - |
| XYZ | 34.15 | 17.25 | 17.75 | - |
| YUV | 80.39 | 147.54 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 115 | 0 | 1 | 0.49 | 0.12 | 329.33 | 1 | 0.44 |
| Hex | E1 | 0 | 73 | 0 | 64 | 31 | C | 149 | 64 | 2C |
| Octal | 341 | 0 | 163 | 0 | 144 | 61 | 14 | 511 | 144 | 54 |
| Binary | 11100001 | 0 | 1110011 | 0 | 1100100 | 110001 | 1100 | 101001001 | 1100100 | 101100 |
Color Harmonies of #E10073
Complementary color
Monochromatic Colors of #E10073
Black with #E10073
Text Example
Text Example
White with #E10073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10073; }
p { color: rgb(225,0,115); }
H1.HeaderClassName
{
color: #E10073;
}
.AnyTagClassName
{
color: #E10073;
}
</style>
background-color css
<style>
a { background-color: #E10073; }
a { background-color: rgb(225,0,115); }
div.DivClassName
{
background-color: #E10073;
}
.BgClassName
{
background-color: #E10073;
}
</style>
border-color css
<style>
span { border-color: #E10073; }
span { border-color: rgb(225,0,115); }
td.TdClassName
{
border-color: #E10073;
}
.TagClassName
{
border-color: #E10073;
}
</style>