Shades of Razzmatazz #EC0B61
Tints of Razzmatazz #EC0B61
RGB
CMYK
RGB Variations
Color information
#EC0B61 (or 0xEC0B61) is known color: Razzmatazz. HEX triplet: EC, 0B and 61. RGB value is (236,11,97). Sum of RGB (Red+Green+Blue) = 236+11+97=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B61 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0B61 is #13F49E. Grayscale: #575757. Windows color (decimal): -1307807 or 6360044. OLE color: 6360044.
HSL color Cylindrical-coordinate representation of color #EC0B61: hue angle of 337.07º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0B61 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 97 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.07 |
| HSL | 337.07º | 0.91% | 0.48% | - |
| HSV(B) | 337.07º | 0.95% | 0.93% | - |
| XYZ | 36.87 | 18.94 | 13.02 | - |
| YUV | 88.08 | 133.04 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 97 | 0 | 0.95 | 0.59 | 0.07 | 337.07 | 0.91 | 0.48 |
| Hex | EC | B | 61 | 0 | 5F | 3B | 7 | 151 | 5B | 30 |
| Octal | 354 | 13 | 141 | 0 | 137 | 73 | 7 | 521 | 133 | 60 |
| Binary | 11101100 | 1011 | 1100001 | 0 | 1011111 | 111011 | 111 | 101010001 | 1011011 | 110000 |
Color Harmonies of #EC0B61
Complementary color
Monochromatic Colors of #EC0B61
Black with #EC0B61
Text Example
Text Example
White with #EC0B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B61; }
p { color: rgb(236,11,97); }
H1.HeaderClassName
{
color: #EC0B61;
}
.AnyTagClassName
{
color: #EC0B61;
}
</style>
background-color css
<style>
a { background-color: #EC0B61; }
a { background-color: rgb(236,11,97); }
div.DivClassName
{
background-color: #EC0B61;
}
.BgClassName
{
background-color: #EC0B61;
}
</style>
border-color css
<style>
span { border-color: #EC0B61; }
span { border-color: rgb(236,11,97); }
td.TdClassName
{
border-color: #EC0B61;
}
.TagClassName
{
border-color: #EC0B61;
}
</style>