Shades of Razzmatazz #EC054C
Tints of Razzmatazz #EC054C
RGB
CMYK
RGB Variations
Color information
#EC054C (or 0xEC054C) is known color: Razzmatazz. HEX triplet: EC, 05 and 4C. RGB value is (236,5,76). Sum of RGB (Red+Green+Blue) = 236+5+76=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC054C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC054C is #13FAB3. Grayscale: #525252. Windows color (decimal): -1309364 or 4982252. OLE color: 4982252.
HSL color Cylindrical-coordinate representation of color #EC054C: hue angle of 341.56º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC054C is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 76 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.07 |
| HSL | 341.56º | 0.96% | 0.47% | - |
| HSV(B) | 341.56º | 0.98% | 0.93% | - |
| XYZ | 35.95 | 18.46 | 8.51 | - |
| YUV | 82.16 | 124.53 | 237.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 76 | 0 | 0.98 | 0.68 | 0.07 | 341.56 | 0.96 | 0.47 |
| Hex | EC | 5 | 4C | 0 | 62 | 44 | 7 | 156 | 60 | 2F |
| Octal | 354 | 5 | 114 | 0 | 142 | 104 | 7 | 526 | 140 | 57 |
| Binary | 11101100 | 101 | 1001100 | 0 | 1100010 | 1000100 | 111 | 101010110 | 1100000 | 101111 |
Color Harmonies of #EC054C
Complementary color
Monochromatic Colors of #EC054C
Black with #EC054C
Text Example
Text Example
White with #EC054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC054C; }
p { color: rgb(236,5,76); }
H1.HeaderClassName
{
color: #EC054C;
}
.AnyTagClassName
{
color: #EC054C;
}
</style>
background-color css
<style>
a { background-color: #EC054C; }
a { background-color: rgb(236,5,76); }
div.DivClassName
{
background-color: #EC054C;
}
.BgClassName
{
background-color: #EC054C;
}
</style>
border-color css
<style>
span { border-color: #EC054C; }
span { border-color: rgb(236,5,76); }
td.TdClassName
{
border-color: #EC054C;
}
.TagClassName
{
border-color: #EC054C;
}
</style>