Shades of Razzmatazz #EC094A
Tints of Razzmatazz #EC094A
RGB
CMYK
RGB Variations
Color information
#EC094A (or 0xEC094A) is known color: Razzmatazz. HEX triplet: EC, 09 and 4A. RGB value is (236,9,74). Sum of RGB (Red+Green+Blue) = 236+9+74=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC094A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC094A is #13F6B5. Grayscale: #545454. Windows color (decimal): -1308342 or 4852204. OLE color: 4852204.
HSL color Cylindrical-coordinate representation of color #EC094A: hue angle of 342.82º 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 #EC094A is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 74 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.07 |
| HSL | 342.82º | 0.93% | 0.48% | - |
| HSV(B) | 342.82º | 0.96% | 0.93% | - |
| XYZ | 35.93 | 18.52 | 8.16 | - |
| YUV | 84.28 | 122.21 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 74 | 0 | 0.96 | 0.69 | 0.07 | 342.82 | 0.93 | 0.48 |
| Hex | EC | 9 | 4A | 0 | 60 | 45 | 7 | 157 | 5D | 30 |
| Octal | 354 | 11 | 112 | 0 | 140 | 105 | 7 | 527 | 135 | 60 |
| Binary | 11101100 | 1001 | 1001010 | 0 | 1100000 | 1000101 | 111 | 101010111 | 1011101 | 110000 |
Color Harmonies of #EC094A
Complementary color
Monochromatic Colors of #EC094A
Black with #EC094A
Text Example
Text Example
White with #EC094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC094A; }
p { color: rgb(236,9,74); }
H1.HeaderClassName
{
color: #EC094A;
}
.AnyTagClassName
{
color: #EC094A;
}
</style>
background-color css
<style>
a { background-color: #EC094A; }
a { background-color: rgb(236,9,74); }
div.DivClassName
{
background-color: #EC094A;
}
.BgClassName
{
background-color: #EC094A;
}
</style>
border-color css
<style>
span { border-color: #EC094A; }
span { border-color: rgb(236,9,74); }
td.TdClassName
{
border-color: #EC094A;
}
.TagClassName
{
border-color: #EC094A;
}
</style>