Shades of Razzmatazz #EC125D
Tints of Razzmatazz #EC125D
RGB
CMYK
RGB Variations
Color information
#EC125D (or 0xEC125D) is known color: Razzmatazz. HEX triplet: EC, 12 and 5D. RGB value is (236,18,93). Sum of RGB (Red+Green+Blue) = 236+18+93=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC125D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC125D is #13EDA2. Grayscale: #5B5B5B. Windows color (decimal): -1306019 or 6099692. OLE color: 6099692.
HSL color Cylindrical-coordinate representation of color #EC125D: hue angle of 339.36º 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 #EC125D is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 93 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.07 |
| HSL | 339.36º | 0.86% | 0.5% | - |
| HSV(B) | 339.36º | 0.92% | 0.93% | - |
| XYZ | 36.78 | 19.06 | 12.1 | - |
| YUV | 91.73 | 128.72 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 93 | 0 | 0.92 | 0.61 | 0.07 | 339.36 | 0.86 | 0.5 |
| Hex | EC | 12 | 5D | 0 | 5C | 3D | 7 | 153 | 56 | 32 |
| Octal | 354 | 22 | 135 | 0 | 134 | 75 | 7 | 523 | 126 | 62 |
| Binary | 11101100 | 10010 | 1011101 | 0 | 1011100 | 111101 | 111 | 101010011 | 1010110 | 110010 |
Color Harmonies of #EC125D
Complementary color
Monochromatic Colors of #EC125D
Black with #EC125D
Text Example
Text Example
White with #EC125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC125D; }
p { color: rgb(236,18,93); }
H1.HeaderClassName
{
color: #EC125D;
}
.AnyTagClassName
{
color: #EC125D;
}
</style>
background-color css
<style>
a { background-color: #EC125D; }
a { background-color: rgb(236,18,93); }
div.DivClassName
{
background-color: #EC125D;
}
.BgClassName
{
background-color: #EC125D;
}
</style>
border-color css
<style>
span { border-color: #EC125D; }
span { border-color: rgb(236,18,93); }
td.TdClassName
{
border-color: #EC125D;
}
.TagClassName
{
border-color: #EC125D;
}
</style>