Shades of Razzmatazz #E70149
Tints of Razzmatazz #E70149
RGB
CMYK
RGB Variations
Color information
#E70149 (or 0xE70149) is known color: Razzmatazz. HEX triplet: E7, 01 and 49. RGB value is (231,1,73). Sum of RGB (Red+Green+Blue) = 231+1+73=305 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.74% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 231 - color contains mainly: red. Hex color #E70149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70149 is #18FEB6. Grayscale: #4D4D4D. Windows color (decimal): -1638071 or 4784615. OLE color: 4784615.
HSL color Cylindrical-coordinate representation of color #E70149: hue angle of 341.22º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70149 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 73 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.09 |
| HSL | 341.22º | 0.99% | 0.45% | - |
| HSV(B) | 341.22º | 1% | 0.91% | - |
| XYZ | 34.17 | 17.49 | 7.88 | - |
| YUV | 77.98 | 125.2 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 73 | 0 | 1.00 | 0.68 | 0.09 | 341.22 | 0.99 | 0.45 |
| Hex | E7 | 1 | 49 | 0 | 64 | 44 | 9 | 155 | 63 | 2D |
| Octal | 347 | 1 | 111 | 0 | 144 | 104 | 11 | 525 | 143 | 55 |
| Binary | 11100111 | 1 | 1001001 | 0 | 1100100 | 1000100 | 1001 | 101010101 | 1100011 | 101101 |
Color Harmonies of #E70149
Complementary color
Monochromatic Colors of #E70149
Black with #E70149
Text Example
Text Example
White with #E70149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70149; }
p { color: rgb(231,1,73); }
H1.HeaderClassName
{
color: #E70149;
}
.AnyTagClassName
{
color: #E70149;
}
</style>
background-color css
<style>
a { background-color: #E70149; }
a { background-color: rgb(231,1,73); }
div.DivClassName
{
background-color: #E70149;
}
.BgClassName
{
background-color: #E70149;
}
</style>
border-color css
<style>
span { border-color: #E70149; }
span { border-color: rgb(231,1,73); }
td.TdClassName
{
border-color: #E70149;
}
.TagClassName
{
border-color: #E70149;
}
</style>