Shades of Razzmatazz #EC096E
Tints of Razzmatazz #EC096E
RGB
CMYK
RGB Variations
Color information
#EC096E (or 0xEC096E) is known color: Razzmatazz. HEX triplet: EC, 09 and 6E. RGB value is (236,9,110). Sum of RGB (Red+Green+Blue) = 236+9+110=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC096E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC096E is #13F691. Grayscale: #585858. Windows color (decimal): -1308306 or 7211500. OLE color: 7211500.
HSL color Cylindrical-coordinate representation of color #EC096E: hue angle of 333.3º 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 #EC096E is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.07 |
| HSL | 333.3º | 0.93% | 0.48% | - |
| HSV(B) | 333.3º | 0.96% | 0.93% | - |
| XYZ | 37.5 | 19.15 | 16.47 | - |
| YUV | 88.39 | 140.21 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 110 | 0 | 0.96 | 0.53 | 0.07 | 333.3 | 0.93 | 0.48 |
| Hex | EC | 9 | 6E | 0 | 60 | 35 | 7 | 14D | 5D | 30 |
| Octal | 354 | 11 | 156 | 0 | 140 | 65 | 7 | 515 | 135 | 60 |
| Binary | 11101100 | 1001 | 1101110 | 0 | 1100000 | 110101 | 111 | 101001101 | 1011101 | 110000 |
Color Harmonies of #EC096E
Complementary color
Monochromatic Colors of #EC096E
Black with #EC096E
Text Example
Text Example
White with #EC096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC096E; }
p { color: rgb(236,9,110); }
H1.HeaderClassName
{
color: #EC096E;
}
.AnyTagClassName
{
color: #EC096E;
}
</style>
background-color css
<style>
a { background-color: #EC096E; }
a { background-color: rgb(236,9,110); }
div.DivClassName
{
background-color: #EC096E;
}
.BgClassName
{
background-color: #EC096E;
}
</style>
border-color css
<style>
span { border-color: #EC096E; }
span { border-color: rgb(236,9,110); }
td.TdClassName
{
border-color: #EC096E;
}
.TagClassName
{
border-color: #EC096E;
}
</style>