Shades of Razzmatazz #E60173
Tints of Razzmatazz #E60173
RGB
CMYK
RGB Variations
Color information
#E60173 (or 0xE60173) is known color: Razzmatazz. HEX triplet: E6, 01 and 73. RGB value is (230,1,115). Sum of RGB (Red+Green+Blue) = 230+1+115=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E60173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60173 is #19FE8C. Grayscale: #525252. Windows color (decimal): -1703565 or 7537126. OLE color: 7537126.
HSL color Cylindrical-coordinate representation of color #E60173: hue angle of 330.13º 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 #E60173 is Cyan = 0, Magento = 1.00, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.5 | 0.10 |
| HSL | 330.13º | 0.99% | 0.45% | - |
| HSV(B) | 330.13º | 1% | 0.9% | - |
| XYZ | 35.74 | 18.08 | 17.83 | - |
| YUV | 82.47 | 146.37 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 115 | 0 | 1.00 | 0.5 | 0.10 | 330.13 | 0.99 | 0.45 |
| Hex | E6 | 1 | 73 | 0 | 64 | 32 | A | 14A | 63 | 2D |
| Octal | 346 | 1 | 163 | 0 | 144 | 62 | 12 | 512 | 143 | 55 |
| Binary | 11100110 | 1 | 1110011 | 0 | 1100100 | 110010 | 1010 | 101001010 | 1100011 | 101101 |
Color Harmonies of #E60173
Complementary color
Monochromatic Colors of #E60173
Black with #E60173
Text Example
Text Example
White with #E60173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60173; }
p { color: rgb(230,1,115); }
H1.HeaderClassName
{
color: #E60173;
}
.AnyTagClassName
{
color: #E60173;
}
</style>
background-color css
<style>
a { background-color: #E60173; }
a { background-color: rgb(230,1,115); }
div.DivClassName
{
background-color: #E60173;
}
.BgClassName
{
background-color: #E60173;
}
</style>
border-color css
<style>
span { border-color: #E60173; }
span { border-color: rgb(230,1,115); }
td.TdClassName
{
border-color: #E60173;
}
.TagClassName
{
border-color: #E60173;
}
</style>