Shades of Razzmatazz #EC0377
Tints of Razzmatazz #EC0377
RGB
CMYK
RGB Variations
Color information
#EC0377 (or 0xEC0377) is known color: Razzmatazz. HEX triplet: EC, 03 and 77. RGB value is (236,3,119). Sum of RGB (Red+Green+Blue) = 236+3+119=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0377 is #13FC88. Grayscale: #555555. Windows color (decimal): -1309833 or 7799788. OLE color: 7799788.
HSL color Cylindrical-coordinate representation of color #EC0377: hue angle of 330.13º 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 #EC0377 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 119 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.07 |
| HSL | 330.13º | 0.97% | 0.47% | - |
| HSV(B) | 330.13º | 0.99% | 0.93% | - |
| XYZ | 37.95 | 19.23 | 19.16 | - |
| YUV | 85.89 | 146.69 | 235.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 119 | 0 | 0.99 | 0.50 | 0.07 | 330.13 | 0.97 | 0.47 |
| Hex | EC | 3 | 77 | 0 | 63 | 32 | 7 | 14A | 61 | 2F |
| Octal | 354 | 3 | 167 | 0 | 143 | 62 | 7 | 512 | 141 | 57 |
| Binary | 11101100 | 11 | 1110111 | 0 | 1100011 | 110010 | 111 | 101001010 | 1100001 | 101111 |
Color Harmonies of #EC0377
Complementary color
Monochromatic Colors of #EC0377
Black with #EC0377
Text Example
Text Example
White with #EC0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0377; }
p { color: rgb(236,3,119); }
H1.HeaderClassName
{
color: #EC0377;
}
.AnyTagClassName
{
color: #EC0377;
}
</style>
background-color css
<style>
a { background-color: #EC0377; }
a { background-color: rgb(236,3,119); }
div.DivClassName
{
background-color: #EC0377;
}
.BgClassName
{
background-color: #EC0377;
}
</style>
border-color css
<style>
span { border-color: #EC0377; }
span { border-color: rgb(236,3,119); }
td.TdClassName
{
border-color: #EC0377;
}
.TagClassName
{
border-color: #EC0377;
}
</style>