Shades of Razzmatazz #EC1054
Tints of Razzmatazz #EC1054
RGB
CMYK
RGB Variations
Color information
#EC1054 (or 0xEC1054) is known color: Razzmatazz. HEX triplet: EC, 10 and 54. RGB value is (236,16,84). Sum of RGB (Red+Green+Blue) = 236+16+84=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1054 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1054 is #13EFAB. Grayscale: #595959. Windows color (decimal): -1306540 or 5509356. OLE color: 5509356.
HSL color Cylindrical-coordinate representation of color #EC1054: hue angle of 341.45º 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 #EC1054 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 84 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.07 |
| HSL | 341.45º | 0.87% | 0.49% | - |
| HSV(B) | 341.45º | 0.93% | 0.93% | - |
| XYZ | 36.38 | 18.84 | 10.11 | - |
| YUV | 89.53 | 124.89 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 84 | 0 | 0.93 | 0.64 | 0.07 | 341.45 | 0.87 | 0.49 |
| Hex | EC | 10 | 54 | 0 | 5D | 40 | 7 | 155 | 57 | 31 |
| Octal | 354 | 20 | 124 | 0 | 135 | 100 | 7 | 525 | 127 | 61 |
| Binary | 11101100 | 10000 | 1010100 | 0 | 1011101 | 1000000 | 111 | 101010101 | 1010111 | 110001 |
Color Harmonies of #EC1054
Complementary color
Monochromatic Colors of #EC1054
Black with #EC1054
Text Example
Text Example
White with #EC1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1054; }
p { color: rgb(236,16,84); }
H1.HeaderClassName
{
color: #EC1054;
}
.AnyTagClassName
{
color: #EC1054;
}
</style>
background-color css
<style>
a { background-color: #EC1054; }
a { background-color: rgb(236,16,84); }
div.DivClassName
{
background-color: #EC1054;
}
.BgClassName
{
background-color: #EC1054;
}
</style>
border-color css
<style>
span { border-color: #EC1054; }
span { border-color: rgb(236,16,84); }
td.TdClassName
{
border-color: #EC1054;
}
.TagClassName
{
border-color: #EC1054;
}
</style>