Shades of Razzmatazz #EC0761
Tints of Razzmatazz #EC0761
RGB
CMYK
RGB Variations
Color information
#EC0761 (or 0xEC0761) is known color: Razzmatazz. HEX triplet: EC, 07 and 61. RGB value is (236,7,97). Sum of RGB (Red+Green+Blue) = 236+7+97=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0761 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0761 is #13F89E. Grayscale: #555555. Windows color (decimal): -1308831 or 6359020. OLE color: 6359020.
HSL color Cylindrical-coordinate representation of color #EC0761: hue angle of 336.42º 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 #EC0761 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 97 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.07 |
| HSL | 336.42º | 0.94% | 0.48% | - |
| HSV(B) | 336.42º | 0.97% | 0.93% | - |
| XYZ | 36.83 | 18.85 | 13.01 | - |
| YUV | 85.73 | 134.37 | 235.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 97 | 0 | 0.97 | 0.59 | 0.07 | 336.42 | 0.94 | 0.48 |
| Hex | EC | 7 | 61 | 0 | 61 | 3B | 7 | 150 | 5E | 30 |
| Octal | 354 | 7 | 141 | 0 | 141 | 73 | 7 | 520 | 136 | 60 |
| Binary | 11101100 | 111 | 1100001 | 0 | 1100001 | 111011 | 111 | 101010000 | 1011110 | 110000 |
Color Harmonies of #EC0761
Complementary color
Monochromatic Colors of #EC0761
Black with #EC0761
Text Example
Text Example
White with #EC0761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0761; }
p { color: rgb(236,7,97); }
H1.HeaderClassName
{
color: #EC0761;
}
.AnyTagClassName
{
color: #EC0761;
}
</style>
background-color css
<style>
a { background-color: #EC0761; }
a { background-color: rgb(236,7,97); }
div.DivClassName
{
background-color: #EC0761;
}
.BgClassName
{
background-color: #EC0761;
}
</style>
border-color css
<style>
span { border-color: #EC0761; }
span { border-color: rgb(236,7,97); }
td.TdClassName
{
border-color: #EC0761;
}
.TagClassName
{
border-color: #EC0761;
}
</style>