Shades of Razzmatazz #EC016B
Tints of Razzmatazz #EC016B
RGB
CMYK
RGB Variations
Color information
#EC016B (or 0xEC016B) is known color: Razzmatazz. HEX triplet: EC, 01 and 6B. RGB value is (236,1,107). Sum of RGB (Red+Green+Blue) = 236+1+107=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC016B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC016B is #13FE94. Grayscale: #535353. Windows color (decimal): -1310357 or 7012844. OLE color: 7012844.
HSL color Cylindrical-coordinate representation of color #EC016B: hue angle of 332.94º 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 #EC016B is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 107 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.07 |
| HSL | 332.94º | 0.99% | 0.46% | - |
| HSV(B) | 332.94º | 1% | 0.93% | - |
| XYZ | 37.26 | 18.92 | 15.6 | - |
| YUV | 83.35 | 141.36 | 236.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 107 | 0 | 1.00 | 0.55 | 0.07 | 332.94 | 0.99 | 0.46 |
| Hex | EC | 1 | 6B | 0 | 64 | 37 | 7 | 14D | 63 | 2E |
| Octal | 354 | 1 | 153 | 0 | 144 | 67 | 7 | 515 | 143 | 56 |
| Binary | 11101100 | 1 | 1101011 | 0 | 1100100 | 110111 | 111 | 101001101 | 1100011 | 101110 |
Color Harmonies of #EC016B
Complementary color
Monochromatic Colors of #EC016B
Black with #EC016B
Text Example
Text Example
White with #EC016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC016B; }
p { color: rgb(236,1,107); }
H1.HeaderClassName
{
color: #EC016B;
}
.AnyTagClassName
{
color: #EC016B;
}
</style>
background-color css
<style>
a { background-color: #EC016B; }
a { background-color: rgb(236,1,107); }
div.DivClassName
{
background-color: #EC016B;
}
.BgClassName
{
background-color: #EC016B;
}
</style>
border-color css
<style>
span { border-color: #EC016B; }
span { border-color: rgb(236,1,107); }
td.TdClassName
{
border-color: #EC016B;
}
.TagClassName
{
border-color: #EC016B;
}
</style>