Shades of Razzmatazz #EC0049
Tints of Razzmatazz #EC0049
RGB
CMYK
RGB Variations
Color information
#EC0049 (or 0xEC0049) is known color: Razzmatazz. HEX triplet: EC, 00 and 49. RGB value is (236,0,73). Sum of RGB (Red+Green+Blue) = 236+0+73=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0049 is #13FFB6. Grayscale: #4E4E4E. Windows color (decimal): -1310647 or 4784364. OLE color: 4784364.
HSL color Cylindrical-coordinate representation of color #EC0049: hue angle of 341.44º 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 #EC0049 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.69 | 0.07 |
| HSL | 341.44º | 1% | 0.46% | - |
| HSV(B) | 341.44º | 1% | 0.93% | - |
| XYZ | 35.79 | 18.31 | 7.95 | - |
| YUV | 78.89 | 124.69 | 240.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 73 | 0 | 1 | 0.69 | 0.07 | 341.44 | 1 | 0.46 |
| Hex | EC | 0 | 49 | 0 | 64 | 45 | 7 | 155 | 64 | 2E |
| Octal | 354 | 0 | 111 | 0 | 144 | 105 | 7 | 525 | 144 | 56 |
| Binary | 11101100 | 0 | 1001001 | 0 | 1100100 | 1000101 | 111 | 101010101 | 1100100 | 101110 |
Color Harmonies of #EC0049
Complementary color
Monochromatic Colors of #EC0049
Black with #EC0049
Text Example
Text Example
White with #EC0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0049; }
p { color: rgb(236,0,73); }
H1.HeaderClassName
{
color: #EC0049;
}
.AnyTagClassName
{
color: #EC0049;
}
</style>
background-color css
<style>
a { background-color: #EC0049; }
a { background-color: rgb(236,0,73); }
div.DivClassName
{
background-color: #EC0049;
}
.BgClassName
{
background-color: #EC0049;
}
</style>
border-color css
<style>
span { border-color: #EC0049; }
span { border-color: rgb(236,0,73); }
td.TdClassName
{
border-color: #EC0049;
}
.TagClassName
{
border-color: #EC0049;
}
</style>