Shades of Razzmatazz #EC0B5E
Tints of Razzmatazz #EC0B5E
RGB
CMYK
RGB Variations
Color information
#EC0B5E (or 0xEC0B5E) is known color: Razzmatazz. HEX triplet: EC, 0B and 5E. RGB value is (236,11,94). Sum of RGB (Red+Green+Blue) = 236+11+94=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0B5E is #13F4A1. Grayscale: #575757. Windows color (decimal): -1307810 or 6163436. OLE color: 6163436.
HSL color Cylindrical-coordinate representation of color #EC0B5E: hue angle of 337.87º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0B5E is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 94 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.07 |
| HSL | 337.87º | 0.91% | 0.48% | - |
| HSV(B) | 337.87º | 0.95% | 0.93% | - |
| XYZ | 36.73 | 18.88 | 12.3 | - |
| YUV | 87.74 | 131.54 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 94 | 0 | 0.95 | 0.60 | 0.07 | 337.87 | 0.91 | 0.48 |
| Hex | EC | B | 5E | 0 | 5F | 3C | 7 | 152 | 5B | 30 |
| Octal | 354 | 13 | 136 | 0 | 137 | 74 | 7 | 522 | 133 | 60 |
| Binary | 11101100 | 1011 | 1011110 | 0 | 1011111 | 111100 | 111 | 101010010 | 1011011 | 110000 |
Color Harmonies of #EC0B5E
Complementary color
Monochromatic Colors of #EC0B5E
Black with #EC0B5E
Text Example
Text Example
White with #EC0B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B5E; }
p { color: rgb(236,11,94); }
H1.HeaderClassName
{
color: #EC0B5E;
}
.AnyTagClassName
{
color: #EC0B5E;
}
</style>
background-color css
<style>
a { background-color: #EC0B5E; }
a { background-color: rgb(236,11,94); }
div.DivClassName
{
background-color: #EC0B5E;
}
.BgClassName
{
background-color: #EC0B5E;
}
</style>
border-color css
<style>
span { border-color: #EC0B5E; }
span { border-color: rgb(236,11,94); }
td.TdClassName
{
border-color: #EC0B5E;
}
.TagClassName
{
border-color: #EC0B5E;
}
</style>