Shades of Razzmatazz #E60170
Tints of Razzmatazz #E60170
RGB
CMYK
RGB Variations
Color information
#E60170 (or 0xE60170) is known color: Razzmatazz. HEX triplet: E6, 01 and 70. RGB value is (230,1,112). Sum of RGB (Red+Green+Blue) = 230+1+112=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E60170 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60170 is #19FE8F. Grayscale: #515151. Windows color (decimal): -1703568 or 7340518. OLE color: 7340518.
HSL color Cylindrical-coordinate representation of color #E60170: hue angle of 330.92º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60170 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.10 |
| HSL | 330.92º | 0.99% | 0.45% | - |
| HSV(B) | 330.92º | 1% | 0.9% | - |
| XYZ | 35.57 | 18.01 | 16.93 | - |
| YUV | 82.13 | 144.87 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 112 | 0 | 1.00 | 0.51 | 0.10 | 330.92 | 0.99 | 0.45 |
| Hex | E6 | 1 | 70 | 0 | 64 | 33 | A | 14B | 63 | 2D |
| Octal | 346 | 1 | 160 | 0 | 144 | 63 | 12 | 513 | 143 | 55 |
| Binary | 11100110 | 1 | 1110000 | 0 | 1100100 | 110011 | 1010 | 101001011 | 1100011 | 101101 |
Color Harmonies of #E60170
Complementary color
Monochromatic Colors of #E60170
Black with #E60170
Text Example
Text Example
White with #E60170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60170; }
p { color: rgb(230,1,112); }
H1.HeaderClassName
{
color: #E60170;
}
.AnyTagClassName
{
color: #E60170;
}
</style>
background-color css
<style>
a { background-color: #E60170; }
a { background-color: rgb(230,1,112); }
div.DivClassName
{
background-color: #E60170;
}
.BgClassName
{
background-color: #E60170;
}
</style>
border-color css
<style>
span { border-color: #E60170; }
span { border-color: rgb(230,1,112); }
td.TdClassName
{
border-color: #E60170;
}
.TagClassName
{
border-color: #E60170;
}
</style>