Shades of Razzmatazz #EC066F
Tints of Razzmatazz #EC066F
RGB
CMYK
RGB Variations
Color information
#EC066F (or 0xEC066F) is known color: Razzmatazz. HEX triplet: EC, 06 and 6F. RGB value is (236,6,111). Sum of RGB (Red+Green+Blue) = 236+6+111=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC066F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC066F is #13F990. Grayscale: #565656. Windows color (decimal): -1309073 or 7276268. OLE color: 7276268.
HSL color Cylindrical-coordinate representation of color #EC066F: hue angle of 332.61º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC066F is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 111 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.07 |
| HSL | 332.61º | 0.95% | 0.47% | - |
| HSV(B) | 332.61º | 0.97% | 0.93% | - |
| XYZ | 37.53 | 19.11 | 16.75 | - |
| YUV | 86.74 | 141.7 | 234.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 111 | 0 | 0.97 | 0.53 | 0.07 | 332.61 | 0.95 | 0.47 |
| Hex | EC | 6 | 6F | 0 | 61 | 35 | 7 | 14D | 5F | 2F |
| Octal | 354 | 6 | 157 | 0 | 141 | 65 | 7 | 515 | 137 | 57 |
| Binary | 11101100 | 110 | 1101111 | 0 | 1100001 | 110101 | 111 | 101001101 | 1011111 | 101111 |
Color Harmonies of #EC066F
Complementary color
Monochromatic Colors of #EC066F
Black with #EC066F
Text Example
Text Example
White with #EC066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC066F; }
p { color: rgb(236,6,111); }
H1.HeaderClassName
{
color: #EC066F;
}
.AnyTagClassName
{
color: #EC066F;
}
</style>
background-color css
<style>
a { background-color: #EC066F; }
a { background-color: rgb(236,6,111); }
div.DivClassName
{
background-color: #EC066F;
}
.BgClassName
{
background-color: #EC066F;
}
</style>
border-color css
<style>
span { border-color: #EC066F; }
span { border-color: rgb(236,6,111); }
td.TdClassName
{
border-color: #EC066F;
}
.TagClassName
{
border-color: #EC066F;
}
</style>