Shades of Razzmatazz #EC0179
Tints of Razzmatazz #EC0179
RGB
CMYK
RGB Variations
Color information
#EC0179 (or 0xEC0179) is known color: Razzmatazz. HEX triplet: EC, 01 and 79. RGB value is (236,1,121). Sum of RGB (Red+Green+Blue) = 236+1+121=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0179 is #13FE86. Grayscale: #545454. Windows color (decimal): -1310343 or 7930348. OLE color: 7930348.
HSL color Cylindrical-coordinate representation of color #EC0179: hue angle of 329.36º 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 #EC0179 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 121 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.07 |
| HSL | 329.36º | 0.99% | 0.46% | - |
| HSV(B) | 329.36º | 1% | 0.93% | - |
| XYZ | 38.05 | 19.24 | 19.8 | - |
| YUV | 84.95 | 148.36 | 235.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 121 | 0 | 1.00 | 0.49 | 0.07 | 329.36 | 0.99 | 0.46 |
| Hex | EC | 1 | 79 | 0 | 64 | 31 | 7 | 149 | 63 | 2E |
| Octal | 354 | 1 | 171 | 0 | 144 | 61 | 7 | 511 | 143 | 56 |
| Binary | 11101100 | 1 | 1111001 | 0 | 1100100 | 110001 | 111 | 101001001 | 1100011 | 101110 |
Color Harmonies of #EC0179
Complementary color
Monochromatic Colors of #EC0179
Black with #EC0179
Text Example
Text Example
White with #EC0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0179; }
p { color: rgb(236,1,121); }
H1.HeaderClassName
{
color: #EC0179;
}
.AnyTagClassName
{
color: #EC0179;
}
</style>
background-color css
<style>
a { background-color: #EC0179; }
a { background-color: rgb(236,1,121); }
div.DivClassName
{
background-color: #EC0179;
}
.BgClassName
{
background-color: #EC0179;
}
</style>
border-color css
<style>
span { border-color: #EC0179; }
span { border-color: rgb(236,1,121); }
td.TdClassName
{
border-color: #EC0179;
}
.TagClassName
{
border-color: #EC0179;
}
</style>