Shades of Razzmatazz #EC036B
Tints of Razzmatazz #EC036B
RGB
CMYK
RGB Variations
Color information
#EC036B (or 0xEC036B) is known color: Razzmatazz. HEX triplet: EC, 03 and 6B. RGB value is (236,3,107). Sum of RGB (Red+Green+Blue) = 236+3+107=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC036B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC036B is #13FC94. Grayscale: #545454. Windows color (decimal): -1309845 or 7013356. OLE color: 7013356.
HSL color Cylindrical-coordinate representation of color #EC036B: hue angle of 333.22º 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 #EC036B is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.07 |
| HSL | 333.22º | 0.97% | 0.47% | - |
| HSV(B) | 333.22º | 0.99% | 0.93% | - |
| XYZ | 37.28 | 18.96 | 15.6 | - |
| YUV | 84.52 | 140.69 | 236.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 107 | 0 | 0.99 | 0.55 | 0.07 | 333.22 | 0.97 | 0.47 |
| Hex | EC | 3 | 6B | 0 | 63 | 37 | 7 | 14D | 61 | 2F |
| Octal | 354 | 3 | 153 | 0 | 143 | 67 | 7 | 515 | 141 | 57 |
| Binary | 11101100 | 11 | 1101011 | 0 | 1100011 | 110111 | 111 | 101001101 | 1100001 | 101111 |
Color Harmonies of #EC036B
Complementary color
Monochromatic Colors of #EC036B
Black with #EC036B
Text Example
Text Example
White with #EC036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC036B; }
p { color: rgb(236,3,107); }
H1.HeaderClassName
{
color: #EC036B;
}
.AnyTagClassName
{
color: #EC036B;
}
</style>
background-color css
<style>
a { background-color: #EC036B; }
a { background-color: rgb(236,3,107); }
div.DivClassName
{
background-color: #EC036B;
}
.BgClassName
{
background-color: #EC036B;
}
</style>
border-color css
<style>
span { border-color: #EC036B; }
span { border-color: rgb(236,3,107); }
td.TdClassName
{
border-color: #EC036B;
}
.TagClassName
{
border-color: #EC036B;
}
</style>