Shades of Razzmatazz #EC096B
Tints of Razzmatazz #EC096B
RGB
CMYK
RGB Variations
Color information
#EC096B (or 0xEC096B) is known color: Razzmatazz. HEX triplet: EC, 09 and 6B. RGB value is (236,9,107). Sum of RGB (Red+Green+Blue) = 236+9+107=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC096B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC096B is #13F694. Grayscale: #575757. Windows color (decimal): -1308309 or 7014892. OLE color: 7014892.
HSL color Cylindrical-coordinate representation of color #EC096B: hue angle of 334.1º 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 #EC096B is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 107 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.07 |
| HSL | 334.1º | 0.93% | 0.48% | - |
| HSV(B) | 334.1º | 0.96% | 0.93% | - |
| XYZ | 37.34 | 19.09 | 15.63 | - |
| YUV | 88.05 | 138.71 | 233.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 107 | 0 | 0.96 | 0.55 | 0.07 | 334.1 | 0.93 | 0.48 |
| Hex | EC | 9 | 6B | 0 | 60 | 37 | 7 | 14E | 5D | 30 |
| Octal | 354 | 11 | 153 | 0 | 140 | 67 | 7 | 516 | 135 | 60 |
| Binary | 11101100 | 1001 | 1101011 | 0 | 1100000 | 110111 | 111 | 101001110 | 1011101 | 110000 |
Color Harmonies of #EC096B
Complementary color
Monochromatic Colors of #EC096B
Black with #EC096B
Text Example
Text Example
White with #EC096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC096B; }
p { color: rgb(236,9,107); }
H1.HeaderClassName
{
color: #EC096B;
}
.AnyTagClassName
{
color: #EC096B;
}
</style>
background-color css
<style>
a { background-color: #EC096B; }
a { background-color: rgb(236,9,107); }
div.DivClassName
{
background-color: #EC096B;
}
.BgClassName
{
background-color: #EC096B;
}
</style>
border-color css
<style>
span { border-color: #EC096B; }
span { border-color: rgb(236,9,107); }
td.TdClassName
{
border-color: #EC096B;
}
.TagClassName
{
border-color: #EC096B;
}
</style>