Shades of Razzmatazz #EC056E
Tints of Razzmatazz #EC056E
RGB
CMYK
RGB Variations
Color information
#EC056E (or 0xEC056E) is known color: Razzmatazz. HEX triplet: EC, 05 and 6E. RGB value is (236,5,110). Sum of RGB (Red+Green+Blue) = 236+5+110=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC056E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC056E is #13FA91. Grayscale: #555555. Windows color (decimal): -1309330 or 7210476. OLE color: 7210476.
HSL color Cylindrical-coordinate representation of color #EC056E: hue angle of 332.73º 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 #EC056E is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 110 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.07 |
| HSL | 332.73º | 0.96% | 0.47% | - |
| HSV(B) | 332.73º | 0.98% | 0.93% | - |
| XYZ | 37.46 | 19.07 | 16.46 | - |
| YUV | 86.04 | 141.53 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 110 | 0 | 0.98 | 0.53 | 0.07 | 332.73 | 0.96 | 0.47 |
| Hex | EC | 5 | 6E | 0 | 62 | 35 | 7 | 14D | 60 | 2F |
| Octal | 354 | 5 | 156 | 0 | 142 | 65 | 7 | 515 | 140 | 57 |
| Binary | 11101100 | 101 | 1101110 | 0 | 1100010 | 110101 | 111 | 101001101 | 1100000 | 101111 |
Color Harmonies of #EC056E
Complementary color
Monochromatic Colors of #EC056E
Black with #EC056E
Text Example
Text Example
White with #EC056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC056E; }
p { color: rgb(236,5,110); }
H1.HeaderClassName
{
color: #EC056E;
}
.AnyTagClassName
{
color: #EC056E;
}
</style>
background-color css
<style>
a { background-color: #EC056E; }
a { background-color: rgb(236,5,110); }
div.DivClassName
{
background-color: #EC056E;
}
.BgClassName
{
background-color: #EC056E;
}
</style>
border-color css
<style>
span { border-color: #EC056E; }
span { border-color: rgb(236,5,110); }
td.TdClassName
{
border-color: #EC056E;
}
.TagClassName
{
border-color: #EC056E;
}
</style>