Shades of Razzmatazz #EC0557
Tints of Razzmatazz #EC0557
RGB
CMYK
RGB Variations
Color information
#EC0557 (or 0xEC0557) is known color: Razzmatazz. HEX triplet: EC, 05 and 57. RGB value is (236,5,87). Sum of RGB (Red+Green+Blue) = 236+5+87=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0557 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0557 is #13FAA8. Grayscale: #535353. Windows color (decimal): -1309353 or 5703148. OLE color: 5703148.
HSL color Cylindrical-coordinate representation of color #EC0557: hue angle of 338.7º 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 #EC0557 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 87 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.07 |
| HSL | 338.7º | 0.96% | 0.47% | - |
| HSV(B) | 338.7º | 0.98% | 0.93% | - |
| XYZ | 36.37 | 18.63 | 10.7 | - |
| YUV | 83.42 | 130.03 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 87 | 0 | 0.98 | 0.63 | 0.07 | 338.7 | 0.96 | 0.47 |
| Hex | EC | 5 | 57 | 0 | 62 | 3F | 7 | 153 | 60 | 2F |
| Octal | 354 | 5 | 127 | 0 | 142 | 77 | 7 | 523 | 140 | 57 |
| Binary | 11101100 | 101 | 1010111 | 0 | 1100010 | 111111 | 111 | 101010011 | 1100000 | 101111 |
Color Harmonies of #EC0557
Complementary color
Monochromatic Colors of #EC0557
Black with #EC0557
Text Example
Text Example
White with #EC0557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0557; }
p { color: rgb(236,5,87); }
H1.HeaderClassName
{
color: #EC0557;
}
.AnyTagClassName
{
color: #EC0557;
}
</style>
background-color css
<style>
a { background-color: #EC0557; }
a { background-color: rgb(236,5,87); }
div.DivClassName
{
background-color: #EC0557;
}
.BgClassName
{
background-color: #EC0557;
}
</style>
border-color css
<style>
span { border-color: #EC0557; }
span { border-color: rgb(236,5,87); }
td.TdClassName
{
border-color: #EC0557;
}
.TagClassName
{
border-color: #EC0557;
}
</style>