Shades of Razzmatazz #EC0656
Tints of Razzmatazz #EC0656
RGB
CMYK
RGB Variations
Color information
#EC0656 (or 0xEC0656) is known color: Razzmatazz. HEX triplet: EC, 06 and 56. RGB value is (236,6,86). Sum of RGB (Red+Green+Blue) = 236+6+86=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0656 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0656 is #13F9A9. Grayscale: #535353. Windows color (decimal): -1309098 or 5637868. OLE color: 5637868.
HSL color Cylindrical-coordinate representation of color #EC0656: hue angle of 339.13º 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 #EC0656 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.07 |
| HSL | 339.13º | 0.95% | 0.47% | - |
| HSV(B) | 339.13º | 0.97% | 0.93% | - |
| XYZ | 36.34 | 18.64 | 10.49 | - |
| YUV | 83.89 | 129.2 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 86 | 0 | 0.97 | 0.64 | 0.07 | 339.13 | 0.95 | 0.47 |
| Hex | EC | 6 | 56 | 0 | 61 | 40 | 7 | 153 | 5F | 2F |
| Octal | 354 | 6 | 126 | 0 | 141 | 100 | 7 | 523 | 137 | 57 |
| Binary | 11101100 | 110 | 1010110 | 0 | 1100001 | 1000000 | 111 | 101010011 | 1011111 | 101111 |
Color Harmonies of #EC0656
Complementary color
Monochromatic Colors of #EC0656
Black with #EC0656
Text Example
Text Example
White with #EC0656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0656; }
p { color: rgb(236,6,86); }
H1.HeaderClassName
{
color: #EC0656;
}
.AnyTagClassName
{
color: #EC0656;
}
</style>
background-color css
<style>
a { background-color: #EC0656; }
a { background-color: rgb(236,6,86); }
div.DivClassName
{
background-color: #EC0656;
}
.BgClassName
{
background-color: #EC0656;
}
</style>
border-color css
<style>
span { border-color: #EC0656; }
span { border-color: rgb(236,6,86); }
td.TdClassName
{
border-color: #EC0656;
}
.TagClassName
{
border-color: #EC0656;
}
</style>