Shades of Razzmatazz #EC0077
Tints of Razzmatazz #EC0077
RGB
CMYK
RGB Variations
Color information
#EC0077 (or 0xEC0077) is known color: Razzmatazz. HEX triplet: EC, 00 and 77. RGB value is (236,0,119). Sum of RGB (Red+Green+Blue) = 236+0+119=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0077 is #13FF88. Grayscale: #535353. Windows color (decimal): -1310601 or 7799020. OLE color: 7799020.
HSL color Cylindrical-coordinate representation of color #EC0077: hue angle of 329.75º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0077 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.50 | 0.07 |
| HSL | 329.75º | 1% | 0.46% | - |
| HSV(B) | 329.75º | 1% | 0.93% | - |
| XYZ | 37.92 | 19.16 | 19.15 | - |
| YUV | 84.13 | 147.69 | 236.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 119 | 0 | 1 | 0.50 | 0.07 | 329.75 | 1 | 0.46 |
| Hex | EC | 0 | 77 | 0 | 64 | 32 | 7 | 14A | 64 | 2E |
| Octal | 354 | 0 | 167 | 0 | 144 | 62 | 7 | 512 | 144 | 56 |
| Binary | 11101100 | 0 | 1110111 | 0 | 1100100 | 110010 | 111 | 101001010 | 1100100 | 101110 |
Color Harmonies of #EC0077
Complementary color
Monochromatic Colors of #EC0077
Black with #EC0077
Text Example
Text Example
White with #EC0077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0077; }
p { color: rgb(236,0,119); }
H1.HeaderClassName
{
color: #EC0077;
}
.AnyTagClassName
{
color: #EC0077;
}
</style>
background-color css
<style>
a { background-color: #EC0077; }
a { background-color: rgb(236,0,119); }
div.DivClassName
{
background-color: #EC0077;
}
.BgClassName
{
background-color: #EC0077;
}
</style>
border-color css
<style>
span { border-color: #EC0077; }
span { border-color: rgb(236,0,119); }
td.TdClassName
{
border-color: #EC0077;
}
.TagClassName
{
border-color: #EC0077;
}
</style>