Shades of Razzmatazz #EC0047
Tints of Razzmatazz #EC0047
RGB
CMYK
RGB Variations
Color information
#EC0047 (or 0xEC0047) is known color: Razzmatazz. HEX triplet: EC, 00 and 47. RGB value is (236,0,71). Sum of RGB (Red+Green+Blue) = 236+0+71=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0047 is #13FFB8. Grayscale: #4E4E4E. Windows color (decimal): -1310649 or 4653292. OLE color: 4653292.
HSL color Cylindrical-coordinate representation of color #EC0047: hue angle of 341.95º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0047 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.70 | 0.07 |
| HSL | 341.95º | 1% | 0.46% | - |
| HSV(B) | 341.95º | 1% | 0.93% | - |
| XYZ | 35.73 | 18.29 | 7.61 | - |
| YUV | 78.66 | 123.69 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 71 | 0 | 1 | 0.70 | 0.07 | 341.95 | 1 | 0.46 |
| Hex | EC | 0 | 47 | 0 | 64 | 46 | 7 | 156 | 64 | 2E |
| Octal | 354 | 0 | 107 | 0 | 144 | 106 | 7 | 526 | 144 | 56 |
| Binary | 11101100 | 0 | 1000111 | 0 | 1100100 | 1000110 | 111 | 101010110 | 1100100 | 101110 |
Color Harmonies of #EC0047
Complementary color
Monochromatic Colors of #EC0047
Black with #EC0047
Text Example
Text Example
White with #EC0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0047; }
p { color: rgb(236,0,71); }
H1.HeaderClassName
{
color: #EC0047;
}
.AnyTagClassName
{
color: #EC0047;
}
</style>
background-color css
<style>
a { background-color: #EC0047; }
a { background-color: rgb(236,0,71); }
div.DivClassName
{
background-color: #EC0047;
}
.BgClassName
{
background-color: #EC0047;
}
</style>
border-color css
<style>
span { border-color: #EC0047; }
span { border-color: rgb(236,0,71); }
td.TdClassName
{
border-color: #EC0047;
}
.TagClassName
{
border-color: #EC0047;
}
</style>