Shades of Razzmatazz #EC055B
Tints of Razzmatazz #EC055B
RGB
CMYK
RGB Variations
Color information
#EC055B (or 0xEC055B) is known color: Razzmatazz. HEX triplet: EC, 05 and 5B. RGB value is (236,5,91). Sum of RGB (Red+Green+Blue) = 236+5+91=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC055B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC055B is #13FAA4. Grayscale: #535353. Windows color (decimal): -1309349 or 5965292. OLE color: 5965292.
HSL color Cylindrical-coordinate representation of color #EC055B: hue angle of 337.66º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC055B is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 91 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.07 |
| HSL | 337.66º | 0.96% | 0.47% | - |
| HSV(B) | 337.66º | 0.98% | 0.93% | - |
| XYZ | 36.53 | 18.7 | 11.58 | - |
| YUV | 83.87 | 132.03 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 91 | 0 | 0.98 | 0.61 | 0.07 | 337.66 | 0.96 | 0.47 |
| Hex | EC | 5 | 5B | 0 | 62 | 3D | 7 | 152 | 60 | 2F |
| Octal | 354 | 5 | 133 | 0 | 142 | 75 | 7 | 522 | 140 | 57 |
| Binary | 11101100 | 101 | 1011011 | 0 | 1100010 | 111101 | 111 | 101010010 | 1100000 | 101111 |
Color Harmonies of #EC055B
Complementary color
Monochromatic Colors of #EC055B
Black with #EC055B
Text Example
Text Example
White with #EC055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC055B; }
p { color: rgb(236,5,91); }
H1.HeaderClassName
{
color: #EC055B;
}
.AnyTagClassName
{
color: #EC055B;
}
</style>
background-color css
<style>
a { background-color: #EC055B; }
a { background-color: rgb(236,5,91); }
div.DivClassName
{
background-color: #EC055B;
}
.BgClassName
{
background-color: #EC055B;
}
</style>
border-color css
<style>
span { border-color: #EC055B; }
span { border-color: rgb(236,5,91); }
td.TdClassName
{
border-color: #EC055B;
}
.TagClassName
{
border-color: #EC055B;
}
</style>