Shades of Razzmatazz #EC1160
Tints of Razzmatazz #EC1160
RGB
CMYK
RGB Variations
Color information
#EC1160 (or 0xEC1160) is known color: Razzmatazz. HEX triplet: EC, 11 and 60. RGB value is (236,17,96). Sum of RGB (Red+Green+Blue) = 236+17+96=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1160 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1160 is #13EE9F. Grayscale: #5B5B5B. Windows color (decimal): -1306272 or 6296044. OLE color: 6296044.
HSL color Cylindrical-coordinate representation of color #EC1160: hue angle of 338.36º 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 #EC1160 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 96 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.07 |
| HSL | 338.36º | 0.87% | 0.5% | - |
| HSV(B) | 338.36º | 0.93% | 0.93% | - |
| XYZ | 36.9 | 19.08 | 12.8 | - |
| YUV | 91.49 | 130.55 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 96 | 0 | 0.93 | 0.59 | 0.07 | 338.36 | 0.87 | 0.5 |
| Hex | EC | 11 | 60 | 0 | 5D | 3B | 7 | 152 | 57 | 32 |
| Octal | 354 | 21 | 140 | 0 | 135 | 73 | 7 | 522 | 127 | 62 |
| Binary | 11101100 | 10001 | 1100000 | 0 | 1011101 | 111011 | 111 | 101010010 | 1010111 | 110010 |
Color Harmonies of #EC1160
Complementary color
Monochromatic Colors of #EC1160
Black with #EC1160
Text Example
Text Example
White with #EC1160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1160; }
p { color: rgb(236,17,96); }
H1.HeaderClassName
{
color: #EC1160;
}
.AnyTagClassName
{
color: #EC1160;
}
</style>
background-color css
<style>
a { background-color: #EC1160; }
a { background-color: rgb(236,17,96); }
div.DivClassName
{
background-color: #EC1160;
}
.BgClassName
{
background-color: #EC1160;
}
</style>
border-color css
<style>
span { border-color: #EC1160; }
span { border-color: rgb(236,17,96); }
td.TdClassName
{
border-color: #EC1160;
}
.TagClassName
{
border-color: #EC1160;
}
</style>