Shades of Razzmatazz #EC0F60
Tints of Razzmatazz #EC0F60
RGB
CMYK
RGB Variations
Color information
#EC0F60 (or 0xEC0F60) is known color: Razzmatazz. HEX triplet: EC, 0F and 60. RGB value is (236,15,96). Sum of RGB (Red+Green+Blue) = 236+15+96=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F60 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0F60 is #13F09F. Grayscale: #5A5A5A. Windows color (decimal): -1306784 or 6295532. OLE color: 6295532.
HSL color Cylindrical-coordinate representation of color #EC0F60: hue angle of 338.01º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F60 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 96 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.07 |
| HSL | 338.01º | 0.88% | 0.49% | - |
| HSV(B) | 338.01º | 0.94% | 0.93% | - |
| XYZ | 36.87 | 19.02 | 12.79 | - |
| YUV | 90.31 | 131.22 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 96 | 0 | 0.94 | 0.59 | 0.07 | 338.01 | 0.88 | 0.49 |
| Hex | EC | F | 60 | 0 | 5E | 3B | 7 | 152 | 58 | 31 |
| Octal | 354 | 17 | 140 | 0 | 136 | 73 | 7 | 522 | 130 | 61 |
| Binary | 11101100 | 1111 | 1100000 | 0 | 1011110 | 111011 | 111 | 101010010 | 1011000 | 110001 |
Color Harmonies of #EC0F60
Complementary color
Monochromatic Colors of #EC0F60
Black with #EC0F60
Text Example
Text Example
White with #EC0F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F60; }
p { color: rgb(236,15,96); }
H1.HeaderClassName
{
color: #EC0F60;
}
.AnyTagClassName
{
color: #EC0F60;
}
</style>
background-color css
<style>
a { background-color: #EC0F60; }
a { background-color: rgb(236,15,96); }
div.DivClassName
{
background-color: #EC0F60;
}
.BgClassName
{
background-color: #EC0F60;
}
</style>
border-color css
<style>
span { border-color: #EC0F60; }
span { border-color: rgb(236,15,96); }
td.TdClassName
{
border-color: #EC0F60;
}
.TagClassName
{
border-color: #EC0F60;
}
</style>