Shades of Razzmatazz #EC016F
Tints of Razzmatazz #EC016F
RGB
CMYK
RGB Variations
Color information
#EC016F (or 0xEC016F) is known color: Razzmatazz. HEX triplet: EC, 01 and 6F. RGB value is (236,1,111). Sum of RGB (Red+Green+Blue) = 236+1+111=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC016F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC016F is #13FE90. Grayscale: #535353. Windows color (decimal): -1310353 or 7274988. OLE color: 7274988.
HSL color Cylindrical-coordinate representation of color #EC016F: hue angle of 331.91º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC016F is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 111 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.07 |
| HSL | 331.91º | 0.99% | 0.46% | - |
| HSV(B) | 331.91º | 1% | 0.93% | - |
| XYZ | 37.47 | 19 | 16.73 | - |
| YUV | 83.81 | 143.36 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 111 | 0 | 1.00 | 0.53 | 0.07 | 331.91 | 0.99 | 0.46 |
| Hex | EC | 1 | 6F | 0 | 64 | 35 | 7 | 14C | 63 | 2E |
| Octal | 354 | 1 | 157 | 0 | 144 | 65 | 7 | 514 | 143 | 56 |
| Binary | 11101100 | 1 | 1101111 | 0 | 1100100 | 110101 | 111 | 101001100 | 1100011 | 101110 |
Color Harmonies of #EC016F
Complementary color
Monochromatic Colors of #EC016F
Black with #EC016F
Text Example
Text Example
White with #EC016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC016F; }
p { color: rgb(236,1,111); }
H1.HeaderClassName
{
color: #EC016F;
}
.AnyTagClassName
{
color: #EC016F;
}
</style>
background-color css
<style>
a { background-color: #EC016F; }
a { background-color: rgb(236,1,111); }
div.DivClassName
{
background-color: #EC016F;
}
.BgClassName
{
background-color: #EC016F;
}
</style>
border-color css
<style>
span { border-color: #EC016F; }
span { border-color: rgb(236,1,111); }
td.TdClassName
{
border-color: #EC016F;
}
.TagClassName
{
border-color: #EC016F;
}
</style>