Shades of Razzmatazz #E70F51
Tints of Razzmatazz #E70F51
RGB
CMYK
RGB Variations
Color information
#E70F51 (or 0xE70F51) is known color: Razzmatazz. HEX triplet: E7, 0F and 51. RGB value is (231,15,81). Sum of RGB (Red+Green+Blue) = 231+15+81=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70F51 is #18F0AE. Grayscale: #575757. Windows color (decimal): -1634479 or 5312487. OLE color: 5312487.
HSL color Cylindrical-coordinate representation of color #E70F51: hue angle of 341.67º degrees, saturation: 0.88, 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 #E70F51 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 81 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.09 |
| HSL | 341.67º | 0.88% | 0.48% | - |
| HSV(B) | 341.67º | 0.94% | 0.91% | - |
| XYZ | 34.61 | 17.92 | 9.42 | - |
| YUV | 87.11 | 124.56 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 81 | 0 | 0.94 | 0.65 | 0.09 | 341.67 | 0.88 | 0.48 |
| Hex | E7 | F | 51 | 0 | 5E | 41 | 9 | 156 | 58 | 30 |
| Octal | 347 | 17 | 121 | 0 | 136 | 101 | 11 | 526 | 130 | 60 |
| Binary | 11100111 | 1111 | 1010001 | 0 | 1011110 | 1000001 | 1001 | 101010110 | 1011000 | 110000 |
Color Harmonies of #E70F51
Complementary color
Monochromatic Colors of #E70F51
Black with #E70F51
Text Example
Text Example
White with #E70F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70F51; }
p { color: rgb(231,15,81); }
H1.HeaderClassName
{
color: #E70F51;
}
.AnyTagClassName
{
color: #E70F51;
}
</style>
background-color css
<style>
a { background-color: #E70F51; }
a { background-color: rgb(231,15,81); }
div.DivClassName
{
background-color: #E70F51;
}
.BgClassName
{
background-color: #E70F51;
}
</style>
border-color css
<style>
span { border-color: #E70F51; }
span { border-color: rgb(231,15,81); }
td.TdClassName
{
border-color: #E70F51;
}
.TagClassName
{
border-color: #E70F51;
}
</style>