Shades of Razzmatazz #EC0479
Tints of Razzmatazz #EC0479
RGB
CMYK
RGB Variations
Color information
#EC0479 (or 0xEC0479) is known color: Razzmatazz. HEX triplet: EC, 04 and 79. RGB value is (236,4,121). Sum of RGB (Red+Green+Blue) = 236+4+121=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0479 is #13FB86. Grayscale: #565656. Windows color (decimal): -1309575 or 7931116. OLE color: 7931116.
HSL color Cylindrical-coordinate representation of color #EC0479: hue angle of 329.74º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0479 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 121 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.07 |
| HSL | 329.74º | 0.97% | 0.47% | - |
| HSV(B) | 329.74º | 0.98% | 0.93% | - |
| XYZ | 38.09 | 19.3 | 19.81 | - |
| YUV | 86.71 | 147.36 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 121 | 0 | 0.98 | 0.49 | 0.07 | 329.74 | 0.97 | 0.47 |
| Hex | EC | 4 | 79 | 0 | 62 | 31 | 7 | 14A | 61 | 2F |
| Octal | 354 | 4 | 171 | 0 | 142 | 61 | 7 | 512 | 141 | 57 |
| Binary | 11101100 | 100 | 1111001 | 0 | 1100010 | 110001 | 111 | 101001010 | 1100001 | 101111 |
Color Harmonies of #EC0479
Complementary color
Monochromatic Colors of #EC0479
Black with #EC0479
Text Example
Text Example
White with #EC0479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0479; }
p { color: rgb(236,4,121); }
H1.HeaderClassName
{
color: #EC0479;
}
.AnyTagClassName
{
color: #EC0479;
}
</style>
background-color css
<style>
a { background-color: #EC0479; }
a { background-color: rgb(236,4,121); }
div.DivClassName
{
background-color: #EC0479;
}
.BgClassName
{
background-color: #EC0479;
}
</style>
border-color css
<style>
span { border-color: #EC0479; }
span { border-color: rgb(236,4,121); }
td.TdClassName
{
border-color: #EC0479;
}
.TagClassName
{
border-color: #EC0479;
}
</style>