Shades of Razzmatazz #E70749
Tints of Razzmatazz #E70749
RGB
CMYK
RGB Variations
Color information
#E70749 (or 0xE70749) is known color: Razzmatazz. HEX triplet: E7, 07 and 49. RGB value is (231,7,73). Sum of RGB (Red+Green+Blue) = 231+7+73=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E70749 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70749 is #18F8B6. Grayscale: #515151. Windows color (decimal): -1636535 or 4786151. OLE color: 4786151.
HSL color Cylindrical-coordinate representation of color #E70749: hue angle of 342.32º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70749 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 73 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.09 |
| HSL | 342.32º | 0.94% | 0.47% | - |
| HSV(B) | 342.32º | 0.97% | 0.91% | - |
| XYZ | 34.23 | 17.62 | 7.9 | - |
| YUV | 81.5 | 123.21 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 73 | 0 | 0.97 | 0.68 | 0.09 | 342.32 | 0.94 | 0.47 |
| Hex | E7 | 7 | 49 | 0 | 61 | 44 | 9 | 156 | 5E | 2F |
| Octal | 347 | 7 | 111 | 0 | 141 | 104 | 11 | 526 | 136 | 57 |
| Binary | 11100111 | 111 | 1001001 | 0 | 1100001 | 1000100 | 1001 | 101010110 | 1011110 | 101111 |
Color Harmonies of #E70749
Complementary color
Monochromatic Colors of #E70749
Black with #E70749
Text Example
Text Example
White with #E70749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70749; }
p { color: rgb(231,7,73); }
H1.HeaderClassName
{
color: #E70749;
}
.AnyTagClassName
{
color: #E70749;
}
</style>
background-color css
<style>
a { background-color: #E70749; }
a { background-color: rgb(231,7,73); }
div.DivClassName
{
background-color: #E70749;
}
.BgClassName
{
background-color: #E70749;
}
</style>
border-color css
<style>
span { border-color: #E70749; }
span { border-color: rgb(231,7,73); }
td.TdClassName
{
border-color: #E70749;
}
.TagClassName
{
border-color: #E70749;
}
</style>