Shades of Razzmatazz #EC0372
Tints of Razzmatazz #EC0372
RGB
CMYK
RGB Variations
Color information
#EC0372 (or 0xEC0372) is known color: Razzmatazz. HEX triplet: EC, 03 and 72. RGB value is (236,3,114). Sum of RGB (Red+Green+Blue) = 236+3+114=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0372 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0372 is #13FC8D. Grayscale: #555555. Windows color (decimal): -1309838 or 7472108. OLE color: 7472108.
HSL color Cylindrical-coordinate representation of color #EC0372: hue angle of 331.42º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0372 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.07 |
| HSL | 331.42º | 0.97% | 0.47% | - |
| HSV(B) | 331.42º | 0.99% | 0.93% | - |
| XYZ | 37.66 | 19.11 | 17.62 | - |
| YUV | 85.32 | 144.19 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 114 | 0 | 0.99 | 0.52 | 0.07 | 331.42 | 0.97 | 0.47 |
| Hex | EC | 3 | 72 | 0 | 63 | 34 | 7 | 14B | 61 | 2F |
| Octal | 354 | 3 | 162 | 0 | 143 | 64 | 7 | 513 | 141 | 57 |
| Binary | 11101100 | 11 | 1110010 | 0 | 1100011 | 110100 | 111 | 101001011 | 1100001 | 101111 |
Color Harmonies of #EC0372
Complementary color
Monochromatic Colors of #EC0372
Black with #EC0372
Text Example
Text Example
White with #EC0372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0372; }
p { color: rgb(236,3,114); }
H1.HeaderClassName
{
color: #EC0372;
}
.AnyTagClassName
{
color: #EC0372;
}
</style>
background-color css
<style>
a { background-color: #EC0372; }
a { background-color: rgb(236,3,114); }
div.DivClassName
{
background-color: #EC0372;
}
.BgClassName
{
background-color: #EC0372;
}
</style>
border-color css
<style>
span { border-color: #EC0372; }
span { border-color: rgb(236,3,114); }
td.TdClassName
{
border-color: #EC0372;
}
.TagClassName
{
border-color: #EC0372;
}
</style>