Shades of Razzmatazz #E70160
Tints of Razzmatazz #E70160
RGB
CMYK
RGB Variations
Color information
#E70160 (or 0xE70160) is known color: Razzmatazz. HEX triplet: E7, 01 and 60. RGB value is (231,1,96). Sum of RGB (Red+Green+Blue) = 231+1+96=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E70160 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70160 is #18FE9F. Grayscale: #505050. Windows color (decimal): -1638048 or 6291943. OLE color: 6291943.
HSL color Cylindrical-coordinate representation of color #E70160: hue angle of 335.22º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70160 is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 96 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.09 |
| HSL | 335.22º | 0.99% | 0.45% | - |
| HSV(B) | 335.22º | 1% | 0.91% | - |
| XYZ | 35.08 | 17.86 | 12.66 | - |
| YUV | 80.6 | 136.7 | 235.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 96 | 0 | 1.00 | 0.58 | 0.09 | 335.22 | 0.99 | 0.45 |
| Hex | E7 | 1 | 60 | 0 | 64 | 3A | 9 | 14F | 63 | 2D |
| Octal | 347 | 1 | 140 | 0 | 144 | 72 | 11 | 517 | 143 | 55 |
| Binary | 11100111 | 1 | 1100000 | 0 | 1100100 | 111010 | 1001 | 101001111 | 1100011 | 101101 |
Color Harmonies of #E70160
Complementary color
Monochromatic Colors of #E70160
Black with #E70160
Text Example
Text Example
White with #E70160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70160; }
p { color: rgb(231,1,96); }
H1.HeaderClassName
{
color: #E70160;
}
.AnyTagClassName
{
color: #E70160;
}
</style>
background-color css
<style>
a { background-color: #E70160; }
a { background-color: rgb(231,1,96); }
div.DivClassName
{
background-color: #E70160;
}
.BgClassName
{
background-color: #E70160;
}
</style>
border-color css
<style>
span { border-color: #E70160; }
span { border-color: rgb(231,1,96); }
td.TdClassName
{
border-color: #E70160;
}
.TagClassName
{
border-color: #E70160;
}
</style>