Shades of Razzmatazz #EC0663
Tints of Razzmatazz #EC0663
RGB
CMYK
RGB Variations
Color information
#EC0663 (or 0xEC0663) is known color: Razzmatazz. HEX triplet: EC, 06 and 63. RGB value is (236,6,99). Sum of RGB (Red+Green+Blue) = 236+6+99=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0663 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0663 is #13F99C. Grayscale: #555555. Windows color (decimal): -1309085 or 6489836. OLE color: 6489836.
HSL color Cylindrical-coordinate representation of color #EC0663: hue angle of 335.74º 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 #EC0663 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 99 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.07 |
| HSL | 335.74º | 0.95% | 0.47% | - |
| HSV(B) | 335.74º | 0.97% | 0.93% | - |
| XYZ | 36.91 | 18.86 | 13.5 | - |
| YUV | 85.37 | 135.7 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 99 | 0 | 0.97 | 0.58 | 0.07 | 335.74 | 0.95 | 0.47 |
| Hex | EC | 6 | 63 | 0 | 61 | 3A | 7 | 150 | 5F | 2F |
| Octal | 354 | 6 | 143 | 0 | 141 | 72 | 7 | 520 | 137 | 57 |
| Binary | 11101100 | 110 | 1100011 | 0 | 1100001 | 111010 | 111 | 101010000 | 1011111 | 101111 |
Color Harmonies of #EC0663
Complementary color
Monochromatic Colors of #EC0663
Black with #EC0663
Text Example
Text Example
White with #EC0663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0663; }
p { color: rgb(236,6,99); }
H1.HeaderClassName
{
color: #EC0663;
}
.AnyTagClassName
{
color: #EC0663;
}
</style>
background-color css
<style>
a { background-color: #EC0663; }
a { background-color: rgb(236,6,99); }
div.DivClassName
{
background-color: #EC0663;
}
.BgClassName
{
background-color: #EC0663;
}
</style>
border-color css
<style>
span { border-color: #EC0663; }
span { border-color: rgb(236,6,99); }
td.TdClassName
{
border-color: #EC0663;
}
.TagClassName
{
border-color: #EC0663;
}
</style>