Shades of Razzmatazz #EC0070
Tints of Razzmatazz #EC0070
RGB
CMYK
RGB Variations
Color information
#EC0070 (or 0xEC0070) is known color: Razzmatazz. HEX triplet: EC, 00 and 70. RGB value is (236,0,112). Sum of RGB (Red+Green+Blue) = 236+0+112=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0070 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0070 is #13FF8F. Grayscale: #535353. Windows color (decimal): -1310608 or 7340268. OLE color: 7340268.
HSL color Cylindrical-coordinate representation of color #EC0070: hue angle of 331.53º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0070 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.53 | 0.07 |
| HSL | 331.53º | 1% | 0.46% | - |
| HSV(B) | 331.53º | 1% | 0.93% | - |
| XYZ | 37.52 | 19 | 17.02 | - |
| YUV | 83.33 | 144.19 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 112 | 0 | 1 | 0.53 | 0.07 | 331.53 | 1 | 0.46 |
| Hex | EC | 0 | 70 | 0 | 64 | 35 | 7 | 14C | 64 | 2E |
| Octal | 354 | 0 | 160 | 0 | 144 | 65 | 7 | 514 | 144 | 56 |
| Binary | 11101100 | 0 | 1110000 | 0 | 1100100 | 110101 | 111 | 101001100 | 1100100 | 101110 |
Color Harmonies of #EC0070
Complementary color
Monochromatic Colors of #EC0070
Black with #EC0070
Text Example
Text Example
White with #EC0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0070; }
p { color: rgb(236,0,112); }
H1.HeaderClassName
{
color: #EC0070;
}
.AnyTagClassName
{
color: #EC0070;
}
</style>
background-color css
<style>
a { background-color: #EC0070; }
a { background-color: rgb(236,0,112); }
div.DivClassName
{
background-color: #EC0070;
}
.BgClassName
{
background-color: #EC0070;
}
</style>
border-color css
<style>
span { border-color: #EC0070; }
span { border-color: rgb(236,0,112); }
td.TdClassName
{
border-color: #EC0070;
}
.TagClassName
{
border-color: #EC0070;
}
</style>