Shades of Razzmatazz #EC036C
Tints of Razzmatazz #EC036C
RGB
CMYK
RGB Variations
Color information
#EC036C (or 0xEC036C) is known color: Razzmatazz. HEX triplet: EC, 03 and 6C. RGB value is (236,3,108). Sum of RGB (Red+Green+Blue) = 236+3+108=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC036C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC036C is #13FC93. Grayscale: #545454. Windows color (decimal): -1309844 or 7078892. OLE color: 7078892.
HSL color Cylindrical-coordinate representation of color #EC036C: hue angle of 332.96º 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 #EC036C is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 108 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.07 |
| HSL | 332.96º | 0.97% | 0.47% | - |
| HSV(B) | 332.96º | 0.99% | 0.93% | - |
| XYZ | 37.33 | 18.98 | 15.88 | - |
| YUV | 84.64 | 141.19 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 108 | 0 | 0.99 | 0.54 | 0.07 | 332.96 | 0.97 | 0.47 |
| Hex | EC | 3 | 6C | 0 | 63 | 36 | 7 | 14D | 61 | 2F |
| Octal | 354 | 3 | 154 | 0 | 143 | 66 | 7 | 515 | 141 | 57 |
| Binary | 11101100 | 11 | 1101100 | 0 | 1100011 | 110110 | 111 | 101001101 | 1100001 | 101111 |
Color Harmonies of #EC036C
Complementary color
Monochromatic Colors of #EC036C
Black with #EC036C
Text Example
Text Example
White with #EC036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC036C; }
p { color: rgb(236,3,108); }
H1.HeaderClassName
{
color: #EC036C;
}
.AnyTagClassName
{
color: #EC036C;
}
</style>
background-color css
<style>
a { background-color: #EC036C; }
a { background-color: rgb(236,3,108); }
div.DivClassName
{
background-color: #EC036C;
}
.BgClassName
{
background-color: #EC036C;
}
</style>
border-color css
<style>
span { border-color: #EC036C; }
span { border-color: rgb(236,3,108); }
td.TdClassName
{
border-color: #EC036C;
}
.TagClassName
{
border-color: #EC036C;
}
</style>