Shades of Razzmatazz #EC0161
Tints of Razzmatazz #EC0161
RGB
CMYK
RGB Variations
Color information
#EC0161 (or 0xEC0161) is known color: Razzmatazz. HEX triplet: EC, 01 and 61. RGB value is (236,1,97). Sum of RGB (Red+Green+Blue) = 236+1+97=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0161 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0161 is #13FE9E. Grayscale: #525252. Windows color (decimal): -1310367 or 6357484. OLE color: 6357484.
HSL color Cylindrical-coordinate representation of color #EC0161: hue angle of 335.49º 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 #EC0161 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 97 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.07 |
| HSL | 335.49º | 0.99% | 0.46% | - |
| HSV(B) | 335.49º | 1% | 0.93% | - |
| XYZ | 36.76 | 18.72 | 12.98 | - |
| YUV | 82.21 | 136.36 | 237.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 97 | 0 | 1.00 | 0.59 | 0.07 | 335.49 | 0.99 | 0.46 |
| Hex | EC | 1 | 61 | 0 | 64 | 3B | 7 | 14F | 63 | 2E |
| Octal | 354 | 1 | 141 | 0 | 144 | 73 | 7 | 517 | 143 | 56 |
| Binary | 11101100 | 1 | 1100001 | 0 | 1100100 | 111011 | 111 | 101001111 | 1100011 | 101110 |
Color Harmonies of #EC0161
Complementary color
Monochromatic Colors of #EC0161
Black with #EC0161
Text Example
Text Example
White with #EC0161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0161; }
p { color: rgb(236,1,97); }
H1.HeaderClassName
{
color: #EC0161;
}
.AnyTagClassName
{
color: #EC0161;
}
</style>
background-color css
<style>
a { background-color: #EC0161; }
a { background-color: rgb(236,1,97); }
div.DivClassName
{
background-color: #EC0161;
}
.BgClassName
{
background-color: #EC0161;
}
</style>
border-color css
<style>
span { border-color: #EC0161; }
span { border-color: rgb(236,1,97); }
td.TdClassName
{
border-color: #EC0161;
}
.TagClassName
{
border-color: #EC0161;
}
</style>