Shades of Razzmatazz #EC0359
Tints of Razzmatazz #EC0359
RGB
CMYK
RGB Variations
Color information
#EC0359 (or 0xEC0359) is known color: Razzmatazz. HEX triplet: EC, 03 and 59. RGB value is (236,3,89). Sum of RGB (Red+Green+Blue) = 236+3+89=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0359 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0359 is #13FCA6. Grayscale: #525252. Windows color (decimal): -1309863 or 5833708. OLE color: 5833708.
HSL color Cylindrical-coordinate representation of color #EC0359: hue angle of 337.85º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0359 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 89 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.07 |
| HSL | 337.85º | 0.97% | 0.47% | - |
| HSV(B) | 337.85º | 0.99% | 0.93% | - |
| XYZ | 36.43 | 18.62 | 11.13 | - |
| YUV | 82.47 | 131.69 | 237.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 89 | 0 | 0.99 | 0.62 | 0.07 | 337.85 | 0.97 | 0.47 |
| Hex | EC | 3 | 59 | 0 | 63 | 3E | 7 | 152 | 61 | 2F |
| Octal | 354 | 3 | 131 | 0 | 143 | 76 | 7 | 522 | 141 | 57 |
| Binary | 11101100 | 11 | 1011001 | 0 | 1100011 | 111110 | 111 | 101010010 | 1100001 | 101111 |
Color Harmonies of #EC0359
Complementary color
Monochromatic Colors of #EC0359
Black with #EC0359
Text Example
Text Example
White with #EC0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0359; }
p { color: rgb(236,3,89); }
H1.HeaderClassName
{
color: #EC0359;
}
.AnyTagClassName
{
color: #EC0359;
}
</style>
background-color css
<style>
a { background-color: #EC0359; }
a { background-color: rgb(236,3,89); }
div.DivClassName
{
background-color: #EC0359;
}
.BgClassName
{
background-color: #EC0359;
}
</style>
border-color css
<style>
span { border-color: #EC0359; }
span { border-color: rgb(236,3,89); }
td.TdClassName
{
border-color: #EC0359;
}
.TagClassName
{
border-color: #EC0359;
}
</style>