Shades of Razzmatazz #E70051
Tints of Razzmatazz #E70051
RGB
CMYK
RGB Variations
Color information
#E70051 (or 0xE70051) is known color: Razzmatazz. HEX triplet: E7, 00 and 51. RGB value is (231,0,81). Sum of RGB (Red+Green+Blue) = 231+0+81=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E70051 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70051 is #18FFAE. Grayscale: #4E4E4E. Windows color (decimal): -1638319 or 5308647. OLE color: 5308647.
HSL color Cylindrical-coordinate representation of color #E70051: hue angle of 338.96º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70051 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.65 | 0.09 |
| HSL | 338.96º | 1% | 0.45% | - |
| HSV(B) | 338.96º | 1% | 0.91% | - |
| XYZ | 34.44 | 17.58 | 9.36 | - |
| YUV | 78.3 | 129.53 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 81 | 0 | 1 | 0.65 | 0.09 | 338.96 | 1 | 0.45 |
| Hex | E7 | 0 | 51 | 0 | 64 | 41 | 9 | 153 | 64 | 2D |
| Octal | 347 | 0 | 121 | 0 | 144 | 101 | 11 | 523 | 144 | 55 |
| Binary | 11100111 | 0 | 1010001 | 0 | 1100100 | 1000001 | 1001 | 101010011 | 1100100 | 101101 |
Color Harmonies of #E70051
Complementary color
Monochromatic Colors of #E70051
Black with #E70051
Text Example
Text Example
White with #E70051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70051; }
p { color: rgb(231,0,81); }
H1.HeaderClassName
{
color: #E70051;
}
.AnyTagClassName
{
color: #E70051;
}
</style>
background-color css
<style>
a { background-color: #E70051; }
a { background-color: rgb(231,0,81); }
div.DivClassName
{
background-color: #E70051;
}
.BgClassName
{
background-color: #E70051;
}
</style>
border-color css
<style>
span { border-color: #E70051; }
span { border-color: rgb(231,0,81); }
td.TdClassName
{
border-color: #E70051;
}
.TagClassName
{
border-color: #E70051;
}
</style>