Shades of Razzmatazz #EC0547
Tints of Razzmatazz #EC0547
RGB
CMYK
RGB Variations
Color information
#EC0547 (or 0xEC0547) is known color: Razzmatazz. HEX triplet: EC, 05 and 47. RGB value is (236,5,71). Sum of RGB (Red+Green+Blue) = 236+5+71=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0547 is #13FAB8. Grayscale: #515151. Windows color (decimal): -1309369 or 4654572. OLE color: 4654572.
HSL color Cylindrical-coordinate representation of color #EC0547: hue angle of 342.86º 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 #EC0547 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 71 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.07 |
| HSL | 342.86º | 0.96% | 0.47% | - |
| HSV(B) | 342.86º | 0.98% | 0.93% | - |
| XYZ | 35.78 | 18.4 | 7.63 | - |
| YUV | 81.59 | 122.03 | 238.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 71 | 0 | 0.98 | 0.70 | 0.07 | 342.86 | 0.96 | 0.47 |
| Hex | EC | 5 | 47 | 0 | 62 | 46 | 7 | 157 | 60 | 2F |
| Octal | 354 | 5 | 107 | 0 | 142 | 106 | 7 | 527 | 140 | 57 |
| Binary | 11101100 | 101 | 1000111 | 0 | 1100010 | 1000110 | 111 | 101010111 | 1100000 | 101111 |
Color Harmonies of #EC0547
Complementary color
Monochromatic Colors of #EC0547
Black with #EC0547
Text Example
Text Example
White with #EC0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0547; }
p { color: rgb(236,5,71); }
H1.HeaderClassName
{
color: #EC0547;
}
.AnyTagClassName
{
color: #EC0547;
}
</style>
background-color css
<style>
a { background-color: #EC0547; }
a { background-color: rgb(236,5,71); }
div.DivClassName
{
background-color: #EC0547;
}
.BgClassName
{
background-color: #EC0547;
}
</style>
border-color css
<style>
span { border-color: #EC0547; }
span { border-color: rgb(236,5,71); }
td.TdClassName
{
border-color: #EC0547;
}
.TagClassName
{
border-color: #EC0547;
}
</style>