Shades of Razzmatazz #EC1158
Tints of Razzmatazz #EC1158
RGB
CMYK
RGB Variations
Color information
#EC1158 (or 0xEC1158) is known color: Razzmatazz. HEX triplet: EC, 11 and 58. RGB value is (236,17,88). Sum of RGB (Red+Green+Blue) = 236+17+88=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1158 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1158 is #13EEA7. Grayscale: #5A5A5A. Windows color (decimal): -1306280 or 5771756. OLE color: 5771756.
HSL color Cylindrical-coordinate representation of color #EC1158: hue angle of 340.55º 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 #EC1158 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 88 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.07 |
| HSL | 340.55º | 0.87% | 0.5% | - |
| HSV(B) | 340.55º | 0.93% | 0.93% | - |
| XYZ | 36.55 | 18.94 | 10.96 | - |
| YUV | 90.58 | 126.55 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 88 | 0 | 0.93 | 0.63 | 0.07 | 340.55 | 0.87 | 0.5 |
| Hex | EC | 11 | 58 | 0 | 5D | 3F | 7 | 155 | 57 | 32 |
| Octal | 354 | 21 | 130 | 0 | 135 | 77 | 7 | 525 | 127 | 62 |
| Binary | 11101100 | 10001 | 1011000 | 0 | 1011101 | 111111 | 111 | 101010101 | 1010111 | 110010 |
Color Harmonies of #EC1158
Complementary color
Monochromatic Colors of #EC1158
Black with #EC1158
Text Example
Text Example
White with #EC1158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1158; }
p { color: rgb(236,17,88); }
H1.HeaderClassName
{
color: #EC1158;
}
.AnyTagClassName
{
color: #EC1158;
}
</style>
background-color css
<style>
a { background-color: #EC1158; }
a { background-color: rgb(236,17,88); }
div.DivClassName
{
background-color: #EC1158;
}
.BgClassName
{
background-color: #EC1158;
}
</style>
border-color css
<style>
span { border-color: #EC1158; }
span { border-color: rgb(236,17,88); }
td.TdClassName
{
border-color: #EC1158;
}
.TagClassName
{
border-color: #EC1158;
}
</style>