Shades of Razzmatazz #EC004C
Tints of Razzmatazz #EC004C
RGB
CMYK
RGB Variations
Color information
#EC004C (or 0xEC004C) is known color: Razzmatazz. HEX triplet: EC, 00 and 4C. RGB value is (236,0,76). Sum of RGB (Red+Green+Blue) = 236+0+76=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC004C is #13FFB3. Grayscale: #4F4F4F. Windows color (decimal): -1310644 or 4980972. OLE color: 4980972.
HSL color Cylindrical-coordinate representation of color #EC004C: hue angle of 340.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC004C is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.68 | 0.07 |
| HSL | 340.68º | 1% | 0.46% | - |
| HSV(B) | 340.68º | 1% | 0.93% | - |
| XYZ | 35.9 | 18.35 | 8.49 | - |
| YUV | 79.23 | 126.19 | 239.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 76 | 0 | 1 | 0.68 | 0.07 | 340.68 | 1 | 0.46 |
| Hex | EC | 0 | 4C | 0 | 64 | 44 | 7 | 155 | 64 | 2E |
| Octal | 354 | 0 | 114 | 0 | 144 | 104 | 7 | 525 | 144 | 56 |
| Binary | 11101100 | 0 | 1001100 | 0 | 1100100 | 1000100 | 111 | 101010101 | 1100100 | 101110 |
Color Harmonies of #EC004C
Complementary color
Monochromatic Colors of #EC004C
Black with #EC004C
Text Example
Text Example
White with #EC004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC004C; }
p { color: rgb(236,0,76); }
H1.HeaderClassName
{
color: #EC004C;
}
.AnyTagClassName
{
color: #EC004C;
}
</style>
background-color css
<style>
a { background-color: #EC004C; }
a { background-color: rgb(236,0,76); }
div.DivClassName
{
background-color: #EC004C;
}
.BgClassName
{
background-color: #EC004C;
}
</style>
border-color css
<style>
span { border-color: #EC004C; }
span { border-color: rgb(236,0,76); }
td.TdClassName
{
border-color: #EC004C;
}
.TagClassName
{
border-color: #EC004C;
}
</style>