Shades of Razzmatazz #EC124E
Tints of Razzmatazz #EC124E
RGB
CMYK
RGB Variations
Color information
#EC124E (or 0xEC124E) is known color: Razzmatazz. HEX triplet: EC, 12 and 4E. RGB value is (236,18,78). Sum of RGB (Red+Green+Blue) = 236+18+78=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC124E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC124E is #13EDB1. Grayscale: #5A5A5A. Windows color (decimal): -1306034 or 5116652. OLE color: 5116652.
HSL color Cylindrical-coordinate representation of color #EC124E: hue angle of 343.49º 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 #EC124E is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 78 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.07 |
| HSL | 343.49º | 0.86% | 0.5% | - |
| HSV(B) | 343.49º | 0.92% | 0.93% | - |
| XYZ | 36.18 | 18.82 | 8.93 | - |
| YUV | 90.02 | 121.22 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 78 | 0 | 0.92 | 0.67 | 0.07 | 343.49 | 0.86 | 0.5 |
| Hex | EC | 12 | 4E | 0 | 5C | 43 | 7 | 157 | 56 | 32 |
| Octal | 354 | 22 | 116 | 0 | 134 | 103 | 7 | 527 | 126 | 62 |
| Binary | 11101100 | 10010 | 1001110 | 0 | 1011100 | 1000011 | 111 | 101010111 | 1010110 | 110010 |
Color Harmonies of #EC124E
Complementary color
Monochromatic Colors of #EC124E
Black with #EC124E
Text Example
Text Example
White with #EC124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC124E; }
p { color: rgb(236,18,78); }
H1.HeaderClassName
{
color: #EC124E;
}
.AnyTagClassName
{
color: #EC124E;
}
</style>
background-color css
<style>
a { background-color: #EC124E; }
a { background-color: rgb(236,18,78); }
div.DivClassName
{
background-color: #EC124E;
}
.BgClassName
{
background-color: #EC124E;
}
</style>
border-color css
<style>
span { border-color: #EC124E; }
span { border-color: rgb(236,18,78); }
td.TdClassName
{
border-color: #EC124E;
}
.TagClassName
{
border-color: #EC124E;
}
</style>