Shades of Razzmatazz #EC006F
Tints of Razzmatazz #EC006F
RGB
CMYK
RGB Variations
Color information
#EC006F (or 0xEC006F) is known color: Razzmatazz. HEX triplet: EC, 00 and 6F. RGB value is (236,0,111). Sum of RGB (Red+Green+Blue) = 236+0+111=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC006F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC006F is #13FF90. Grayscale: #535353. Windows color (decimal): -1310609 or 7274732. OLE color: 7274732.
HSL color Cylindrical-coordinate representation of color #EC006F: hue angle of 331.78º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC006F is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.53 | 0.07 |
| HSL | 331.78º | 1% | 0.46% | - |
| HSV(B) | 331.78º | 1% | 0.93% | - |
| XYZ | 37.46 | 18.98 | 16.73 | - |
| YUV | 83.22 | 143.69 | 236.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 111 | 0 | 1 | 0.53 | 0.07 | 331.78 | 1 | 0.46 |
| Hex | EC | 0 | 6F | 0 | 64 | 35 | 7 | 14C | 64 | 2E |
| Octal | 354 | 0 | 157 | 0 | 144 | 65 | 7 | 514 | 144 | 56 |
| Binary | 11101100 | 0 | 1101111 | 0 | 1100100 | 110101 | 111 | 101001100 | 1100100 | 101110 |
Color Harmonies of #EC006F
Complementary color
Monochromatic Colors of #EC006F
Black with #EC006F
Text Example
Text Example
White with #EC006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC006F; }
p { color: rgb(236,0,111); }
H1.HeaderClassName
{
color: #EC006F;
}
.AnyTagClassName
{
color: #EC006F;
}
</style>
background-color css
<style>
a { background-color: #EC006F; }
a { background-color: rgb(236,0,111); }
div.DivClassName
{
background-color: #EC006F;
}
.BgClassName
{
background-color: #EC006F;
}
</style>
border-color css
<style>
span { border-color: #EC006F; }
span { border-color: rgb(236,0,111); }
td.TdClassName
{
border-color: #EC006F;
}
.TagClassName
{
border-color: #EC006F;
}
</style>