Shades of Razzmatazz #EC115C
Tints of Razzmatazz #EC115C
RGB
CMYK
RGB Variations
Color information
#EC115C (or 0xEC115C) is known color: Razzmatazz. HEX triplet: EC, 11 and 5C. RGB value is (236,17,92). Sum of RGB (Red+Green+Blue) = 236+17+92=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC115C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC115C is #13EEA3. Grayscale: #5A5A5A. Windows color (decimal): -1306276 or 6033900. OLE color: 6033900.
HSL color Cylindrical-coordinate representation of color #EC115C: hue angle of 339.45º 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 #EC115C is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 92 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.07 |
| HSL | 339.45º | 0.87% | 0.5% | - |
| HSV(B) | 339.45º | 0.93% | 0.93% | - |
| XYZ | 36.72 | 19.01 | 11.86 | - |
| YUV | 91.03 | 128.55 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 92 | 0 | 0.93 | 0.61 | 0.07 | 339.45 | 0.87 | 0.5 |
| Hex | EC | 11 | 5C | 0 | 5D | 3D | 7 | 153 | 57 | 32 |
| Octal | 354 | 21 | 134 | 0 | 135 | 75 | 7 | 523 | 127 | 62 |
| Binary | 11101100 | 10001 | 1011100 | 0 | 1011101 | 111101 | 111 | 101010011 | 1010111 | 110010 |
Color Harmonies of #EC115C
Complementary color
Monochromatic Colors of #EC115C
Black with #EC115C
Text Example
Text Example
White with #EC115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC115C; }
p { color: rgb(236,17,92); }
H1.HeaderClassName
{
color: #EC115C;
}
.AnyTagClassName
{
color: #EC115C;
}
</style>
background-color css
<style>
a { background-color: #EC115C; }
a { background-color: rgb(236,17,92); }
div.DivClassName
{
background-color: #EC115C;
}
.BgClassName
{
background-color: #EC115C;
}
</style>
border-color css
<style>
span { border-color: #EC115C; }
span { border-color: rgb(236,17,92); }
td.TdClassName
{
border-color: #EC115C;
}
.TagClassName
{
border-color: #EC115C;
}
</style>