Shades of Razzmatazz #EC016E
Tints of Razzmatazz #EC016E
RGB
CMYK
RGB Variations
Color information
#EC016E (or 0xEC016E) is known color: Razzmatazz. HEX triplet: EC, 01 and 6E. RGB value is (236,1,110). Sum of RGB (Red+Green+Blue) = 236+1+110=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC016E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC016E is #13FE91. Grayscale: #535353. Windows color (decimal): -1310354 or 7209452. OLE color: 7209452.
HSL color Cylindrical-coordinate representation of color #EC016E: hue angle of 332.17º 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 #EC016E is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 110 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.07 |
| HSL | 332.17º | 0.99% | 0.46% | - |
| HSV(B) | 332.17º | 1% | 0.93% | - |
| XYZ | 37.42 | 18.98 | 16.44 | - |
| YUV | 83.69 | 142.86 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 110 | 0 | 1.00 | 0.53 | 0.07 | 332.17 | 0.99 | 0.46 |
| Hex | EC | 1 | 6E | 0 | 64 | 35 | 7 | 14C | 63 | 2E |
| Octal | 354 | 1 | 156 | 0 | 144 | 65 | 7 | 514 | 143 | 56 |
| Binary | 11101100 | 1 | 1101110 | 0 | 1100100 | 110101 | 111 | 101001100 | 1100011 | 101110 |
Color Harmonies of #EC016E
Complementary color
Monochromatic Colors of #EC016E
Black with #EC016E
Text Example
Text Example
White with #EC016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC016E; }
p { color: rgb(236,1,110); }
H1.HeaderClassName
{
color: #EC016E;
}
.AnyTagClassName
{
color: #EC016E;
}
</style>
background-color css
<style>
a { background-color: #EC016E; }
a { background-color: rgb(236,1,110); }
div.DivClassName
{
background-color: #EC016E;
}
.BgClassName
{
background-color: #EC016E;
}
</style>
border-color css
<style>
span { border-color: #EC016E; }
span { border-color: rgb(236,1,110); }
td.TdClassName
{
border-color: #EC016E;
}
.TagClassName
{
border-color: #EC016E;
}
</style>