Shades of Razzmatazz #E70E5E
Tints of Razzmatazz #E70E5E
RGB
CMYK
RGB Variations
Color information
#E70E5E (or 0xE70E5E) is known color: Razzmatazz. HEX triplet: E7, 0E and 5E. RGB value is (231,14,94). Sum of RGB (Red+Green+Blue) = 231+14+94=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70E5E is #18F1A1. Grayscale: #575757. Windows color (decimal): -1634722 or 6164199. OLE color: 6164199.
HSL color Cylindrical-coordinate representation of color #E70E5E: hue angle of 337.88º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70E5E is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 94 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.09 |
| HSL | 337.88º | 0.89% | 0.48% | - |
| HSV(B) | 337.88º | 0.94% | 0.91% | - |
| XYZ | 35.13 | 18.11 | 12.23 | - |
| YUV | 88 | 131.39 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 94 | 0 | 0.94 | 0.59 | 0.09 | 337.88 | 0.89 | 0.48 |
| Hex | E7 | E | 5E | 0 | 5E | 3B | 9 | 152 | 59 | 30 |
| Octal | 347 | 16 | 136 | 0 | 136 | 73 | 11 | 522 | 131 | 60 |
| Binary | 11100111 | 1110 | 1011110 | 0 | 1011110 | 111011 | 1001 | 101010010 | 1011001 | 110000 |
Color Harmonies of #E70E5E
Complementary color
Monochromatic Colors of #E70E5E
Black with #E70E5E
Text Example
Text Example
White with #E70E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70E5E; }
p { color: rgb(231,14,94); }
H1.HeaderClassName
{
color: #E70E5E;
}
.AnyTagClassName
{
color: #E70E5E;
}
</style>
background-color css
<style>
a { background-color: #E70E5E; }
a { background-color: rgb(231,14,94); }
div.DivClassName
{
background-color: #E70E5E;
}
.BgClassName
{
background-color: #E70E5E;
}
</style>
border-color css
<style>
span { border-color: #E70E5E; }
span { border-color: rgb(231,14,94); }
td.TdClassName
{
border-color: #E70E5E;
}
.TagClassName
{
border-color: #E70E5E;
}
</style>