Shades of Razzmatazz #EC046B
Tints of Razzmatazz #EC046B
RGB
CMYK
RGB Variations
Color information
#EC046B (or 0xEC046B) is known color: Razzmatazz. HEX triplet: EC, 04 and 6B. RGB value is (236,4,107). Sum of RGB (Red+Green+Blue) = 236+4+107=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC046B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC046B is #13FB94. Grayscale: #545454. Windows color (decimal): -1309589 or 7013612. OLE color: 7013612.
HSL color Cylindrical-coordinate representation of color #EC046B: hue angle of 333.36º 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 #EC046B is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 107 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.07 |
| HSL | 333.36º | 0.97% | 0.47% | - |
| HSV(B) | 333.36º | 0.98% | 0.93% | - |
| XYZ | 37.29 | 18.98 | 15.61 | - |
| YUV | 85.11 | 140.36 | 235.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 107 | 0 | 0.98 | 0.55 | 0.07 | 333.36 | 0.97 | 0.47 |
| Hex | EC | 4 | 6B | 0 | 62 | 37 | 7 | 14D | 61 | 2F |
| Octal | 354 | 4 | 153 | 0 | 142 | 67 | 7 | 515 | 141 | 57 |
| Binary | 11101100 | 100 | 1101011 | 0 | 1100010 | 110111 | 111 | 101001101 | 1100001 | 101111 |
Color Harmonies of #EC046B
Complementary color
Monochromatic Colors of #EC046B
Black with #EC046B
Text Example
Text Example
White with #EC046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC046B; }
p { color: rgb(236,4,107); }
H1.HeaderClassName
{
color: #EC046B;
}
.AnyTagClassName
{
color: #EC046B;
}
</style>
background-color css
<style>
a { background-color: #EC046B; }
a { background-color: rgb(236,4,107); }
div.DivClassName
{
background-color: #EC046B;
}
.BgClassName
{
background-color: #EC046B;
}
</style>
border-color css
<style>
span { border-color: #EC046B; }
span { border-color: rgb(236,4,107); }
td.TdClassName
{
border-color: #EC046B;
}
.TagClassName
{
border-color: #EC046B;
}
</style>