Shades of Razzmatazz #EC0B4D
Tints of Razzmatazz #EC0B4D
RGB
CMYK
RGB Variations
Color information
#EC0B4D (or 0xEC0B4D) is known color: Razzmatazz. HEX triplet: EC, 0B and 4D. RGB value is (236,11,77). Sum of RGB (Red+Green+Blue) = 236+11+77=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0B4D is #13F4B2. Grayscale: #555555. Windows color (decimal): -1307827 or 5049324. OLE color: 5049324.
HSL color Cylindrical-coordinate representation of color #EC0B4D: hue angle of 342.4º 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 #EC0B4D is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 77 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.07 |
| HSL | 342.4º | 0.91% | 0.48% | - |
| HSV(B) | 342.4º | 0.95% | 0.93% | - |
| XYZ | 36.05 | 18.61 | 8.71 | - |
| YUV | 85.8 | 123.04 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 77 | 0 | 0.95 | 0.67 | 0.07 | 342.4 | 0.91 | 0.48 |
| Hex | EC | B | 4D | 0 | 5F | 43 | 7 | 156 | 5B | 30 |
| Octal | 354 | 13 | 115 | 0 | 137 | 103 | 7 | 526 | 133 | 60 |
| Binary | 11101100 | 1011 | 1001101 | 0 | 1011111 | 1000011 | 111 | 101010110 | 1011011 | 110000 |
Color Harmonies of #EC0B4D
Complementary color
Monochromatic Colors of #EC0B4D
Black with #EC0B4D
Text Example
Text Example
White with #EC0B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B4D; }
p { color: rgb(236,11,77); }
H1.HeaderClassName
{
color: #EC0B4D;
}
.AnyTagClassName
{
color: #EC0B4D;
}
</style>
background-color css
<style>
a { background-color: #EC0B4D; }
a { background-color: rgb(236,11,77); }
div.DivClassName
{
background-color: #EC0B4D;
}
.BgClassName
{
background-color: #EC0B4D;
}
</style>
border-color css
<style>
span { border-color: #EC0B4D; }
span { border-color: rgb(236,11,77); }
td.TdClassName
{
border-color: #EC0B4D;
}
.TagClassName
{
border-color: #EC0B4D;
}
</style>