Shades of Razzmatazz #EC0246
Tints of Razzmatazz #EC0246
RGB
CMYK
RGB Variations
Color information
#EC0246 (or 0xEC0246) is known color: Razzmatazz. HEX triplet: EC, 02 and 46. RGB value is (236,2,70). Sum of RGB (Red+Green+Blue) = 236+2+70=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0246 is #13FDB9. Grayscale: #4F4F4F. Windows color (decimal): -1310138 or 4588268. OLE color: 4588268.
HSL color Cylindrical-coordinate representation of color #EC0246: hue angle of 342.56º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0246 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.07 |
| HSL | 342.56º | 0.98% | 0.47% | - |
| HSV(B) | 342.56º | 0.99% | 0.93% | - |
| XYZ | 35.72 | 18.32 | 7.45 | - |
| YUV | 79.72 | 122.52 | 239.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 70 | 0 | 0.99 | 0.70 | 0.07 | 342.56 | 0.98 | 0.47 |
| Hex | EC | 2 | 46 | 0 | 63 | 46 | 7 | 157 | 62 | 2F |
| Octal | 354 | 2 | 106 | 0 | 143 | 106 | 7 | 527 | 142 | 57 |
| Binary | 11101100 | 10 | 1000110 | 0 | 1100011 | 1000110 | 111 | 101010111 | 1100010 | 101111 |
Color Harmonies of #EC0246
Complementary color
Monochromatic Colors of #EC0246
Black with #EC0246
Text Example
Text Example
White with #EC0246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0246; }
p { color: rgb(236,2,70); }
H1.HeaderClassName
{
color: #EC0246;
}
.AnyTagClassName
{
color: #EC0246;
}
</style>
background-color css
<style>
a { background-color: #EC0246; }
a { background-color: rgb(236,2,70); }
div.DivClassName
{
background-color: #EC0246;
}
.BgClassName
{
background-color: #EC0246;
}
</style>
border-color css
<style>
span { border-color: #EC0246; }
span { border-color: rgb(236,2,70); }
td.TdClassName
{
border-color: #EC0246;
}
.TagClassName
{
border-color: #EC0246;
}
</style>