Shades of Razzmatazz #EC0364
Tints of Razzmatazz #EC0364
RGB
CMYK
RGB Variations
Color information
#EC0364 (or 0xEC0364) is known color: Razzmatazz. HEX triplet: EC, 03 and 64. RGB value is (236,3,100). Sum of RGB (Red+Green+Blue) = 236+3+100=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0364 is #13FC9B. Grayscale: #535353. Windows color (decimal): -1309852 or 6554604. OLE color: 6554604.
HSL color Cylindrical-coordinate representation of color #EC0364: hue angle of 335.02º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0364 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.07 |
| HSL | 335.02º | 0.97% | 0.47% | - |
| HSV(B) | 335.02º | 0.99% | 0.93% | - |
| XYZ | 36.92 | 18.82 | 13.74 | - |
| YUV | 83.73 | 137.19 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 100 | 0 | 0.99 | 0.58 | 0.07 | 335.02 | 0.97 | 0.47 |
| Hex | EC | 3 | 64 | 0 | 63 | 3A | 7 | 14F | 61 | 2F |
| Octal | 354 | 3 | 144 | 0 | 143 | 72 | 7 | 517 | 141 | 57 |
| Binary | 11101100 | 11 | 1100100 | 0 | 1100011 | 111010 | 111 | 101001111 | 1100001 | 101111 |
Color Harmonies of #EC0364
Complementary color
Monochromatic Colors of #EC0364
Black with #EC0364
Text Example
Text Example
White with #EC0364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0364; }
p { color: rgb(236,3,100); }
H1.HeaderClassName
{
color: #EC0364;
}
.AnyTagClassName
{
color: #EC0364;
}
</style>
background-color css
<style>
a { background-color: #EC0364; }
a { background-color: rgb(236,3,100); }
div.DivClassName
{
background-color: #EC0364;
}
.BgClassName
{
background-color: #EC0364;
}
</style>
border-color css
<style>
span { border-color: #EC0364; }
span { border-color: rgb(236,3,100); }
td.TdClassName
{
border-color: #EC0364;
}
.TagClassName
{
border-color: #EC0364;
}
</style>