Shades of Razzmatazz #EC0156
Tints of Razzmatazz #EC0156
RGB
CMYK
RGB Variations
Color information
#EC0156 (or 0xEC0156) is known color: Razzmatazz. HEX triplet: EC, 01 and 56. RGB value is (236,1,86). Sum of RGB (Red+Green+Blue) = 236+1+86=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0156 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0156 is #13FEA9. Grayscale: #505050. Windows color (decimal): -1310378 or 5636588. OLE color: 5636588.
HSL color Cylindrical-coordinate representation of color #EC0156: hue angle of 338.3º 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 #EC0156 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 86 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.07 |
| HSL | 338.3º | 0.99% | 0.46% | - |
| HSV(B) | 338.3º | 1% | 0.93% | - |
| XYZ | 36.28 | 18.53 | 10.47 | - |
| YUV | 80.96 | 130.86 | 238.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 86 | 0 | 1.00 | 0.64 | 0.07 | 338.3 | 0.99 | 0.46 |
| Hex | EC | 1 | 56 | 0 | 64 | 40 | 7 | 152 | 63 | 2E |
| Octal | 354 | 1 | 126 | 0 | 144 | 100 | 7 | 522 | 143 | 56 |
| Binary | 11101100 | 1 | 1010110 | 0 | 1100100 | 1000000 | 111 | 101010010 | 1100011 | 101110 |
Color Harmonies of #EC0156
Complementary color
Monochromatic Colors of #EC0156
Black with #EC0156
Text Example
Text Example
White with #EC0156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0156; }
p { color: rgb(236,1,86); }
H1.HeaderClassName
{
color: #EC0156;
}
.AnyTagClassName
{
color: #EC0156;
}
</style>
background-color css
<style>
a { background-color: #EC0156; }
a { background-color: rgb(236,1,86); }
div.DivClassName
{
background-color: #EC0156;
}
.BgClassName
{
background-color: #EC0156;
}
</style>
border-color css
<style>
span { border-color: #EC0156; }
span { border-color: rgb(236,1,86); }
td.TdClassName
{
border-color: #EC0156;
}
.TagClassName
{
border-color: #EC0156;
}
</style>