Shades of Razzmatazz #E70060
Tints of Razzmatazz #E70060
RGB
CMYK
RGB Variations
Color information
#E70060 (or 0xE70060) is known color: Razzmatazz. HEX triplet: E7, 00 and 60. RGB value is (231,0,96). Sum of RGB (Red+Green+Blue) = 231+0+96=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E70060 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70060 is #18FF9F. Grayscale: #4F4F4F. Windows color (decimal): -1638304 or 6291687. OLE color: 6291687.
HSL color Cylindrical-coordinate representation of color #E70060: hue angle of 335.06º 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 #E70060 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.58 | 0.09 |
| HSL | 335.06º | 1% | 0.45% | - |
| HSV(B) | 335.06º | 1% | 0.91% | - |
| XYZ | 35.07 | 17.83 | 12.66 | - |
| YUV | 80.01 | 137.03 | 235.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 96 | 0 | 1 | 0.58 | 0.09 | 335.06 | 1 | 0.45 |
| Hex | E7 | 0 | 60 | 0 | 64 | 3A | 9 | 14F | 64 | 2D |
| Octal | 347 | 0 | 140 | 0 | 144 | 72 | 11 | 517 | 144 | 55 |
| Binary | 11100111 | 0 | 1100000 | 0 | 1100100 | 111010 | 1001 | 101001111 | 1100100 | 101101 |
Color Harmonies of #E70060
Complementary color
Monochromatic Colors of #E70060
Black with #E70060
Text Example
Text Example
White with #E70060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70060; }
p { color: rgb(231,0,96); }
H1.HeaderClassName
{
color: #E70060;
}
.AnyTagClassName
{
color: #E70060;
}
</style>
background-color css
<style>
a { background-color: #E70060; }
a { background-color: rgb(231,0,96); }
div.DivClassName
{
background-color: #E70060;
}
.BgClassName
{
background-color: #E70060;
}
</style>
border-color css
<style>
span { border-color: #E70060; }
span { border-color: rgb(231,0,96); }
td.TdClassName
{
border-color: #E70060;
}
.TagClassName
{
border-color: #E70060;
}
</style>