Shades of Razzmatazz #E70077
Tints of Razzmatazz #E70077
RGB
CMYK
RGB Variations
Color information
#E70077 (or 0xE70077) is known color: Razzmatazz. HEX triplet: E7, 00 and 77. RGB value is (231,0,119). Sum of RGB (Red+Green+Blue) = 231+0+119=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E70077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70077 is #18FF88. Grayscale: #525252. Windows color (decimal): -1638281 or 7799015. OLE color: 7799015.
HSL color Cylindrical-coordinate representation of color #E70077: hue angle of 329.09º 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 #E70077 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.48 | 0.09 |
| HSL | 329.09º | 1% | 0.45% | - |
| HSV(B) | 329.09º | 1% | 0.91% | - |
| XYZ | 36.28 | 18.32 | 19.08 | - |
| YUV | 82.64 | 148.53 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 119 | 0 | 1 | 0.48 | 0.09 | 329.09 | 1 | 0.45 |
| Hex | E7 | 0 | 77 | 0 | 64 | 30 | 9 | 149 | 64 | 2D |
| Octal | 347 | 0 | 167 | 0 | 144 | 60 | 11 | 511 | 144 | 55 |
| Binary | 11100111 | 0 | 1110111 | 0 | 1100100 | 110000 | 1001 | 101001001 | 1100100 | 101101 |
Color Harmonies of #E70077
Complementary color
Monochromatic Colors of #E70077
Black with #E70077
Text Example
Text Example
White with #E70077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70077; }
p { color: rgb(231,0,119); }
H1.HeaderClassName
{
color: #E70077;
}
.AnyTagClassName
{
color: #E70077;
}
</style>
background-color css
<style>
a { background-color: #E70077; }
a { background-color: rgb(231,0,119); }
div.DivClassName
{
background-color: #E70077;
}
.BgClassName
{
background-color: #E70077;
}
</style>
border-color css
<style>
span { border-color: #E70077; }
span { border-color: rgb(231,0,119); }
td.TdClassName
{
border-color: #E70077;
}
.TagClassName
{
border-color: #E70077;
}
</style>