Shades of Razzmatazz #EC0E54
Tints of Razzmatazz #EC0E54
RGB
CMYK
RGB Variations
Color information
#EC0E54 (or 0xEC0E54) is known color: Razzmatazz. HEX triplet: EC, 0E and 54. RGB value is (236,14,84). Sum of RGB (Red+Green+Blue) = 236+14+84=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0E54 is #13F1AB. Grayscale: #585858. Windows color (decimal): -1307052 or 5508844. OLE color: 5508844.
HSL color Cylindrical-coordinate representation of color #EC0E54: hue angle of 341.08º degrees, saturation: 0.89, 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 #EC0E54 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 14 | 84 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.07 |
| HSL | 341.08º | 0.89% | 0.49% | - |
| HSV(B) | 341.08º | 0.94% | 0.93% | - |
| XYZ | 36.35 | 18.79 | 10.1 | - |
| YUV | 88.36 | 125.55 | 233.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 84 | 0 | 0.94 | 0.64 | 0.07 | 341.08 | 0.89 | 0.49 |
| Hex | EC | E | 54 | 0 | 5E | 40 | 7 | 155 | 59 | 31 |
| Octal | 354 | 16 | 124 | 0 | 136 | 100 | 7 | 525 | 131 | 61 |
| Binary | 11101100 | 1110 | 1010100 | 0 | 1011110 | 1000000 | 111 | 101010101 | 1011001 | 110001 |
Color Harmonies of #EC0E54
Complementary color
Monochromatic Colors of #EC0E54
Black with #EC0E54
Text Example
Text Example
White with #EC0E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0E54; }
p { color: rgb(236,14,84); }
H1.HeaderClassName
{
color: #EC0E54;
}
.AnyTagClassName
{
color: #EC0E54;
}
</style>
background-color css
<style>
a { background-color: #EC0E54; }
a { background-color: rgb(236,14,84); }
div.DivClassName
{
background-color: #EC0E54;
}
.BgClassName
{
background-color: #EC0E54;
}
</style>
border-color css
<style>
span { border-color: #EC0E54; }
span { border-color: rgb(236,14,84); }
td.TdClassName
{
border-color: #EC0E54;
}
.TagClassName
{
border-color: #EC0E54;
}
</style>