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