Shades of Razzmatazz #EC084C
Tints of Razzmatazz #EC084C
RGB
CMYK
RGB Variations
Color information
#EC084C (or 0xEC084C) is known color: Razzmatazz. HEX triplet: EC, 08 and 4C. RGB value is (236,8,76). Sum of RGB (Red+Green+Blue) = 236+8+76=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC084C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC084C is #13F7B3. Grayscale: #535353. Windows color (decimal): -1308596 or 4983020. OLE color: 4983020.
HSL color Cylindrical-coordinate representation of color #EC084C: hue angle of 342.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC084C is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 76 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.07 |
| HSL | 342.11º | 0.93% | 0.48% | - |
| HSV(B) | 342.11º | 0.97% | 0.93% | - |
| XYZ | 35.98 | 18.53 | 8.52 | - |
| YUV | 83.92 | 123.54 | 236.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 76 | 0 | 0.97 | 0.68 | 0.07 | 342.11 | 0.93 | 0.48 |
| Hex | EC | 8 | 4C | 0 | 61 | 44 | 7 | 156 | 5D | 30 |
| Octal | 354 | 10 | 114 | 0 | 141 | 104 | 7 | 526 | 135 | 60 |
| Binary | 11101100 | 1000 | 1001100 | 0 | 1100001 | 1000100 | 111 | 101010110 | 1011101 | 110000 |
Color Harmonies of #EC084C
Complementary color
Monochromatic Colors of #EC084C
Black with #EC084C
Text Example
Text Example
White with #EC084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC084C; }
p { color: rgb(236,8,76); }
H1.HeaderClassName
{
color: #EC084C;
}
.AnyTagClassName
{
color: #EC084C;
}
</style>
background-color css
<style>
a { background-color: #EC084C; }
a { background-color: rgb(236,8,76); }
div.DivClassName
{
background-color: #EC084C;
}
.BgClassName
{
background-color: #EC084C;
}
</style>
border-color css
<style>
span { border-color: #EC084C; }
span { border-color: rgb(236,8,76); }
td.TdClassName
{
border-color: #EC084C;
}
.TagClassName
{
border-color: #EC084C;
}
</style>