Shades of Razzmatazz #EC1153
Tints of Razzmatazz #EC1153
RGB
CMYK
RGB Variations
Color information
#EC1153 (or 0xEC1153) is known color: Razzmatazz. HEX triplet: EC, 11 and 53. RGB value is (236,17,83). Sum of RGB (Red+Green+Blue) = 236+17+83=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1153 is #13EEAC. Grayscale: #595959. Windows color (decimal): -1306285 or 5444076. OLE color: 5444076.
HSL color Cylindrical-coordinate representation of color #EC1153: hue angle of 341.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1153 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 83 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.07 |
| HSL | 341.92º | 0.87% | 0.5% | - |
| HSV(B) | 341.92º | 0.93% | 0.93% | - |
| XYZ | 36.35 | 18.86 | 9.91 | - |
| YUV | 90.01 | 124.05 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 83 | 0 | 0.93 | 0.65 | 0.07 | 341.92 | 0.87 | 0.5 |
| Hex | EC | 11 | 53 | 0 | 5D | 41 | 7 | 156 | 57 | 32 |
| Octal | 354 | 21 | 123 | 0 | 135 | 101 | 7 | 526 | 127 | 62 |
| Binary | 11101100 | 10001 | 1010011 | 0 | 1011101 | 1000001 | 111 | 101010110 | 1010111 | 110010 |
Color Harmonies of #EC1153
Complementary color
Monochromatic Colors of #EC1153
Black with #EC1153
Text Example
Text Example
White with #EC1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1153; }
p { color: rgb(236,17,83); }
H1.HeaderClassName
{
color: #EC1153;
}
.AnyTagClassName
{
color: #EC1153;
}
</style>
background-color css
<style>
a { background-color: #EC1153; }
a { background-color: rgb(236,17,83); }
div.DivClassName
{
background-color: #EC1153;
}
.BgClassName
{
background-color: #EC1153;
}
</style>
border-color css
<style>
span { border-color: #EC1153; }
span { border-color: rgb(236,17,83); }
td.TdClassName
{
border-color: #EC1153;
}
.TagClassName
{
border-color: #EC1153;
}
</style>