Shades of Razzmatazz #EC094E
Tints of Razzmatazz #EC094E
RGB
CMYK
RGB Variations
Color information
#EC094E (or 0xEC094E) is known color: Razzmatazz. HEX triplet: EC, 09 and 4E. RGB value is (236,9,78). Sum of RGB (Red+Green+Blue) = 236+9+78=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC094E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC094E is #13F6B1. Grayscale: #545454. Windows color (decimal): -1308338 or 5114348. OLE color: 5114348.
HSL color Cylindrical-coordinate representation of color #EC094E: hue angle of 341.76º 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 #EC094E is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 78 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.07 |
| HSL | 341.76º | 0.93% | 0.48% | - |
| HSV(B) | 341.76º | 0.96% | 0.93% | - |
| XYZ | 36.06 | 18.58 | 8.89 | - |
| YUV | 84.74 | 124.21 | 235.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 78 | 0 | 0.96 | 0.67 | 0.07 | 341.76 | 0.93 | 0.48 |
| Hex | EC | 9 | 4E | 0 | 60 | 43 | 7 | 156 | 5D | 30 |
| Octal | 354 | 11 | 116 | 0 | 140 | 103 | 7 | 526 | 135 | 60 |
| Binary | 11101100 | 1001 | 1001110 | 0 | 1100000 | 1000011 | 111 | 101010110 | 1011101 | 110000 |
Color Harmonies of #EC094E
Complementary color
Monochromatic Colors of #EC094E
Black with #EC094E
Text Example
Text Example
White with #EC094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC094E; }
p { color: rgb(236,9,78); }
H1.HeaderClassName
{
color: #EC094E;
}
.AnyTagClassName
{
color: #EC094E;
}
</style>
background-color css
<style>
a { background-color: #EC094E; }
a { background-color: rgb(236,9,78); }
div.DivClassName
{
background-color: #EC094E;
}
.BgClassName
{
background-color: #EC094E;
}
</style>
border-color css
<style>
span { border-color: #EC094E; }
span { border-color: rgb(236,9,78); }
td.TdClassName
{
border-color: #EC094E;
}
.TagClassName
{
border-color: #EC094E;
}
</style>