Shades of Razzmatazz #EC124D
Tints of Razzmatazz #EC124D
RGB
CMYK
RGB Variations
Color information
#EC124D (or 0xEC124D) is known color: Razzmatazz. HEX triplet: EC, 12 and 4D. RGB value is (236,18,77). Sum of RGB (Red+Green+Blue) = 236+18+77=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC124D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC124D is #13EDB2. Grayscale: #595959. Windows color (decimal): -1306035 or 5051116. OLE color: 5051116.
HSL color Cylindrical-coordinate representation of color #EC124D: hue angle of 343.76º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC124D is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 77 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.07 |
| HSL | 343.76º | 0.86% | 0.5% | - |
| HSV(B) | 343.76º | 0.92% | 0.93% | - |
| XYZ | 36.15 | 18.8 | 8.74 | - |
| YUV | 89.91 | 120.72 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 77 | 0 | 0.92 | 0.67 | 0.07 | 343.76 | 0.86 | 0.5 |
| Hex | EC | 12 | 4D | 0 | 5C | 43 | 7 | 158 | 56 | 32 |
| Octal | 354 | 22 | 115 | 0 | 134 | 103 | 7 | 530 | 126 | 62 |
| Binary | 11101100 | 10010 | 1001101 | 0 | 1011100 | 1000011 | 111 | 101011000 | 1010110 | 110010 |
Color Harmonies of #EC124D
Complementary color
Monochromatic Colors of #EC124D
Black with #EC124D
Text Example
Text Example
White with #EC124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC124D; }
p { color: rgb(236,18,77); }
H1.HeaderClassName
{
color: #EC124D;
}
.AnyTagClassName
{
color: #EC124D;
}
</style>
background-color css
<style>
a { background-color: #EC124D; }
a { background-color: rgb(236,18,77); }
div.DivClassName
{
background-color: #EC124D;
}
.BgClassName
{
background-color: #EC124D;
}
</style>
border-color css
<style>
span { border-color: #EC124D; }
span { border-color: rgb(236,18,77); }
td.TdClassName
{
border-color: #EC124D;
}
.TagClassName
{
border-color: #EC124D;
}
</style>