Shades of Razzmatazz #EC0756
Tints of Razzmatazz #EC0756
RGB
CMYK
RGB Variations
Color information
#EC0756 (or 0xEC0756) is known color: Razzmatazz. HEX triplet: EC, 07 and 56. RGB value is (236,7,86). Sum of RGB (Red+Green+Blue) = 236+7+86=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0756 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0756 is #13F8A9. Grayscale: #545454. Windows color (decimal): -1308842 or 5638124. OLE color: 5638124.
HSL color Cylindrical-coordinate representation of color #EC0756: hue angle of 339.3º 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 #EC0756 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 86 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.07 |
| HSL | 339.3º | 0.94% | 0.48% | - |
| HSV(B) | 339.3º | 0.97% | 0.93% | - |
| XYZ | 36.35 | 18.66 | 10.49 | - |
| YUV | 84.48 | 128.87 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 86 | 0 | 0.97 | 0.64 | 0.07 | 339.3 | 0.94 | 0.48 |
| Hex | EC | 7 | 56 | 0 | 61 | 40 | 7 | 153 | 5E | 30 |
| Octal | 354 | 7 | 126 | 0 | 141 | 100 | 7 | 523 | 136 | 60 |
| Binary | 11101100 | 111 | 1010110 | 0 | 1100001 | 1000000 | 111 | 101010011 | 1011110 | 110000 |
Color Harmonies of #EC0756
Complementary color
Monochromatic Colors of #EC0756
Black with #EC0756
Text Example
Text Example
White with #EC0756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0756; }
p { color: rgb(236,7,86); }
H1.HeaderClassName
{
color: #EC0756;
}
.AnyTagClassName
{
color: #EC0756;
}
</style>
background-color css
<style>
a { background-color: #EC0756; }
a { background-color: rgb(236,7,86); }
div.DivClassName
{
background-color: #EC0756;
}
.BgClassName
{
background-color: #EC0756;
}
</style>
border-color css
<style>
span { border-color: #EC0756; }
span { border-color: rgb(236,7,86); }
td.TdClassName
{
border-color: #EC0756;
}
.TagClassName
{
border-color: #EC0756;
}
</style>