Shades of Razzmatazz #EC0056
Tints of Razzmatazz #EC0056
RGB
CMYK
RGB Variations
Color information
#EC0056 (or 0xEC0056) is known color: Razzmatazz. HEX triplet: EC, 00 and 56. RGB value is (236,0,86). Sum of RGB (Red+Green+Blue) = 236+0+86=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0056 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0056 is #13FFA9. Grayscale: #505050. Windows color (decimal): -1310634 or 5636332. OLE color: 5636332.
HSL color Cylindrical-coordinate representation of color #EC0056: hue angle of 338.14º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0056 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.64 | 0.07 |
| HSL | 338.14º | 1% | 0.46% | - |
| HSV(B) | 338.14º | 1% | 0.93% | - |
| XYZ | 36.27 | 18.5 | 10.46 | - |
| YUV | 80.37 | 131.19 | 239.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 86 | 0 | 1 | 0.64 | 0.07 | 338.14 | 1 | 0.46 |
| Hex | EC | 0 | 56 | 0 | 64 | 40 | 7 | 152 | 64 | 2E |
| Octal | 354 | 0 | 126 | 0 | 144 | 100 | 7 | 522 | 144 | 56 |
| Binary | 11101100 | 0 | 1010110 | 0 | 1100100 | 1000000 | 111 | 101010010 | 1100100 | 101110 |
Color Harmonies of #EC0056
Complementary color
Monochromatic Colors of #EC0056
Black with #EC0056
Text Example
Text Example
White with #EC0056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0056; }
p { color: rgb(236,0,86); }
H1.HeaderClassName
{
color: #EC0056;
}
.AnyTagClassName
{
color: #EC0056;
}
</style>
background-color css
<style>
a { background-color: #EC0056; }
a { background-color: rgb(236,0,86); }
div.DivClassName
{
background-color: #EC0056;
}
.BgClassName
{
background-color: #EC0056;
}
</style>
border-color css
<style>
span { border-color: #EC0056; }
span { border-color: rgb(236,0,86); }
td.TdClassName
{
border-color: #EC0056;
}
.TagClassName
{
border-color: #EC0056;
}
</style>