Shades of Razzmatazz #EC0958
Tints of Razzmatazz #EC0958
RGB
CMYK
RGB Variations
Color information
#EC0958 (or 0xEC0958) is known color: Razzmatazz. HEX triplet: EC, 09 and 58. RGB value is (236,9,88). Sum of RGB (Red+Green+Blue) = 236+9+88=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0958 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0958 is #13F6A7. Grayscale: #555555. Windows color (decimal): -1308328 or 5769708. OLE color: 5769708.
HSL color Cylindrical-coordinate representation of color #EC0958: hue angle of 339.12º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0958 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 88 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.07 |
| HSL | 339.12º | 0.93% | 0.48% | - |
| HSV(B) | 339.12º | 0.96% | 0.93% | - |
| XYZ | 36.45 | 18.73 | 10.93 | - |
| YUV | 85.88 | 129.21 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 88 | 0 | 0.96 | 0.63 | 0.07 | 339.12 | 0.93 | 0.48 |
| Hex | EC | 9 | 58 | 0 | 60 | 3F | 7 | 153 | 5D | 30 |
| Octal | 354 | 11 | 130 | 0 | 140 | 77 | 7 | 523 | 135 | 60 |
| Binary | 11101100 | 1001 | 1011000 | 0 | 1100000 | 111111 | 111 | 101010011 | 1011101 | 110000 |
Color Harmonies of #EC0958
Complementary color
Monochromatic Colors of #EC0958
Black with #EC0958
Text Example
Text Example
White with #EC0958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0958; }
p { color: rgb(236,9,88); }
H1.HeaderClassName
{
color: #EC0958;
}
.AnyTagClassName
{
color: #EC0958;
}
</style>
background-color css
<style>
a { background-color: #EC0958; }
a { background-color: rgb(236,9,88); }
div.DivClassName
{
background-color: #EC0958;
}
.BgClassName
{
background-color: #EC0958;
}
</style>
border-color css
<style>
span { border-color: #EC0958; }
span { border-color: rgb(236,9,88); }
td.TdClassName
{
border-color: #EC0958;
}
.TagClassName
{
border-color: #EC0958;
}
</style>