Shades of Razzmatazz #E70170
Tints of Razzmatazz #E70170
RGB
CMYK
RGB Variations
Color information
#E70170 (or 0xE70170) is known color: Razzmatazz. HEX triplet: E7, 01 and 70. RGB value is (231,1,112). Sum of RGB (Red+Green+Blue) = 231+1+112=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E70170 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70170 is #18FE8F. Grayscale: #525252. Windows color (decimal): -1638032 or 7340519. OLE color: 7340519.
HSL color Cylindrical-coordinate representation of color #E70170: hue angle of 331.04º 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 #E70170 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.09 |
| HSL | 331.04º | 0.99% | 0.45% | - |
| HSV(B) | 331.04º | 1% | 0.91% | - |
| XYZ | 35.89 | 18.18 | 16.95 | - |
| YUV | 82.42 | 144.7 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 112 | 0 | 1.00 | 0.52 | 0.09 | 331.04 | 0.99 | 0.45 |
| Hex | E7 | 1 | 70 | 0 | 64 | 34 | 9 | 14B | 63 | 2D |
| Octal | 347 | 1 | 160 | 0 | 144 | 64 | 11 | 513 | 143 | 55 |
| Binary | 11100111 | 1 | 1110000 | 0 | 1100100 | 110100 | 1001 | 101001011 | 1100011 | 101101 |
Color Harmonies of #E70170
Complementary color
Monochromatic Colors of #E70170
Black with #E70170
Text Example
Text Example
White with #E70170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70170; }
p { color: rgb(231,1,112); }
H1.HeaderClassName
{
color: #E70170;
}
.AnyTagClassName
{
color: #E70170;
}
</style>
background-color css
<style>
a { background-color: #E70170; }
a { background-color: rgb(231,1,112); }
div.DivClassName
{
background-color: #E70170;
}
.BgClassName
{
background-color: #E70170;
}
</style>
border-color css
<style>
span { border-color: #E70170; }
span { border-color: rgb(231,1,112); }
td.TdClassName
{
border-color: #E70170;
}
.TagClassName
{
border-color: #E70170;
}
</style>