Shades of Razzmatazz #EC0748
Tints of Razzmatazz #EC0748
RGB
CMYK
RGB Variations
Color information
#EC0748 (or 0xEC0748) is known color: Razzmatazz. HEX triplet: EC, 07 and 48. RGB value is (236,7,72). Sum of RGB (Red+Green+Blue) = 236+7+72=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0748 is #13F8B7. Grayscale: #525252. Windows color (decimal): -1308856 or 4720620. OLE color: 4720620.
HSL color Cylindrical-coordinate representation of color #EC0748: hue angle of 342.97º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0748 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 72 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.07 |
| HSL | 342.97º | 0.94% | 0.48% | - |
| HSV(B) | 342.97º | 0.97% | 0.93% | - |
| XYZ | 35.84 | 18.45 | 7.8 | - |
| YUV | 82.88 | 121.87 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 72 | 0 | 0.97 | 0.69 | 0.07 | 342.97 | 0.94 | 0.48 |
| Hex | EC | 7 | 48 | 0 | 61 | 45 | 7 | 157 | 5E | 30 |
| Octal | 354 | 7 | 110 | 0 | 141 | 105 | 7 | 527 | 136 | 60 |
| Binary | 11101100 | 111 | 1001000 | 0 | 1100001 | 1000101 | 111 | 101010111 | 1011110 | 110000 |
Color Harmonies of #EC0748
Complementary color
Monochromatic Colors of #EC0748
Black with #EC0748
Text Example
Text Example
White with #EC0748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0748; }
p { color: rgb(236,7,72); }
H1.HeaderClassName
{
color: #EC0748;
}
.AnyTagClassName
{
color: #EC0748;
}
</style>
background-color css
<style>
a { background-color: #EC0748; }
a { background-color: rgb(236,7,72); }
div.DivClassName
{
background-color: #EC0748;
}
.BgClassName
{
background-color: #EC0748;
}
</style>
border-color css
<style>
span { border-color: #EC0748; }
span { border-color: rgb(236,7,72); }
td.TdClassName
{
border-color: #EC0748;
}
.TagClassName
{
border-color: #EC0748;
}
</style>