Shades of Razzmatazz #EC0661
Tints of Razzmatazz #EC0661
RGB
CMYK
RGB Variations
Color information
#EC0661 (or 0xEC0661) is known color: Razzmatazz. HEX triplet: EC, 06 and 61. RGB value is (236,6,97). Sum of RGB (Red+Green+Blue) = 236+6+97=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0661 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0661 is #13F99E. Grayscale: #555555. Windows color (decimal): -1309087 or 6358764. OLE color: 6358764.
HSL color Cylindrical-coordinate representation of color #EC0661: hue angle of 336.26º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0661 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 97 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.07 |
| HSL | 336.26º | 0.95% | 0.47% | - |
| HSV(B) | 336.26º | 0.97% | 0.93% | - |
| XYZ | 36.81 | 18.83 | 13 | - |
| YUV | 85.14 | 134.7 | 235.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 97 | 0 | 0.97 | 0.59 | 0.07 | 336.26 | 0.95 | 0.47 |
| Hex | EC | 6 | 61 | 0 | 61 | 3B | 7 | 150 | 5F | 2F |
| Octal | 354 | 6 | 141 | 0 | 141 | 73 | 7 | 520 | 137 | 57 |
| Binary | 11101100 | 110 | 1100001 | 0 | 1100001 | 111011 | 111 | 101010000 | 1011111 | 101111 |
Color Harmonies of #EC0661
Complementary color
Monochromatic Colors of #EC0661
Black with #EC0661
Text Example
Text Example
White with #EC0661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0661; }
p { color: rgb(236,6,97); }
H1.HeaderClassName
{
color: #EC0661;
}
.AnyTagClassName
{
color: #EC0661;
}
</style>
background-color css
<style>
a { background-color: #EC0661; }
a { background-color: rgb(236,6,97); }
div.DivClassName
{
background-color: #EC0661;
}
.BgClassName
{
background-color: #EC0661;
}
</style>
border-color css
<style>
span { border-color: #EC0661; }
span { border-color: rgb(236,6,97); }
td.TdClassName
{
border-color: #EC0661;
}
.TagClassName
{
border-color: #EC0661;
}
</style>