Shades of Razzmatazz #EC016D
Tints of Razzmatazz #EC016D
RGB
CMYK
RGB Variations
Color information
#EC016D (or 0xEC016D) is known color: Razzmatazz. HEX triplet: EC, 01 and 6D. RGB value is (236,1,109). Sum of RGB (Red+Green+Blue) = 236+1+109=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC016D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC016D is #13FE92. Grayscale: #535353. Windows color (decimal): -1310355 or 7143916. OLE color: 7143916.
HSL color Cylindrical-coordinate representation of color #EC016D: hue angle of 332.43º 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 #EC016D is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.07 |
| HSL | 332.43º | 0.99% | 0.46% | - |
| HSV(B) | 332.43º | 1% | 0.93% | - |
| XYZ | 37.36 | 18.96 | 16.16 | - |
| YUV | 83.58 | 142.36 | 236.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 109 | 0 | 1.00 | 0.54 | 0.07 | 332.43 | 0.99 | 0.46 |
| Hex | EC | 1 | 6D | 0 | 64 | 36 | 7 | 14C | 63 | 2E |
| Octal | 354 | 1 | 155 | 0 | 144 | 66 | 7 | 514 | 143 | 56 |
| Binary | 11101100 | 1 | 1101101 | 0 | 1100100 | 110110 | 111 | 101001100 | 1100011 | 101110 |
Color Harmonies of #EC016D
Complementary color
Monochromatic Colors of #EC016D
Black with #EC016D
Text Example
Text Example
White with #EC016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC016D; }
p { color: rgb(236,1,109); }
H1.HeaderClassName
{
color: #EC016D;
}
.AnyTagClassName
{
color: #EC016D;
}
</style>
background-color css
<style>
a { background-color: #EC016D; }
a { background-color: rgb(236,1,109); }
div.DivClassName
{
background-color: #EC016D;
}
.BgClassName
{
background-color: #EC016D;
}
</style>
border-color css
<style>
span { border-color: #EC016D; }
span { border-color: rgb(236,1,109); }
td.TdClassName
{
border-color: #EC016D;
}
.TagClassName
{
border-color: #EC016D;
}
</style>