Shades of Razzmatazz #EC125B
Tints of Razzmatazz #EC125B
RGB
CMYK
RGB Variations
Color information
#EC125B (or 0xEC125B) is known color: Razzmatazz. HEX triplet: EC, 12 and 5B. RGB value is (236,18,91). Sum of RGB (Red+Green+Blue) = 236+18+91=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC125B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC125B is #13EDA4. Grayscale: #5B5B5B. Windows color (decimal): -1306021 or 5968620. OLE color: 5968620.
HSL color Cylindrical-coordinate representation of color #EC125B: hue angle of 339.91º 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 #EC125B is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 91 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.07 |
| HSL | 339.91º | 0.86% | 0.5% | - |
| HSV(B) | 339.91º | 0.92% | 0.93% | - |
| XYZ | 36.7 | 19.02 | 11.63 | - |
| YUV | 91.5 | 127.72 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 91 | 0 | 0.92 | 0.61 | 0.07 | 339.91 | 0.86 | 0.5 |
| Hex | EC | 12 | 5B | 0 | 5C | 3D | 7 | 154 | 56 | 32 |
| Octal | 354 | 22 | 133 | 0 | 134 | 75 | 7 | 524 | 126 | 62 |
| Binary | 11101100 | 10010 | 1011011 | 0 | 1011100 | 111101 | 111 | 101010100 | 1010110 | 110010 |
Color Harmonies of #EC125B
Complementary color
Monochromatic Colors of #EC125B
Black with #EC125B
Text Example
Text Example
White with #EC125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC125B; }
p { color: rgb(236,18,91); }
H1.HeaderClassName
{
color: #EC125B;
}
.AnyTagClassName
{
color: #EC125B;
}
</style>
background-color css
<style>
a { background-color: #EC125B; }
a { background-color: rgb(236,18,91); }
div.DivClassName
{
background-color: #EC125B;
}
.BgClassName
{
background-color: #EC125B;
}
</style>
border-color css
<style>
span { border-color: #EC125B; }
span { border-color: rgb(236,18,91); }
td.TdClassName
{
border-color: #EC125B;
}
.TagClassName
{
border-color: #EC125B;
}
</style>