Shades of Razzmatazz #EC0766
Tints of Razzmatazz #EC0766
RGB
CMYK
RGB Variations
Color information
#EC0766 (or 0xEC0766) is known color: Razzmatazz. HEX triplet: EC, 07 and 66. RGB value is (236,7,102). Sum of RGB (Red+Green+Blue) = 236+7+102=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0766 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0766 is #13F899. Grayscale: #565656. Windows color (decimal): -1308826 or 6686700. OLE color: 6686700.
HSL color Cylindrical-coordinate representation of color #EC0766: hue angle of 335.11º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0766 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 102 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.07 |
| HSL | 335.11º | 0.94% | 0.48% | - |
| HSV(B) | 335.11º | 0.97% | 0.93% | - |
| XYZ | 37.07 | 18.94 | 14.27 | - |
| YUV | 86.3 | 136.87 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 102 | 0 | 0.97 | 0.57 | 0.07 | 335.11 | 0.94 | 0.48 |
| Hex | EC | 7 | 66 | 0 | 61 | 39 | 7 | 14F | 5E | 30 |
| Octal | 354 | 7 | 146 | 0 | 141 | 71 | 7 | 517 | 136 | 60 |
| Binary | 11101100 | 111 | 1100110 | 0 | 1100001 | 111001 | 111 | 101001111 | 1011110 | 110000 |
Color Harmonies of #EC0766
Complementary color
Monochromatic Colors of #EC0766
Black with #EC0766
Text Example
Text Example
White with #EC0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0766; }
p { color: rgb(236,7,102); }
H1.HeaderClassName
{
color: #EC0766;
}
.AnyTagClassName
{
color: #EC0766;
}
</style>
background-color css
<style>
a { background-color: #EC0766; }
a { background-color: rgb(236,7,102); }
div.DivClassName
{
background-color: #EC0766;
}
.BgClassName
{
background-color: #EC0766;
}
</style>
border-color css
<style>
span { border-color: #EC0766; }
span { border-color: rgb(236,7,102); }
td.TdClassName
{
border-color: #EC0766;
}
.TagClassName
{
border-color: #EC0766;
}
</style>