Shades of Razzmatazz #EC0570
Tints of Razzmatazz #EC0570
RGB
CMYK
RGB Variations
Color information
#EC0570 (or 0xEC0570) is known color: Razzmatazz. HEX triplet: EC, 05 and 70. RGB value is (236,5,112). Sum of RGB (Red+Green+Blue) = 236+5+112=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0570 is #13FA8F. Grayscale: #565656. Windows color (decimal): -1309328 or 7341548. OLE color: 7341548.
HSL color Cylindrical-coordinate representation of color #EC0570: hue angle of 332.21º degrees, saturation: 0.96, 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 #EC0570 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 112 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.07 |
| HSL | 332.21º | 0.96% | 0.47% | - |
| HSV(B) | 332.21º | 0.98% | 0.93% | - |
| XYZ | 37.57 | 19.11 | 17.04 | - |
| YUV | 86.27 | 142.53 | 234.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 112 | 0 | 0.98 | 0.53 | 0.07 | 332.21 | 0.96 | 0.47 |
| Hex | EC | 5 | 70 | 0 | 62 | 35 | 7 | 14C | 60 | 2F |
| Octal | 354 | 5 | 160 | 0 | 142 | 65 | 7 | 514 | 140 | 57 |
| Binary | 11101100 | 101 | 1110000 | 0 | 1100010 | 110101 | 111 | 101001100 | 1100000 | 101111 |
Color Harmonies of #EC0570
Complementary color
Monochromatic Colors of #EC0570
Black with #EC0570
Text Example
Text Example
White with #EC0570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0570; }
p { color: rgb(236,5,112); }
H1.HeaderClassName
{
color: #EC0570;
}
.AnyTagClassName
{
color: #EC0570;
}
</style>
background-color css
<style>
a { background-color: #EC0570; }
a { background-color: rgb(236,5,112); }
div.DivClassName
{
background-color: #EC0570;
}
.BgClassName
{
background-color: #EC0570;
}
</style>
border-color css
<style>
span { border-color: #EC0570; }
span { border-color: rgb(236,5,112); }
td.TdClassName
{
border-color: #EC0570;
}
.TagClassName
{
border-color: #EC0570;
}
</style>