Shades of Razzmatazz #EC0A56
Tints of Razzmatazz #EC0A56
RGB
CMYK
RGB Variations
Color information
#EC0A56 (or 0xEC0A56) is known color: Razzmatazz. HEX triplet: EC, 0A and 56. RGB value is (236,10,86). Sum of RGB (Red+Green+Blue) = 236+10+86=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A56 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0A56 is #13F5A9. Grayscale: #565656. Windows color (decimal): -1308074 or 5638892. OLE color: 5638892.
HSL color Cylindrical-coordinate representation of color #EC0A56: hue angle of 339.82º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0A56 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 86 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.07 |
| HSL | 339.82º | 0.92% | 0.48% | - |
| HSV(B) | 339.82º | 0.96% | 0.93% | - |
| XYZ | 36.38 | 18.72 | 10.5 | - |
| YUV | 86.24 | 127.87 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 86 | 0 | 0.96 | 0.64 | 0.07 | 339.82 | 0.92 | 0.48 |
| Hex | EC | A | 56 | 0 | 60 | 40 | 7 | 154 | 5C | 30 |
| Octal | 354 | 12 | 126 | 0 | 140 | 100 | 7 | 524 | 134 | 60 |
| Binary | 11101100 | 1010 | 1010110 | 0 | 1100000 | 1000000 | 111 | 101010100 | 1011100 | 110000 |
Color Harmonies of #EC0A56
Complementary color
Monochromatic Colors of #EC0A56
Black with #EC0A56
Text Example
Text Example
White with #EC0A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0A56; }
p { color: rgb(236,10,86); }
H1.HeaderClassName
{
color: #EC0A56;
}
.AnyTagClassName
{
color: #EC0A56;
}
</style>
background-color css
<style>
a { background-color: #EC0A56; }
a { background-color: rgb(236,10,86); }
div.DivClassName
{
background-color: #EC0A56;
}
.BgClassName
{
background-color: #EC0A56;
}
</style>
border-color css
<style>
span { border-color: #EC0A56; }
span { border-color: rgb(236,10,86); }
td.TdClassName
{
border-color: #EC0A56;
}
.TagClassName
{
border-color: #EC0A56;
}
</style>