Shades of Razzmatazz #EC0051
Tints of Razzmatazz #EC0051
RGB
CMYK
RGB Variations
Color information
#EC0051 (or 0xEC0051) is known color: Razzmatazz. HEX triplet: EC, 00 and 51. RGB value is (236,0,81). Sum of RGB (Red+Green+Blue) = 236+0+81=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0051 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0051 is #13FFAE. Grayscale: #4F4F4F. Windows color (decimal): -1310639 or 5308652. OLE color: 5308652.
HSL color Cylindrical-coordinate representation of color #EC0051: hue angle of 339.41º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0051 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.66 | 0.07 |
| HSL | 339.41º | 1% | 0.46% | - |
| HSV(B) | 339.41º | 1% | 0.93% | - |
| XYZ | 36.08 | 18.43 | 9.44 | - |
| YUV | 79.8 | 128.69 | 239.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 81 | 0 | 1 | 0.66 | 0.07 | 339.41 | 1 | 0.46 |
| Hex | EC | 0 | 51 | 0 | 64 | 42 | 7 | 153 | 64 | 2E |
| Octal | 354 | 0 | 121 | 0 | 144 | 102 | 7 | 523 | 144 | 56 |
| Binary | 11101100 | 0 | 1010001 | 0 | 1100100 | 1000010 | 111 | 101010011 | 1100100 | 101110 |
Color Harmonies of #EC0051
Complementary color
Monochromatic Colors of #EC0051
Black with #EC0051
Text Example
Text Example
White with #EC0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0051; }
p { color: rgb(236,0,81); }
H1.HeaderClassName
{
color: #EC0051;
}
.AnyTagClassName
{
color: #EC0051;
}
</style>
background-color css
<style>
a { background-color: #EC0051; }
a { background-color: rgb(236,0,81); }
div.DivClassName
{
background-color: #EC0051;
}
.BgClassName
{
background-color: #EC0051;
}
</style>
border-color css
<style>
span { border-color: #EC0051; }
span { border-color: rgb(236,0,81); }
td.TdClassName
{
border-color: #EC0051;
}
.TagClassName
{
border-color: #EC0051;
}
</style>