Shades of Razzmatazz #EC017A
Tints of Razzmatazz #EC017A
RGB
CMYK
RGB Variations
Color information
#EC017A (or 0xEC017A) is known color: Razzmatazz. HEX triplet: EC, 01 and 7A. RGB value is (236,1,122). Sum of RGB (Red+Green+Blue) = 236+1+122=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC017A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC017A is #13FE85. Grayscale: #545454. Windows color (decimal): -1310342 or 7995884. OLE color: 7995884.
HSL color Cylindrical-coordinate representation of color #EC017A: hue angle of 329.11º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC017A is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 122 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.07 |
| HSL | 329.11º | 0.99% | 0.46% | - |
| HSV(B) | 329.11º | 1% | 0.93% | - |
| XYZ | 38.12 | 19.26 | 20.12 | - |
| YUV | 85.06 | 148.86 | 235.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 122 | 0 | 1.00 | 0.48 | 0.07 | 329.11 | 0.99 | 0.46 |
| Hex | EC | 1 | 7A | 0 | 64 | 30 | 7 | 149 | 63 | 2E |
| Octal | 354 | 1 | 172 | 0 | 144 | 60 | 7 | 511 | 143 | 56 |
| Binary | 11101100 | 1 | 1111010 | 0 | 1100100 | 110000 | 111 | 101001001 | 1100011 | 101110 |
Color Harmonies of #EC017A
Complementary color
Monochromatic Colors of #EC017A
Black with #EC017A
Text Example
Text Example
White with #EC017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC017A; }
p { color: rgb(236,1,122); }
H1.HeaderClassName
{
color: #EC017A;
}
.AnyTagClassName
{
color: #EC017A;
}
</style>
background-color css
<style>
a { background-color: #EC017A; }
a { background-color: rgb(236,1,122); }
div.DivClassName
{
background-color: #EC017A;
}
.BgClassName
{
background-color: #EC017A;
}
</style>
border-color css
<style>
span { border-color: #EC017A; }
span { border-color: rgb(236,1,122); }
td.TdClassName
{
border-color: #EC017A;
}
.TagClassName
{
border-color: #EC017A;
}
</style>