Shades of Razzmatazz #EC125E
Tints of Razzmatazz #EC125E
RGB
CMYK
RGB Variations
Color information
#EC125E (or 0xEC125E) is known color: Razzmatazz. HEX triplet: EC, 12 and 5E. RGB value is (236,18,94). Sum of RGB (Red+Green+Blue) = 236+18+94=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC125E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC125E is #13EDA1. Grayscale: #5B5B5B. Windows color (decimal): -1306018 or 6165228. OLE color: 6165228.
HSL color Cylindrical-coordinate representation of color #EC125E: hue angle of 339.08º 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 #EC125E is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 94 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.07 |
| HSL | 339.08º | 0.86% | 0.5% | - |
| HSV(B) | 339.08º | 0.92% | 0.93% | - |
| XYZ | 36.83 | 19.07 | 12.33 | - |
| YUV | 91.85 | 129.22 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 94 | 0 | 0.92 | 0.60 | 0.07 | 339.08 | 0.86 | 0.5 |
| Hex | EC | 12 | 5E | 0 | 5C | 3C | 7 | 153 | 56 | 32 |
| Octal | 354 | 22 | 136 | 0 | 134 | 74 | 7 | 523 | 126 | 62 |
| Binary | 11101100 | 10010 | 1011110 | 0 | 1011100 | 111100 | 111 | 101010011 | 1010110 | 110010 |
Color Harmonies of #EC125E
Complementary color
Monochromatic Colors of #EC125E
Black with #EC125E
Text Example
Text Example
White with #EC125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC125E; }
p { color: rgb(236,18,94); }
H1.HeaderClassName
{
color: #EC125E;
}
.AnyTagClassName
{
color: #EC125E;
}
</style>
background-color css
<style>
a { background-color: #EC125E; }
a { background-color: rgb(236,18,94); }
div.DivClassName
{
background-color: #EC125E;
}
.BgClassName
{
background-color: #EC125E;
}
</style>
border-color css
<style>
span { border-color: #EC125E; }
span { border-color: rgb(236,18,94); }
td.TdClassName
{
border-color: #EC125E;
}
.TagClassName
{
border-color: #EC125E;
}
</style>