Shades of Razzmatazz #EC0147
Tints of Razzmatazz #EC0147
RGB
CMYK
RGB Variations
Color information
#EC0147 (or 0xEC0147) is known color: Razzmatazz. HEX triplet: EC, 01 and 47. RGB value is (236,1,71). Sum of RGB (Red+Green+Blue) = 236+1+71=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0147 is #13FEB8. Grayscale: #4F4F4F. Windows color (decimal): -1310393 or 4653548. OLE color: 4653548.
HSL color Cylindrical-coordinate representation of color #EC0147: hue angle of 342.13º 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 #EC0147 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.07 |
| HSL | 342.13º | 0.99% | 0.46% | - |
| HSV(B) | 342.13º | 1% | 0.93% | - |
| XYZ | 35.74 | 18.31 | 7.61 | - |
| YUV | 79.25 | 123.36 | 239.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 71 | 0 | 1.00 | 0.70 | 0.07 | 342.13 | 0.99 | 0.46 |
| Hex | EC | 1 | 47 | 0 | 64 | 46 | 7 | 156 | 63 | 2E |
| Octal | 354 | 1 | 107 | 0 | 144 | 106 | 7 | 526 | 143 | 56 |
| Binary | 11101100 | 1 | 1000111 | 0 | 1100100 | 1000110 | 111 | 101010110 | 1100011 | 101110 |
Color Harmonies of #EC0147
Complementary color
Monochromatic Colors of #EC0147
Black with #EC0147
Text Example
Text Example
White with #EC0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0147; }
p { color: rgb(236,1,71); }
H1.HeaderClassName
{
color: #EC0147;
}
.AnyTagClassName
{
color: #EC0147;
}
</style>
background-color css
<style>
a { background-color: #EC0147; }
a { background-color: rgb(236,1,71); }
div.DivClassName
{
background-color: #EC0147;
}
.BgClassName
{
background-color: #EC0147;
}
</style>
border-color css
<style>
span { border-color: #EC0147; }
span { border-color: rgb(236,1,71); }
td.TdClassName
{
border-color: #EC0147;
}
.TagClassName
{
border-color: #EC0147;
}
</style>