Shades of Razzmatazz #EC115B
Tints of Razzmatazz #EC115B
RGB
CMYK
RGB Variations
Color information
#EC115B (or 0xEC115B) is known color: Razzmatazz. HEX triplet: EC, 11 and 5B. RGB value is (236,17,91). Sum of RGB (Red+Green+Blue) = 236+17+91=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC115B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC115B is #13EEA4. Grayscale: #5A5A5A. Windows color (decimal): -1306277 or 5968364. OLE color: 5968364.
HSL color Cylindrical-coordinate representation of color #EC115B: hue angle of 339.73º 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 #EC115B is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 91 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.07 |
| HSL | 339.73º | 0.87% | 0.5% | - |
| HSV(B) | 339.73º | 0.93% | 0.93% | - |
| XYZ | 36.68 | 18.99 | 11.63 | - |
| YUV | 90.92 | 128.05 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 91 | 0 | 0.93 | 0.61 | 0.07 | 339.73 | 0.87 | 0.5 |
| Hex | EC | 11 | 5B | 0 | 5D | 3D | 7 | 154 | 57 | 32 |
| Octal | 354 | 21 | 133 | 0 | 135 | 75 | 7 | 524 | 127 | 62 |
| Binary | 11101100 | 10001 | 1011011 | 0 | 1011101 | 111101 | 111 | 101010100 | 1010111 | 110010 |
Color Harmonies of #EC115B
Complementary color
Monochromatic Colors of #EC115B
Black with #EC115B
Text Example
Text Example
White with #EC115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC115B; }
p { color: rgb(236,17,91); }
H1.HeaderClassName
{
color: #EC115B;
}
.AnyTagClassName
{
color: #EC115B;
}
</style>
background-color css
<style>
a { background-color: #EC115B; }
a { background-color: rgb(236,17,91); }
div.DivClassName
{
background-color: #EC115B;
}
.BgClassName
{
background-color: #EC115B;
}
</style>
border-color css
<style>
span { border-color: #EC115B; }
span { border-color: rgb(236,17,91); }
td.TdClassName
{
border-color: #EC115B;
}
.TagClassName
{
border-color: #EC115B;
}
</style>