Shades of Razzmatazz #EC1062
Tints of Razzmatazz #EC1062
RGB
CMYK
RGB Variations
Color information
#EC1062 (or 0xEC1062) is known color: Razzmatazz. HEX triplet: EC, 10 and 62. RGB value is (236,16,98). Sum of RGB (Red+Green+Blue) = 236+16+98=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1062 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1062 is #13EF9D. Grayscale: #5B5B5B. Windows color (decimal): -1306526 or 6426860. OLE color: 6426860.
HSL color Cylindrical-coordinate representation of color #EC1062: hue angle of 337.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1062 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 98 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.07 |
| HSL | 337.64º | 0.87% | 0.49% | - |
| HSV(B) | 337.64º | 0.93% | 0.93% | - |
| XYZ | 36.98 | 19.09 | 13.29 | - |
| YUV | 91.13 | 131.89 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 98 | 0 | 0.93 | 0.58 | 0.07 | 337.64 | 0.87 | 0.49 |
| Hex | EC | 10 | 62 | 0 | 5D | 3A | 7 | 152 | 57 | 31 |
| Octal | 354 | 20 | 142 | 0 | 135 | 72 | 7 | 522 | 127 | 61 |
| Binary | 11101100 | 10000 | 1100010 | 0 | 1011101 | 111010 | 111 | 101010010 | 1010111 | 110001 |
Color Harmonies of #EC1062
Complementary color
Monochromatic Colors of #EC1062
Black with #EC1062
Text Example
Text Example
White with #EC1062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1062; }
p { color: rgb(236,16,98); }
H1.HeaderClassName
{
color: #EC1062;
}
.AnyTagClassName
{
color: #EC1062;
}
</style>
background-color css
<style>
a { background-color: #EC1062; }
a { background-color: rgb(236,16,98); }
div.DivClassName
{
background-color: #EC1062;
}
.BgClassName
{
background-color: #EC1062;
}
</style>
border-color css
<style>
span { border-color: #EC1062; }
span { border-color: rgb(236,16,98); }
td.TdClassName
{
border-color: #EC1062;
}
.TagClassName
{
border-color: #EC1062;
}
</style>