Shades of Razzmatazz #EC0C58
Tints of Razzmatazz #EC0C58
RGB
CMYK
RGB Variations
Color information
#EC0C58 (or 0xEC0C58) is known color: Razzmatazz. HEX triplet: EC, 0C and 58. RGB value is (236,12,88). Sum of RGB (Red+Green+Blue) = 236+12+88=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C58 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0C58 is #13F3A7. Grayscale: #575757. Windows color (decimal): -1307560 or 5770476. OLE color: 5770476.
HSL color Cylindrical-coordinate representation of color #EC0C58: hue angle of 339.64º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C58 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 88 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.07 |
| HSL | 339.64º | 0.9% | 0.49% | - |
| HSV(B) | 339.64º | 0.95% | 0.93% | - |
| XYZ | 36.49 | 18.8 | 10.94 | - |
| YUV | 87.64 | 128.21 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 88 | 0 | 0.95 | 0.63 | 0.07 | 339.64 | 0.9 | 0.49 |
| Hex | EC | C | 58 | 0 | 5F | 3F | 7 | 154 | 5A | 31 |
| Octal | 354 | 14 | 130 | 0 | 137 | 77 | 7 | 524 | 132 | 61 |
| Binary | 11101100 | 1100 | 1011000 | 0 | 1011111 | 111111 | 111 | 101010100 | 1011010 | 110001 |
Color Harmonies of #EC0C58
Complementary color
Monochromatic Colors of #EC0C58
Black with #EC0C58
Text Example
Text Example
White with #EC0C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C58; }
p { color: rgb(236,12,88); }
H1.HeaderClassName
{
color: #EC0C58;
}
.AnyTagClassName
{
color: #EC0C58;
}
</style>
background-color css
<style>
a { background-color: #EC0C58; }
a { background-color: rgb(236,12,88); }
div.DivClassName
{
background-color: #EC0C58;
}
.BgClassName
{
background-color: #EC0C58;
}
</style>
border-color css
<style>
span { border-color: #EC0C58; }
span { border-color: rgb(236,12,88); }
td.TdClassName
{
border-color: #EC0C58;
}
.TagClassName
{
border-color: #EC0C58;
}
</style>