Shades of Razzmatazz #EC0961
Tints of Razzmatazz #EC0961
RGB
CMYK
RGB Variations
Color information
#EC0961 (or 0xEC0961) is known color: Razzmatazz. HEX triplet: EC, 09 and 61. RGB value is (236,9,97). Sum of RGB (Red+Green+Blue) = 236+9+97=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0961 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0961 is #13F69E. Grayscale: #565656. Windows color (decimal): -1308319 or 6359532. OLE color: 6359532.
HSL color Cylindrical-coordinate representation of color #EC0961: hue angle of 336.74º degrees, saturation: 0.93, 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 #EC0961 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 97 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.07 |
| HSL | 336.74º | 0.93% | 0.48% | - |
| HSV(B) | 336.74º | 0.96% | 0.93% | - |
| XYZ | 36.85 | 18.89 | 13.01 | - |
| YUV | 86.91 | 133.71 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 97 | 0 | 0.96 | 0.59 | 0.07 | 336.74 | 0.93 | 0.48 |
| Hex | EC | 9 | 61 | 0 | 60 | 3B | 7 | 151 | 5D | 30 |
| Octal | 354 | 11 | 141 | 0 | 140 | 73 | 7 | 521 | 135 | 60 |
| Binary | 11101100 | 1001 | 1100001 | 0 | 1100000 | 111011 | 111 | 101010001 | 1011101 | 110000 |
Color Harmonies of #EC0961
Complementary color
Monochromatic Colors of #EC0961
Black with #EC0961
Text Example
Text Example
White with #EC0961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0961; }
p { color: rgb(236,9,97); }
H1.HeaderClassName
{
color: #EC0961;
}
.AnyTagClassName
{
color: #EC0961;
}
</style>
background-color css
<style>
a { background-color: #EC0961; }
a { background-color: rgb(236,9,97); }
div.DivClassName
{
background-color: #EC0961;
}
.BgClassName
{
background-color: #EC0961;
}
</style>
border-color css
<style>
span { border-color: #EC0961; }
span { border-color: rgb(236,9,97); }
td.TdClassName
{
border-color: #EC0961;
}
.TagClassName
{
border-color: #EC0961;
}
</style>