Shades of Razzmatazz #E70849
Tints of Razzmatazz #E70849
RGB
CMYK
RGB Variations
Color information
#E70849 (or 0xE70849) is known color: Razzmatazz. HEX triplet: E7, 08 and 49. RGB value is (231,8,73). Sum of RGB (Red+Green+Blue) = 231+8+73=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E70849 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70849 is #18F7B6. Grayscale: #525252. Windows color (decimal): -1636279 or 4786407. OLE color: 4786407.
HSL color Cylindrical-coordinate representation of color #E70849: hue angle of 342.51º degrees, saturation: 0.93, 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 #E70849 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 73 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.09 |
| HSL | 342.51º | 0.93% | 0.47% | - |
| HSV(B) | 342.51º | 0.97% | 0.91% | - |
| XYZ | 34.24 | 17.64 | 7.9 | - |
| YUV | 82.09 | 122.88 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 73 | 0 | 0.97 | 0.68 | 0.09 | 342.51 | 0.93 | 0.47 |
| Hex | E7 | 8 | 49 | 0 | 61 | 44 | 9 | 157 | 5D | 2F |
| Octal | 347 | 10 | 111 | 0 | 141 | 104 | 11 | 527 | 135 | 57 |
| Binary | 11100111 | 1000 | 1001001 | 0 | 1100001 | 1000100 | 1001 | 101010111 | 1011101 | 101111 |
Color Harmonies of #E70849
Complementary color
Monochromatic Colors of #E70849
Black with #E70849
Text Example
Text Example
White with #E70849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70849; }
p { color: rgb(231,8,73); }
H1.HeaderClassName
{
color: #E70849;
}
.AnyTagClassName
{
color: #E70849;
}
</style>
background-color css
<style>
a { background-color: #E70849; }
a { background-color: rgb(231,8,73); }
div.DivClassName
{
background-color: #E70849;
}
.BgClassName
{
background-color: #E70849;
}
</style>
border-color css
<style>
span { border-color: #E70849; }
span { border-color: rgb(231,8,73); }
td.TdClassName
{
border-color: #E70849;
}
.TagClassName
{
border-color: #E70849;
}
</style>