Shades of Razzmatazz #EC036D
Tints of Razzmatazz #EC036D
RGB
CMYK
RGB Variations
Color information
#EC036D (or 0xEC036D) is known color: Razzmatazz. HEX triplet: EC, 03 and 6D. RGB value is (236,3,109). Sum of RGB (Red+Green+Blue) = 236+3+109=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC036D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC036D is #13FC92. Grayscale: #545454. Windows color (decimal): -1309843 or 7144428. OLE color: 7144428.
HSL color Cylindrical-coordinate representation of color #EC036D: hue angle of 332.7º 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 #EC036D is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 109 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.07 |
| HSL | 332.7º | 0.97% | 0.47% | - |
| HSV(B) | 332.7º | 0.99% | 0.93% | - |
| XYZ | 37.38 | 19 | 16.17 | - |
| YUV | 84.75 | 141.69 | 235.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 109 | 0 | 0.99 | 0.54 | 0.07 | 332.7 | 0.97 | 0.47 |
| Hex | EC | 3 | 6D | 0 | 63 | 36 | 7 | 14D | 61 | 2F |
| Octal | 354 | 3 | 155 | 0 | 143 | 66 | 7 | 515 | 141 | 57 |
| Binary | 11101100 | 11 | 1101101 | 0 | 1100011 | 110110 | 111 | 101001101 | 1100001 | 101111 |
Color Harmonies of #EC036D
Complementary color
Monochromatic Colors of #EC036D
Black with #EC036D
Text Example
Text Example
White with #EC036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC036D; }
p { color: rgb(236,3,109); }
H1.HeaderClassName
{
color: #EC036D;
}
.AnyTagClassName
{
color: #EC036D;
}
</style>
background-color css
<style>
a { background-color: #EC036D; }
a { background-color: rgb(236,3,109); }
div.DivClassName
{
background-color: #EC036D;
}
.BgClassName
{
background-color: #EC036D;
}
</style>
border-color css
<style>
span { border-color: #EC036D; }
span { border-color: rgb(236,3,109); }
td.TdClassName
{
border-color: #EC036D;
}
.TagClassName
{
border-color: #EC036D;
}
</style>