Shades of Razzmatazz #EC0F54
Tints of Razzmatazz #EC0F54
RGB
CMYK
RGB Variations
Color information
#EC0F54 (or 0xEC0F54) is known color: Razzmatazz. HEX triplet: EC, 0F and 54. RGB value is (236,15,84). Sum of RGB (Red+Green+Blue) = 236+15+84=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0F54 is #13F0AB. Grayscale: #585858. Windows color (decimal): -1306796 or 5509100. OLE color: 5509100.
HSL color Cylindrical-coordinate representation of color #EC0F54: hue angle of 341.27º 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 #EC0F54 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 84 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.07 |
| HSL | 341.27º | 0.88% | 0.49% | - |
| HSV(B) | 341.27º | 0.94% | 0.93% | - |
| XYZ | 36.36 | 18.81 | 10.1 | - |
| YUV | 88.95 | 125.22 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 84 | 0 | 0.94 | 0.64 | 0.07 | 341.27 | 0.88 | 0.49 |
| Hex | EC | F | 54 | 0 | 5E | 40 | 7 | 155 | 58 | 31 |
| Octal | 354 | 17 | 124 | 0 | 136 | 100 | 7 | 525 | 130 | 61 |
| Binary | 11101100 | 1111 | 1010100 | 0 | 1011110 | 1000000 | 111 | 101010101 | 1011000 | 110001 |
Color Harmonies of #EC0F54
Complementary color
Monochromatic Colors of #EC0F54
Black with #EC0F54
Text Example
Text Example
White with #EC0F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F54; }
p { color: rgb(236,15,84); }
H1.HeaderClassName
{
color: #EC0F54;
}
.AnyTagClassName
{
color: #EC0F54;
}
</style>
background-color css
<style>
a { background-color: #EC0F54; }
a { background-color: rgb(236,15,84); }
div.DivClassName
{
background-color: #EC0F54;
}
.BgClassName
{
background-color: #EC0F54;
}
</style>
border-color css
<style>
span { border-color: #EC0F54; }
span { border-color: rgb(236,15,84); }
td.TdClassName
{
border-color: #EC0F54;
}
.TagClassName
{
border-color: #EC0F54;
}
</style>