Shades of Razzmatazz #EC096C
Tints of Razzmatazz #EC096C
RGB
CMYK
RGB Variations
Color information
#EC096C (or 0xEC096C) is known color: Razzmatazz. HEX triplet: EC, 09 and 6C. RGB value is (236,9,108). Sum of RGB (Red+Green+Blue) = 236+9+108=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC096C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC096C is #13F693. Grayscale: #575757. Windows color (decimal): -1308308 or 7080428. OLE color: 7080428.
HSL color Cylindrical-coordinate representation of color #EC096C: hue angle of 333.83º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC096C is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.07 |
| HSL | 333.83º | 0.93% | 0.48% | - |
| HSV(B) | 333.83º | 0.96% | 0.93% | - |
| XYZ | 37.4 | 19.11 | 15.91 | - |
| YUV | 88.16 | 139.21 | 233.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 108 | 0 | 0.96 | 0.54 | 0.07 | 333.83 | 0.93 | 0.48 |
| Hex | EC | 9 | 6C | 0 | 60 | 36 | 7 | 14E | 5D | 30 |
| Octal | 354 | 11 | 154 | 0 | 140 | 66 | 7 | 516 | 135 | 60 |
| Binary | 11101100 | 1001 | 1101100 | 0 | 1100000 | 110110 | 111 | 101001110 | 1011101 | 110000 |
Color Harmonies of #EC096C
Complementary color
Monochromatic Colors of #EC096C
Black with #EC096C
Text Example
Text Example
White with #EC096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC096C; }
p { color: rgb(236,9,108); }
H1.HeaderClassName
{
color: #EC096C;
}
.AnyTagClassName
{
color: #EC096C;
}
</style>
background-color css
<style>
a { background-color: #EC096C; }
a { background-color: rgb(236,9,108); }
div.DivClassName
{
background-color: #EC096C;
}
.BgClassName
{
background-color: #EC096C;
}
</style>
border-color css
<style>
span { border-color: #EC096C; }
span { border-color: rgb(236,9,108); }
td.TdClassName
{
border-color: #EC096C;
}
.TagClassName
{
border-color: #EC096C;
}
</style>