Shades of Razzmatazz #EC0E50
Tints of Razzmatazz #EC0E50
RGB
CMYK
RGB Variations
Color information
#EC0E50 (or 0xEC0E50) is known color: Razzmatazz. HEX triplet: EC, 0E and 50. RGB value is (236,14,80). Sum of RGB (Red+Green+Blue) = 236+14+80=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0E50 is #13F1AF. Grayscale: #575757. Windows color (decimal): -1307056 or 5246700. OLE color: 5246700.
HSL color Cylindrical-coordinate representation of color #EC0E50: hue angle of 342.16º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0E50 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 14 | 80 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.07 |
| HSL | 342.16º | 0.89% | 0.49% | - |
| HSV(B) | 342.16º | 0.94% | 0.93% | - |
| XYZ | 36.2 | 18.73 | 9.3 | - |
| YUV | 87.9 | 123.55 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 80 | 0 | 0.94 | 0.66 | 0.07 | 342.16 | 0.89 | 0.49 |
| Hex | EC | E | 50 | 0 | 5E | 42 | 7 | 156 | 59 | 31 |
| Octal | 354 | 16 | 120 | 0 | 136 | 102 | 7 | 526 | 131 | 61 |
| Binary | 11101100 | 1110 | 1010000 | 0 | 1011110 | 1000010 | 111 | 101010110 | 1011001 | 110001 |
Color Harmonies of #EC0E50
Complementary color
Monochromatic Colors of #EC0E50
Black with #EC0E50
Text Example
Text Example
White with #EC0E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0E50; }
p { color: rgb(236,14,80); }
H1.HeaderClassName
{
color: #EC0E50;
}
.AnyTagClassName
{
color: #EC0E50;
}
</style>
background-color css
<style>
a { background-color: #EC0E50; }
a { background-color: rgb(236,14,80); }
div.DivClassName
{
background-color: #EC0E50;
}
.BgClassName
{
background-color: #EC0E50;
}
</style>
border-color css
<style>
span { border-color: #EC0E50; }
span { border-color: rgb(236,14,80); }
td.TdClassName
{
border-color: #EC0E50;
}
.TagClassName
{
border-color: #EC0E50;
}
</style>