Shades of Razzmatazz #EC0752
Tints of Razzmatazz #EC0752
RGB
CMYK
RGB Variations
Color information
#EC0752 (or 0xEC0752) is known color: Razzmatazz. HEX triplet: EC, 07 and 52. RGB value is (236,7,82). Sum of RGB (Red+Green+Blue) = 236+7+82=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0752 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0752 is #13F8AD. Grayscale: #535353. Windows color (decimal): -1308846 or 5375980. OLE color: 5375980.
HSL color Cylindrical-coordinate representation of color #EC0752: hue angle of 340.35º 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 #EC0752 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 82 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.07 |
| HSL | 340.35º | 0.94% | 0.48% | - |
| HSV(B) | 340.35º | 0.97% | 0.93% | - |
| XYZ | 36.19 | 18.59 | 9.66 | - |
| YUV | 84.02 | 126.87 | 236.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 82 | 0 | 0.97 | 0.65 | 0.07 | 340.35 | 0.94 | 0.48 |
| Hex | EC | 7 | 52 | 0 | 61 | 41 | 7 | 154 | 5E | 30 |
| Octal | 354 | 7 | 122 | 0 | 141 | 101 | 7 | 524 | 136 | 60 |
| Binary | 11101100 | 111 | 1010010 | 0 | 1100001 | 1000001 | 111 | 101010100 | 1011110 | 110000 |
Color Harmonies of #EC0752
Complementary color
Monochromatic Colors of #EC0752
Black with #EC0752
Text Example
Text Example
White with #EC0752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0752; }
p { color: rgb(236,7,82); }
H1.HeaderClassName
{
color: #EC0752;
}
.AnyTagClassName
{
color: #EC0752;
}
</style>
background-color css
<style>
a { background-color: #EC0752; }
a { background-color: rgb(236,7,82); }
div.DivClassName
{
background-color: #EC0752;
}
.BgClassName
{
background-color: #EC0752;
}
</style>
border-color css
<style>
span { border-color: #EC0752; }
span { border-color: rgb(236,7,82); }
td.TdClassName
{
border-color: #EC0752;
}
.TagClassName
{
border-color: #EC0752;
}
</style>