Shades of Razzmatazz #EC0048
Tints of Razzmatazz #EC0048
RGB
CMYK
RGB Variations
Color information
#EC0048 (or 0xEC0048) is known color: Razzmatazz. HEX triplet: EC, 00 and 48. RGB value is (236,0,72). Sum of RGB (Red+Green+Blue) = 236+0+72=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0048 is #13FFB7. Grayscale: #4E4E4E. Windows color (decimal): -1310648 or 4718828. OLE color: 4718828.
HSL color Cylindrical-coordinate representation of color #EC0048: hue angle of 341.69º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0048 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.69 | 0.07 |
| HSL | 341.69º | 1% | 0.46% | - |
| HSV(B) | 341.69º | 1% | 0.93% | - |
| XYZ | 35.76 | 18.3 | 7.78 | - |
| YUV | 78.77 | 124.19 | 240.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 72 | 0 | 1 | 0.69 | 0.07 | 341.69 | 1 | 0.46 |
| Hex | EC | 0 | 48 | 0 | 64 | 45 | 7 | 156 | 64 | 2E |
| Octal | 354 | 0 | 110 | 0 | 144 | 105 | 7 | 526 | 144 | 56 |
| Binary | 11101100 | 0 | 1001000 | 0 | 1100100 | 1000101 | 111 | 101010110 | 1100100 | 101110 |
Color Harmonies of #EC0048
Complementary color
Monochromatic Colors of #EC0048
Black with #EC0048
Text Example
Text Example
White with #EC0048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0048; }
p { color: rgb(236,0,72); }
H1.HeaderClassName
{
color: #EC0048;
}
.AnyTagClassName
{
color: #EC0048;
}
</style>
background-color css
<style>
a { background-color: #EC0048; }
a { background-color: rgb(236,0,72); }
div.DivClassName
{
background-color: #EC0048;
}
.BgClassName
{
background-color: #EC0048;
}
</style>
border-color css
<style>
span { border-color: #EC0048; }
span { border-color: rgb(236,0,72); }
td.TdClassName
{
border-color: #EC0048;
}
.TagClassName
{
border-color: #EC0048;
}
</style>