Shades of Razzmatazz #EC046E
Tints of Razzmatazz #EC046E
RGB
CMYK
RGB Variations
Color information
#EC046E (or 0xEC046E) is known color: Razzmatazz. HEX triplet: EC, 04 and 6E. RGB value is (236,4,110). Sum of RGB (Red+Green+Blue) = 236+4+110=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC046E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC046E is #13FB91. Grayscale: #555555. Windows color (decimal): -1309586 or 7210220. OLE color: 7210220.
HSL color Cylindrical-coordinate representation of color #EC046E: hue angle of 332.59º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC046E is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 110 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.07 |
| HSL | 332.59º | 0.97% | 0.47% | - |
| HSV(B) | 332.59º | 0.98% | 0.93% | - |
| XYZ | 37.45 | 19.05 | 16.45 | - |
| YUV | 85.45 | 141.86 | 235.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 110 | 0 | 0.98 | 0.53 | 0.07 | 332.59 | 0.97 | 0.47 |
| Hex | EC | 4 | 6E | 0 | 62 | 35 | 7 | 14D | 61 | 2F |
| Octal | 354 | 4 | 156 | 0 | 142 | 65 | 7 | 515 | 141 | 57 |
| Binary | 11101100 | 100 | 1101110 | 0 | 1100010 | 110101 | 111 | 101001101 | 1100001 | 101111 |
Color Harmonies of #EC046E
Complementary color
Monochromatic Colors of #EC046E
Black with #EC046E
Text Example
Text Example
White with #EC046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC046E; }
p { color: rgb(236,4,110); }
H1.HeaderClassName
{
color: #EC046E;
}
.AnyTagClassName
{
color: #EC046E;
}
</style>
background-color css
<style>
a { background-color: #EC046E; }
a { background-color: rgb(236,4,110); }
div.DivClassName
{
background-color: #EC046E;
}
.BgClassName
{
background-color: #EC046E;
}
</style>
border-color css
<style>
span { border-color: #EC046E; }
span { border-color: rgb(236,4,110); }
td.TdClassName
{
border-color: #EC046E;
}
.TagClassName
{
border-color: #EC046E;
}
</style>