Shades of Razzmatazz #EC114D
Tints of Razzmatazz #EC114D
RGB
CMYK
RGB Variations
Color information
#EC114D (or 0xEC114D) is known color: Razzmatazz. HEX triplet: EC, 11 and 4D. RGB value is (236,17,77). Sum of RGB (Red+Green+Blue) = 236+17+77=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC114D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC114D is #13EEB2. Grayscale: #595959. Windows color (decimal): -1306291 or 5050860. OLE color: 5050860.
HSL color Cylindrical-coordinate representation of color #EC114D: hue angle of 343.56º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC114D is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 77 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.07 |
| HSL | 343.56º | 0.87% | 0.5% | - |
| HSV(B) | 343.56º | 0.93% | 0.93% | - |
| XYZ | 36.13 | 18.77 | 8.74 | - |
| YUV | 89.32 | 121.05 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 77 | 0 | 0.93 | 0.67 | 0.07 | 343.56 | 0.87 | 0.5 |
| Hex | EC | 11 | 4D | 0 | 5D | 43 | 7 | 158 | 57 | 32 |
| Octal | 354 | 21 | 115 | 0 | 135 | 103 | 7 | 530 | 127 | 62 |
| Binary | 11101100 | 10001 | 1001101 | 0 | 1011101 | 1000011 | 111 | 101011000 | 1010111 | 110010 |
Color Harmonies of #EC114D
Complementary color
Monochromatic Colors of #EC114D
Black with #EC114D
Text Example
Text Example
White with #EC114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC114D; }
p { color: rgb(236,17,77); }
H1.HeaderClassName
{
color: #EC114D;
}
.AnyTagClassName
{
color: #EC114D;
}
</style>
background-color css
<style>
a { background-color: #EC114D; }
a { background-color: rgb(236,17,77); }
div.DivClassName
{
background-color: #EC114D;
}
.BgClassName
{
background-color: #EC114D;
}
</style>
border-color css
<style>
span { border-color: #EC114D; }
span { border-color: rgb(236,17,77); }
td.TdClassName
{
border-color: #EC114D;
}
.TagClassName
{
border-color: #EC114D;
}
</style>