Shades of Razzmatazz #EC1253
Tints of Razzmatazz #EC1253
RGB
CMYK
RGB Variations
Color information
#EC1253 (or 0xEC1253) is known color: Razzmatazz. HEX triplet: EC, 12 and 53. RGB value is (236,18,83). Sum of RGB (Red+Green+Blue) = 236+18+83=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1253 is #13EDAC. Grayscale: #5A5A5A. Windows color (decimal): -1306029 or 5444332. OLE color: 5444332.
HSL color Cylindrical-coordinate representation of color #EC1253: hue angle of 342.11º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1253 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 83 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.07 |
| HSL | 342.11º | 0.86% | 0.5% | - |
| HSV(B) | 342.11º | 0.92% | 0.93% | - |
| XYZ | 36.37 | 18.89 | 9.91 | - |
| YUV | 90.59 | 123.72 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 83 | 0 | 0.92 | 0.65 | 0.07 | 342.11 | 0.86 | 0.5 |
| Hex | EC | 12 | 53 | 0 | 5C | 41 | 7 | 156 | 56 | 32 |
| Octal | 354 | 22 | 123 | 0 | 134 | 101 | 7 | 526 | 126 | 62 |
| Binary | 11101100 | 10010 | 1010011 | 0 | 1011100 | 1000001 | 111 | 101010110 | 1010110 | 110010 |
Color Harmonies of #EC1253
Complementary color
Monochromatic Colors of #EC1253
Black with #EC1253
Text Example
Text Example
White with #EC1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1253; }
p { color: rgb(236,18,83); }
H1.HeaderClassName
{
color: #EC1253;
}
.AnyTagClassName
{
color: #EC1253;
}
</style>
background-color css
<style>
a { background-color: #EC1253; }
a { background-color: rgb(236,18,83); }
div.DivClassName
{
background-color: #EC1253;
}
.BgClassName
{
background-color: #EC1253;
}
</style>
border-color css
<style>
span { border-color: #EC1253; }
span { border-color: rgb(236,18,83); }
td.TdClassName
{
border-color: #EC1253;
}
.TagClassName
{
border-color: #EC1253;
}
</style>