Shades of Razzmatazz #E10147
Tints of Razzmatazz #E10147
RGB
CMYK
RGB Variations
Color information
#E10147 (or 0xE10147) is known color: Razzmatazz. HEX triplet: E1, 01 and 47. RGB value is (225,1,71). Sum of RGB (Red+Green+Blue) = 225+1+71=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E10147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10147 is #1EFEB8. Grayscale: #4B4B4B. Windows color (decimal): -2031289 or 4653537. OLE color: 4653537.
HSL color Cylindrical-coordinate representation of color #E10147: hue angle of 341.25º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10147 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.12 |
| HSL | 341.25º | 0.99% | 0.44% | - |
| HSV(B) | 341.25º | 1% | 0.88% | - |
| XYZ | 32.2 | 16.48 | 7.45 | - |
| YUV | 75.96 | 125.21 | 234.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 71 | 0 | 1.00 | 0.68 | 0.12 | 341.25 | 0.99 | 0.44 |
| Hex | E1 | 1 | 47 | 0 | 64 | 44 | C | 155 | 63 | 2C |
| Octal | 341 | 1 | 107 | 0 | 144 | 104 | 14 | 525 | 143 | 54 |
| Binary | 11100001 | 1 | 1000111 | 0 | 1100100 | 1000100 | 1100 | 101010101 | 1100011 | 101100 |
Color Harmonies of #E10147
Complementary color
Monochromatic Colors of #E10147
Black with #E10147
Text Example
Text Example
White with #E10147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10147; }
p { color: rgb(225,1,71); }
H1.HeaderClassName
{
color: #E10147;
}
.AnyTagClassName
{
color: #E10147;
}
</style>
background-color css
<style>
a { background-color: #E10147; }
a { background-color: rgb(225,1,71); }
div.DivClassName
{
background-color: #E10147;
}
.BgClassName
{
background-color: #E10147;
}
</style>
border-color css
<style>
span { border-color: #E10147; }
span { border-color: rgb(225,1,71); }
td.TdClassName
{
border-color: #E10147;
}
.TagClassName
{
border-color: #E10147;
}
</style>