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