Shades of Razzmatazz #EC0959
Tints of Razzmatazz #EC0959
RGB
CMYK
RGB Variations
Color information
#EC0959 (or 0xEC0959) is known color: Razzmatazz. HEX triplet: EC, 09 and 59. RGB value is (236,9,89). Sum of RGB (Red+Green+Blue) = 236+9+89=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0959 is #13F6A6. Grayscale: #555555. Windows color (decimal): -1308327 or 5835244. OLE color: 5835244.
HSL color Cylindrical-coordinate representation of color #EC0959: hue angle of 338.85º 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 #EC0959 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 89 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.07 |
| HSL | 338.85º | 0.93% | 0.48% | - |
| HSV(B) | 338.85º | 0.96% | 0.93% | - |
| XYZ | 36.49 | 18.75 | 11.15 | - |
| YUV | 85.99 | 129.71 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 89 | 0 | 0.96 | 0.62 | 0.07 | 338.85 | 0.93 | 0.48 |
| Hex | EC | 9 | 59 | 0 | 60 | 3E | 7 | 153 | 5D | 30 |
| Octal | 354 | 11 | 131 | 0 | 140 | 76 | 7 | 523 | 135 | 60 |
| Binary | 11101100 | 1001 | 1011001 | 0 | 1100000 | 111110 | 111 | 101010011 | 1011101 | 110000 |
Color Harmonies of #EC0959
Complementary color
Monochromatic Colors of #EC0959
Black with #EC0959
Text Example
Text Example
White with #EC0959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0959; }
p { color: rgb(236,9,89); }
H1.HeaderClassName
{
color: #EC0959;
}
.AnyTagClassName
{
color: #EC0959;
}
</style>
background-color css
<style>
a { background-color: #EC0959; }
a { background-color: rgb(236,9,89); }
div.DivClassName
{
background-color: #EC0959;
}
.BgClassName
{
background-color: #EC0959;
}
</style>
border-color css
<style>
span { border-color: #EC0959; }
span { border-color: rgb(236,9,89); }
td.TdClassName
{
border-color: #EC0959;
}
.TagClassName
{
border-color: #EC0959;
}
</style>