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