Shades of Razzmatazz #EC114E
Tints of Razzmatazz #EC114E
RGB
CMYK
RGB Variations
Color information
#EC114E (or 0xEC114E) is known color: Razzmatazz. HEX triplet: EC, 11 and 4E. RGB value is (236,17,78). Sum of RGB (Red+Green+Blue) = 236+17+78=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC114E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC114E is #13EEB1. Grayscale: #595959. Windows color (decimal): -1306290 or 5116396. OLE color: 5116396.
HSL color Cylindrical-coordinate representation of color #EC114E: hue angle of 343.29º 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 #EC114E is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 78 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.07 |
| HSL | 343.29º | 0.87% | 0.5% | - |
| HSV(B) | 343.29º | 0.93% | 0.93% | - |
| XYZ | 36.17 | 18.78 | 8.93 | - |
| YUV | 89.44 | 121.55 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 78 | 0 | 0.93 | 0.67 | 0.07 | 343.29 | 0.87 | 0.5 |
| Hex | EC | 11 | 4E | 0 | 5D | 43 | 7 | 157 | 57 | 32 |
| Octal | 354 | 21 | 116 | 0 | 135 | 103 | 7 | 527 | 127 | 62 |
| Binary | 11101100 | 10001 | 1001110 | 0 | 1011101 | 1000011 | 111 | 101010111 | 1010111 | 110010 |
Color Harmonies of #EC114E
Complementary color
Monochromatic Colors of #EC114E
Black with #EC114E
Text Example
Text Example
White with #EC114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC114E; }
p { color: rgb(236,17,78); }
H1.HeaderClassName
{
color: #EC114E;
}
.AnyTagClassName
{
color: #EC114E;
}
</style>
background-color css
<style>
a { background-color: #EC114E; }
a { background-color: rgb(236,17,78); }
div.DivClassName
{
background-color: #EC114E;
}
.BgClassName
{
background-color: #EC114E;
}
</style>
border-color css
<style>
span { border-color: #EC114E; }
span { border-color: rgb(236,17,78); }
td.TdClassName
{
border-color: #EC114E;
}
.TagClassName
{
border-color: #EC114E;
}
</style>