Shades of Razzmatazz #EC0058
Tints of Razzmatazz #EC0058
RGB
CMYK
RGB Variations
Color information
#EC0058 (or 0xEC0058) is known color: Razzmatazz. HEX triplet: EC, 00 and 58. RGB value is (236,0,88). Sum of RGB (Red+Green+Blue) = 236+0+88=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0058 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0058 is #13FFA7. Grayscale: #505050. Windows color (decimal): -1310632 or 5767404. OLE color: 5767404.
HSL color Cylindrical-coordinate representation of color #EC0058: hue angle of 337.63º 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 #EC0058 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.63 | 0.07 |
| HSL | 337.63º | 1% | 0.46% | - |
| HSV(B) | 337.63º | 1% | 0.93% | - |
| XYZ | 36.35 | 18.54 | 10.89 | - |
| YUV | 80.6 | 132.19 | 238.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 88 | 0 | 1 | 0.63 | 0.07 | 337.63 | 1 | 0.46 |
| Hex | EC | 0 | 58 | 0 | 64 | 3F | 7 | 152 | 64 | 2E |
| Octal | 354 | 0 | 130 | 0 | 144 | 77 | 7 | 522 | 144 | 56 |
| Binary | 11101100 | 0 | 1011000 | 0 | 1100100 | 111111 | 111 | 101010010 | 1100100 | 101110 |
Color Harmonies of #EC0058
Complementary color
Monochromatic Colors of #EC0058
Black with #EC0058
Text Example
Text Example
White with #EC0058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0058; }
p { color: rgb(236,0,88); }
H1.HeaderClassName
{
color: #EC0058;
}
.AnyTagClassName
{
color: #EC0058;
}
</style>
background-color css
<style>
a { background-color: #EC0058; }
a { background-color: rgb(236,0,88); }
div.DivClassName
{
background-color: #EC0058;
}
.BgClassName
{
background-color: #EC0058;
}
</style>
border-color css
<style>
span { border-color: #EC0058; }
span { border-color: rgb(236,0,88); }
td.TdClassName
{
border-color: #EC0058;
}
.TagClassName
{
border-color: #EC0058;
}
</style>