Shades of Razzmatazz #EC0470
Tints of Razzmatazz #EC0470
RGB
CMYK
RGB Variations
Color information
#EC0470 (or 0xEC0470) is known color: Razzmatazz. HEX triplet: EC, 04 and 70. RGB value is (236,4,112). Sum of RGB (Red+Green+Blue) = 236+4+112=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0470 is #13FB8F. Grayscale: #555555. Windows color (decimal): -1309584 or 7341292. OLE color: 7341292.
HSL color Cylindrical-coordinate representation of color #EC0470: hue angle of 332.07º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0470 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.07 |
| HSL | 332.07º | 0.97% | 0.47% | - |
| HSV(B) | 332.07º | 0.98% | 0.93% | - |
| XYZ | 37.56 | 19.09 | 17.03 | - |
| YUV | 85.68 | 142.86 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 112 | 0 | 0.98 | 0.53 | 0.07 | 332.07 | 0.97 | 0.47 |
| Hex | EC | 4 | 70 | 0 | 62 | 35 | 7 | 14C | 61 | 2F |
| Octal | 354 | 4 | 160 | 0 | 142 | 65 | 7 | 514 | 141 | 57 |
| Binary | 11101100 | 100 | 1110000 | 0 | 1100010 | 110101 | 111 | 101001100 | 1100001 | 101111 |
Color Harmonies of #EC0470
Complementary color
Monochromatic Colors of #EC0470
Black with #EC0470
Text Example
Text Example
White with #EC0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0470; }
p { color: rgb(236,4,112); }
H1.HeaderClassName
{
color: #EC0470;
}
.AnyTagClassName
{
color: #EC0470;
}
</style>
background-color css
<style>
a { background-color: #EC0470; }
a { background-color: rgb(236,4,112); }
div.DivClassName
{
background-color: #EC0470;
}
.BgClassName
{
background-color: #EC0470;
}
</style>
border-color css
<style>
span { border-color: #EC0470; }
span { border-color: rgb(236,4,112); }
td.TdClassName
{
border-color: #EC0470;
}
.TagClassName
{
border-color: #EC0470;
}
</style>