Shades of Razzmatazz #E60176
Tints of Razzmatazz #E60176
RGB
CMYK
RGB Variations
Color information
#E60176 (or 0xE60176) is known color: Razzmatazz. HEX triplet: E6, 01 and 76. RGB value is (230,1,118). Sum of RGB (Red+Green+Blue) = 230+1+118=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E60176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60176 is #19FE89. Grayscale: #525252. Windows color (decimal): -1703562 or 7733734. OLE color: 7733734.
HSL color Cylindrical-coordinate representation of color #E60176: hue angle of 329.34º 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 #E60176 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 118 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.10 |
| HSL | 329.35º | 0.99% | 0.45% | - |
| HSV(B) | 329.35º | 1% | 0.9% | - |
| XYZ | 35.91 | 18.15 | 18.75 | - |
| YUV | 82.81 | 147.87 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 118 | 0 | 1.00 | 0.49 | 0.10 | 329.35 | 0.99 | 0.45 |
| Hex | E6 | 1 | 76 | 0 | 64 | 31 | A | 149 | 63 | 2D |
| Octal | 346 | 1 | 166 | 0 | 144 | 61 | 12 | 511 | 143 | 55 |
| Binary | 11100110 | 1 | 1110110 | 0 | 1100100 | 110001 | 1010 | 101001001 | 1100011 | 101101 |
Color Harmonies of #E60176
Complementary color
Monochromatic Colors of #E60176
Black with #E60176
Text Example
Text Example
White with #E60176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60176; }
p { color: rgb(230,1,118); }
H1.HeaderClassName
{
color: #E60176;
}
.AnyTagClassName
{
color: #E60176;
}
</style>
background-color css
<style>
a { background-color: #E60176; }
a { background-color: rgb(230,1,118); }
div.DivClassName
{
background-color: #E60176;
}
.BgClassName
{
background-color: #E60176;
}
</style>
border-color css
<style>
span { border-color: #E60176; }
span { border-color: rgb(230,1,118); }
td.TdClassName
{
border-color: #E60176;
}
.TagClassName
{
border-color: #E60176;
}
</style>