Shades of Razzmatazz #E10071
Tints of Razzmatazz #E10071
RGB
CMYK
RGB Variations
Color information
#E10071 (or 0xE10071) is known color: Razzmatazz. HEX triplet: E1, 00 and 71. RGB value is (225,0,113). Sum of RGB (Red+Green+Blue) = 225+0+113=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E10071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10071 is #1EFF8E. Grayscale: #4F4F4F. Windows color (decimal): -2031503 or 7405793. OLE color: 7405793.
HSL color Cylindrical-coordinate representation of color #E10071: hue angle of 329.87º 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 #E10071 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.50 | 0.12 |
| HSL | 329.87º | 1% | 0.44% | - |
| HSV(B) | 329.87º | 1% | 0.88% | - |
| XYZ | 34.03 | 17.2 | 17.15 | - |
| YUV | 80.16 | 146.54 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 113 | 0 | 1 | 0.50 | 0.12 | 329.87 | 1 | 0.44 |
| Hex | E1 | 0 | 71 | 0 | 64 | 32 | C | 14A | 64 | 2C |
| Octal | 341 | 0 | 161 | 0 | 144 | 62 | 14 | 512 | 144 | 54 |
| Binary | 11100001 | 0 | 1110001 | 0 | 1100100 | 110010 | 1100 | 101001010 | 1100100 | 101100 |
Color Harmonies of #E10071
Complementary color
Monochromatic Colors of #E10071
Black with #E10071
Text Example
Text Example
White with #E10071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10071; }
p { color: rgb(225,0,113); }
H1.HeaderClassName
{
color: #E10071;
}
.AnyTagClassName
{
color: #E10071;
}
</style>
background-color css
<style>
a { background-color: #E10071; }
a { background-color: rgb(225,0,113); }
div.DivClassName
{
background-color: #E10071;
}
.BgClassName
{
background-color: #E10071;
}
</style>
border-color css
<style>
span { border-color: #E10071; }
span { border-color: rgb(225,0,113); }
td.TdClassName
{
border-color: #E10071;
}
.TagClassName
{
border-color: #E10071;
}
</style>