Shades of Razzmatazz #EC036F
Tints of Razzmatazz #EC036F
RGB
CMYK
RGB Variations
Color information
#EC036F (or 0xEC036F) is known color: Razzmatazz. HEX triplet: EC, 03 and 6F. RGB value is (236,3,111). Sum of RGB (Red+Green+Blue) = 236+3+111=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC036F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC036F is #13FC90. Grayscale: #545454. Windows color (decimal): -1309841 or 7275500. OLE color: 7275500.
HSL color Cylindrical-coordinate representation of color #EC036F: hue angle of 332.19º 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 #EC036F is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 111 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.07 |
| HSL | 332.19º | 0.97% | 0.47% | - |
| HSV(B) | 332.19º | 0.99% | 0.93% | - |
| XYZ | 37.49 | 19.05 | 16.74 | - |
| YUV | 84.98 | 142.69 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 111 | 0 | 0.99 | 0.53 | 0.07 | 332.19 | 0.97 | 0.47 |
| Hex | EC | 3 | 6F | 0 | 63 | 35 | 7 | 14C | 61 | 2F |
| Octal | 354 | 3 | 157 | 0 | 143 | 65 | 7 | 514 | 141 | 57 |
| Binary | 11101100 | 11 | 1101111 | 0 | 1100011 | 110101 | 111 | 101001100 | 1100001 | 101111 |
Color Harmonies of #EC036F
Complementary color
Monochromatic Colors of #EC036F
Black with #EC036F
Text Example
Text Example
White with #EC036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC036F; }
p { color: rgb(236,3,111); }
H1.HeaderClassName
{
color: #EC036F;
}
.AnyTagClassName
{
color: #EC036F;
}
</style>
background-color css
<style>
a { background-color: #EC036F; }
a { background-color: rgb(236,3,111); }
div.DivClassName
{
background-color: #EC036F;
}
.BgClassName
{
background-color: #EC036F;
}
</style>
border-color css
<style>
span { border-color: #EC036F; }
span { border-color: rgb(236,3,111); }
td.TdClassName
{
border-color: #EC036F;
}
.TagClassName
{
border-color: #EC036F;
}
</style>