Shades of Razzmatazz #EC0078
Tints of Razzmatazz #EC0078
RGB
CMYK
RGB Variations
Color information
#EC0078 (or 0xEC0078) is known color: Razzmatazz. HEX triplet: EC, 00 and 78. RGB value is (236,0,120). Sum of RGB (Red+Green+Blue) = 236+0+120=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0078 is #13FF87. Grayscale: #545454. Windows color (decimal): -1310600 or 7864556. OLE color: 7864556.
HSL color Cylindrical-coordinate representation of color #EC0078: hue angle of 329.49º 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 #EC0078 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.49 | 0.07 |
| HSL | 329.49º | 1% | 0.46% | - |
| HSV(B) | 329.49º | 1% | 0.93% | - |
| XYZ | 37.98 | 19.19 | 19.47 | - |
| YUV | 84.24 | 148.19 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 120 | 0 | 1 | 0.49 | 0.07 | 329.49 | 1 | 0.46 |
| Hex | EC | 0 | 78 | 0 | 64 | 31 | 7 | 149 | 64 | 2E |
| Octal | 354 | 0 | 170 | 0 | 144 | 61 | 7 | 511 | 144 | 56 |
| Binary | 11101100 | 0 | 1111000 | 0 | 1100100 | 110001 | 111 | 101001001 | 1100100 | 101110 |
Color Harmonies of #EC0078
Complementary color
Monochromatic Colors of #EC0078
Black with #EC0078
Text Example
Text Example
White with #EC0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0078; }
p { color: rgb(236,0,120); }
H1.HeaderClassName
{
color: #EC0078;
}
.AnyTagClassName
{
color: #EC0078;
}
</style>
background-color css
<style>
a { background-color: #EC0078; }
a { background-color: rgb(236,0,120); }
div.DivClassName
{
background-color: #EC0078;
}
.BgClassName
{
background-color: #EC0078;
}
</style>
border-color css
<style>
span { border-color: #EC0078; }
span { border-color: rgb(236,0,120); }
td.TdClassName
{
border-color: #EC0078;
}
.TagClassName
{
border-color: #EC0078;
}
</style>