Shades of Razzmatazz #EC0279
Tints of Razzmatazz #EC0279
RGB
CMYK
RGB Variations
Color information
#EC0279 (or 0xEC0279) is known color: Razzmatazz. HEX triplet: EC, 02 and 79. RGB value is (236,2,121). Sum of RGB (Red+Green+Blue) = 236+2+121=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0279 is #13FD86. Grayscale: #555555. Windows color (decimal): -1310087 or 7930604. OLE color: 7930604.
HSL color Cylindrical-coordinate representation of color #EC0279: hue angle of 329.49º degrees, saturation: 0.98, 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 #EC0279 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 121 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.07 |
| HSL | 329.49º | 0.98% | 0.47% | - |
| HSV(B) | 329.49º | 0.99% | 0.93% | - |
| XYZ | 38.06 | 19.26 | 19.8 | - |
| YUV | 85.53 | 148.02 | 235.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 121 | 0 | 0.99 | 0.49 | 0.07 | 329.49 | 0.98 | 0.47 |
| Hex | EC | 2 | 79 | 0 | 63 | 31 | 7 | 149 | 62 | 2F |
| Octal | 354 | 2 | 171 | 0 | 143 | 61 | 7 | 511 | 142 | 57 |
| Binary | 11101100 | 10 | 1111001 | 0 | 1100011 | 110001 | 111 | 101001001 | 1100010 | 101111 |
Color Harmonies of #EC0279
Complementary color
Monochromatic Colors of #EC0279
Black with #EC0279
Text Example
Text Example
White with #EC0279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0279; }
p { color: rgb(236,2,121); }
H1.HeaderClassName
{
color: #EC0279;
}
.AnyTagClassName
{
color: #EC0279;
}
</style>
background-color css
<style>
a { background-color: #EC0279; }
a { background-color: rgb(236,2,121); }
div.DivClassName
{
background-color: #EC0279;
}
.BgClassName
{
background-color: #EC0279;
}
</style>
border-color css
<style>
span { border-color: #EC0279; }
span { border-color: rgb(236,2,121); }
td.TdClassName
{
border-color: #EC0279;
}
.TagClassName
{
border-color: #EC0279;
}
</style>