Shades of Razzmatazz #EC0159
Tints of Razzmatazz #EC0159
RGB
CMYK
RGB Variations
Color information
#EC0159 (or 0xEC0159) is known color: Razzmatazz. HEX triplet: EC, 01 and 59. RGB value is (236,1,89). Sum of RGB (Red+Green+Blue) = 236+1+89=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0159 is #13FEA6. Grayscale: #515151. Windows color (decimal): -1310375 or 5833196. OLE color: 5833196.
HSL color Cylindrical-coordinate representation of color #EC0159: hue angle of 337.53º 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 #EC0159 is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 89 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.07 |
| HSL | 337.53º | 0.99% | 0.46% | - |
| HSV(B) | 337.53º | 1% | 0.93% | - |
| XYZ | 36.41 | 18.58 | 11.12 | - |
| YUV | 81.3 | 132.36 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 89 | 0 | 1.00 | 0.62 | 0.07 | 337.53 | 0.99 | 0.46 |
| Hex | EC | 1 | 59 | 0 | 64 | 3E | 7 | 152 | 63 | 2E |
| Octal | 354 | 1 | 131 | 0 | 144 | 76 | 7 | 522 | 143 | 56 |
| Binary | 11101100 | 1 | 1011001 | 0 | 1100100 | 111110 | 111 | 101010010 | 1100011 | 101110 |
Color Harmonies of #EC0159
Complementary color
Monochromatic Colors of #EC0159
Black with #EC0159
Text Example
Text Example
White with #EC0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0159; }
p { color: rgb(236,1,89); }
H1.HeaderClassName
{
color: #EC0159;
}
.AnyTagClassName
{
color: #EC0159;
}
</style>
background-color css
<style>
a { background-color: #EC0159; }
a { background-color: rgb(236,1,89); }
div.DivClassName
{
background-color: #EC0159;
}
.BgClassName
{
background-color: #EC0159;
}
</style>
border-color css
<style>
span { border-color: #EC0159; }
span { border-color: rgb(236,1,89); }
td.TdClassName
{
border-color: #EC0159;
}
.TagClassName
{
border-color: #EC0159;
}
</style>