Shades of Razzmatazz #EC0371
Tints of Razzmatazz #EC0371
RGB
CMYK
RGB Variations
Color information
#EC0371 (or 0xEC0371) is known color: Razzmatazz. HEX triplet: EC, 03 and 71. RGB value is (236,3,113). Sum of RGB (Red+Green+Blue) = 236+3+113=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0371 is #13FC8E. Grayscale: #555555. Windows color (decimal): -1309839 or 7406572. OLE color: 7406572.
HSL color Cylindrical-coordinate representation of color #EC0371: hue angle of 331.67º 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 #EC0371 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 113 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.07 |
| HSL | 331.67º | 0.97% | 0.47% | - |
| HSV(B) | 331.67º | 0.99% | 0.93% | - |
| XYZ | 37.61 | 19.09 | 17.33 | - |
| YUV | 85.21 | 143.69 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 113 | 0 | 0.99 | 0.52 | 0.07 | 331.67 | 0.97 | 0.47 |
| Hex | EC | 3 | 71 | 0 | 63 | 34 | 7 | 14C | 61 | 2F |
| Octal | 354 | 3 | 161 | 0 | 143 | 64 | 7 | 514 | 141 | 57 |
| Binary | 11101100 | 11 | 1110001 | 0 | 1100011 | 110100 | 111 | 101001100 | 1100001 | 101111 |
Color Harmonies of #EC0371
Complementary color
Monochromatic Colors of #EC0371
Black with #EC0371
Text Example
Text Example
White with #EC0371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0371; }
p { color: rgb(236,3,113); }
H1.HeaderClassName
{
color: #EC0371;
}
.AnyTagClassName
{
color: #EC0371;
}
</style>
background-color css
<style>
a { background-color: #EC0371; }
a { background-color: rgb(236,3,113); }
div.DivClassName
{
background-color: #EC0371;
}
.BgClassName
{
background-color: #EC0371;
}
</style>
border-color css
<style>
span { border-color: #EC0371; }
span { border-color: rgb(236,3,113); }
td.TdClassName
{
border-color: #EC0371;
}
.TagClassName
{
border-color: #EC0371;
}
</style>