Shades of Razzmatazz #EC016C
Tints of Razzmatazz #EC016C
RGB
CMYK
RGB Variations
Color information
#EC016C (or 0xEC016C) is known color: Razzmatazz. HEX triplet: EC, 01 and 6C. RGB value is (236,1,108). Sum of RGB (Red+Green+Blue) = 236+1+108=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC016C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC016C is #13FE93. Grayscale: #535353. Windows color (decimal): -1310356 or 7078380. OLE color: 7078380.
HSL color Cylindrical-coordinate representation of color #EC016C: hue angle of 332.68º 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 #EC016C is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 108 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.07 |
| HSL | 332.68º | 0.99% | 0.46% | - |
| HSV(B) | 332.68º | 1% | 0.93% | - |
| XYZ | 37.31 | 18.94 | 15.88 | - |
| YUV | 83.46 | 141.86 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 108 | 0 | 1.00 | 0.54 | 0.07 | 332.68 | 0.99 | 0.46 |
| Hex | EC | 1 | 6C | 0 | 64 | 36 | 7 | 14D | 63 | 2E |
| Octal | 354 | 1 | 154 | 0 | 144 | 66 | 7 | 515 | 143 | 56 |
| Binary | 11101100 | 1 | 1101100 | 0 | 1100100 | 110110 | 111 | 101001101 | 1100011 | 101110 |
Color Harmonies of #EC016C
Complementary color
Monochromatic Colors of #EC016C
Black with #EC016C
Text Example
Text Example
White with #EC016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC016C; }
p { color: rgb(236,1,108); }
H1.HeaderClassName
{
color: #EC016C;
}
.AnyTagClassName
{
color: #EC016C;
}
</style>
background-color css
<style>
a { background-color: #EC016C; }
a { background-color: rgb(236,1,108); }
div.DivClassName
{
background-color: #EC016C;
}
.BgClassName
{
background-color: #EC016C;
}
</style>
border-color css
<style>
span { border-color: #EC016C; }
span { border-color: rgb(236,1,108); }
td.TdClassName
{
border-color: #EC016C;
}
.TagClassName
{
border-color: #EC016C;
}
</style>