Shades of Razzmatazz #EC104C
Tints of Razzmatazz #EC104C
RGB
CMYK
RGB Variations
Color information
#EC104C (or 0xEC104C) is known color: Razzmatazz. HEX triplet: EC, 10 and 4C. RGB value is (236,16,76). Sum of RGB (Red+Green+Blue) = 236+16+76=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC104C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC104C is #13EFB3. Grayscale: #585858. Windows color (decimal): -1306548 or 4985068. OLE color: 4985068.
HSL color Cylindrical-coordinate representation of color #EC104C: hue angle of 343.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC104C is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 76 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.07 |
| HSL | 343.64º | 0.87% | 0.49% | - |
| HSV(B) | 343.64º | 0.93% | 0.93% | - |
| XYZ | 36.08 | 18.73 | 8.55 | - |
| YUV | 88.62 | 120.89 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 76 | 0 | 0.93 | 0.68 | 0.07 | 343.64 | 0.87 | 0.49 |
| Hex | EC | 10 | 4C | 0 | 5D | 44 | 7 | 158 | 57 | 31 |
| Octal | 354 | 20 | 114 | 0 | 135 | 104 | 7 | 530 | 127 | 61 |
| Binary | 11101100 | 10000 | 1001100 | 0 | 1011101 | 1000100 | 111 | 101011000 | 1010111 | 110001 |
Color Harmonies of #EC104C
Complementary color
Monochromatic Colors of #EC104C
Black with #EC104C
Text Example
Text Example
White with #EC104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC104C; }
p { color: rgb(236,16,76); }
H1.HeaderClassName
{
color: #EC104C;
}
.AnyTagClassName
{
color: #EC104C;
}
</style>
background-color css
<style>
a { background-color: #EC104C; }
a { background-color: rgb(236,16,76); }
div.DivClassName
{
background-color: #EC104C;
}
.BgClassName
{
background-color: #EC104C;
}
</style>
border-color css
<style>
span { border-color: #EC104C; }
span { border-color: rgb(236,16,76); }
td.TdClassName
{
border-color: #EC104C;
}
.TagClassName
{
border-color: #EC104C;
}
</style>