Shades of Razzmatazz #EC0770
Tints of Razzmatazz #EC0770
RGB
CMYK
RGB Variations
Color information
#EC0770 (or 0xEC0770) is known color: Razzmatazz. HEX triplet: EC, 07 and 70. RGB value is (236,7,112). Sum of RGB (Red+Green+Blue) = 236+7+112=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0770 is #13F88F. Grayscale: #575757. Windows color (decimal): -1308816 or 7342060. OLE color: 7342060.
HSL color Cylindrical-coordinate representation of color #EC0770: hue angle of 332.49º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0770 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.07 |
| HSL | 332.49º | 0.94% | 0.48% | - |
| HSV(B) | 332.49º | 0.97% | 0.93% | - |
| XYZ | 37.59 | 19.15 | 17.05 | - |
| YUV | 87.44 | 141.87 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 112 | 0 | 0.97 | 0.53 | 0.07 | 332.49 | 0.94 | 0.48 |
| Hex | EC | 7 | 70 | 0 | 61 | 35 | 7 | 14C | 5E | 30 |
| Octal | 354 | 7 | 160 | 0 | 141 | 65 | 7 | 514 | 136 | 60 |
| Binary | 11101100 | 111 | 1110000 | 0 | 1100001 | 110101 | 111 | 101001100 | 1011110 | 110000 |
Color Harmonies of #EC0770
Complementary color
Monochromatic Colors of #EC0770
Black with #EC0770
Text Example
Text Example
White with #EC0770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0770; }
p { color: rgb(236,7,112); }
H1.HeaderClassName
{
color: #EC0770;
}
.AnyTagClassName
{
color: #EC0770;
}
</style>
background-color css
<style>
a { background-color: #EC0770; }
a { background-color: rgb(236,7,112); }
div.DivClassName
{
background-color: #EC0770;
}
.BgClassName
{
background-color: #EC0770;
}
</style>
border-color css
<style>
span { border-color: #EC0770; }
span { border-color: rgb(236,7,112); }
td.TdClassName
{
border-color: #EC0770;
}
.TagClassName
{
border-color: #EC0770;
}
</style>