Shades of Razzmatazz #E10149
Tints of Razzmatazz #E10149
RGB
CMYK
RGB Variations
Color information
#E10149 (or 0xE10149) is known color: Razzmatazz. HEX triplet: E1, 01 and 49. RGB value is (225,1,73). Sum of RGB (Red+Green+Blue) = 225+1+73=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E10149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10149 is #1EFEB6. Grayscale: #4C4C4C. Windows color (decimal): -2031287 or 4784609. OLE color: 4784609.
HSL color Cylindrical-coordinate representation of color #E10149: hue angle of 340.71º 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 #E10149 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 73 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.12 |
| HSL | 340.71º | 0.99% | 0.44% | - |
| HSV(B) | 340.71º | 1% | 0.88% | - |
| XYZ | 32.26 | 16.51 | 7.79 | - |
| YUV | 76.18 | 126.21 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 73 | 0 | 1.00 | 0.68 | 0.12 | 340.71 | 0.99 | 0.44 |
| Hex | E1 | 1 | 49 | 0 | 64 | 44 | C | 155 | 63 | 2C |
| Octal | 341 | 1 | 111 | 0 | 144 | 104 | 14 | 525 | 143 | 54 |
| Binary | 11100001 | 1 | 1001001 | 0 | 1100100 | 1000100 | 1100 | 101010101 | 1100011 | 101100 |
Color Harmonies of #E10149
Complementary color
Monochromatic Colors of #E10149
Black with #E10149
Text Example
Text Example
White with #E10149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10149; }
p { color: rgb(225,1,73); }
H1.HeaderClassName
{
color: #E10149;
}
.AnyTagClassName
{
color: #E10149;
}
</style>
background-color css
<style>
a { background-color: #E10149; }
a { background-color: rgb(225,1,73); }
div.DivClassName
{
background-color: #E10149;
}
.BgClassName
{
background-color: #E10149;
}
</style>
border-color css
<style>
span { border-color: #E10149; }
span { border-color: rgb(225,1,73); }
td.TdClassName
{
border-color: #E10149;
}
.TagClassName
{
border-color: #E10149;
}
</style>