Shades of Razzmatazz #EC0F56
Tints of Razzmatazz #EC0F56
RGB
CMYK
RGB Variations
Color information
#EC0F56 (or 0xEC0F56) is known color: Razzmatazz. HEX triplet: EC, 0F and 56. RGB value is (236,15,86). Sum of RGB (Red+Green+Blue) = 236+15+86=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F56 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0F56 is #13F0A9. Grayscale: #595959. Windows color (decimal): -1306794 or 5640172. OLE color: 5640172.
HSL color Cylindrical-coordinate representation of color #EC0F56: hue angle of 340.72º 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 #EC0F56 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 86 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.07 |
| HSL | 340.72º | 0.88% | 0.49% | - |
| HSV(B) | 340.72º | 0.94% | 0.93% | - |
| XYZ | 36.44 | 18.85 | 10.52 | - |
| YUV | 89.17 | 126.22 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 86 | 0 | 0.94 | 0.64 | 0.07 | 340.72 | 0.88 | 0.49 |
| Hex | EC | F | 56 | 0 | 5E | 40 | 7 | 155 | 58 | 31 |
| Octal | 354 | 17 | 126 | 0 | 136 | 100 | 7 | 525 | 130 | 61 |
| Binary | 11101100 | 1111 | 1010110 | 0 | 1011110 | 1000000 | 111 | 101010101 | 1011000 | 110001 |
Color Harmonies of #EC0F56
Complementary color
Monochromatic Colors of #EC0F56
Black with #EC0F56
Text Example
Text Example
White with #EC0F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F56; }
p { color: rgb(236,15,86); }
H1.HeaderClassName
{
color: #EC0F56;
}
.AnyTagClassName
{
color: #EC0F56;
}
</style>
background-color css
<style>
a { background-color: #EC0F56; }
a { background-color: rgb(236,15,86); }
div.DivClassName
{
background-color: #EC0F56;
}
.BgClassName
{
background-color: #EC0F56;
}
</style>
border-color css
<style>
span { border-color: #EC0F56; }
span { border-color: rgb(236,15,86); }
td.TdClassName
{
border-color: #EC0F56;
}
.TagClassName
{
border-color: #EC0F56;
}
</style>