Shades of Razzmatazz #ED0557
Tints of Razzmatazz #ED0557
RGB
CMYK
RGB Variations
Color information
#ED0557 (or 0xED0557) is known color: Razzmatazz. HEX triplet: ED, 05 and 57. RGB value is (237,5,87). Sum of RGB (Red+Green+Blue) = 237+5+87=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0557 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0557 is #12FAA8. Grayscale: #535353. Windows color (decimal): -1243817 or 5703149. OLE color: 5703149.
HSL color Cylindrical-coordinate representation of color #ED0557: hue angle of 338.79º 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 #ED0557 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 87 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.07 |
| HSL | 338.79º | 0.96% | 0.47% | - |
| HSV(B) | 338.79º | 0.98% | 0.93% | - |
| XYZ | 36.7 | 18.8 | 10.71 | - |
| YUV | 83.72 | 129.86 | 237.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 87 | 0 | 0.98 | 0.63 | 0.07 | 338.79 | 0.96 | 0.47 |
| Hex | ED | 5 | 57 | 0 | 62 | 3F | 7 | 153 | 60 | 2F |
| Octal | 355 | 5 | 127 | 0 | 142 | 77 | 7 | 523 | 140 | 57 |
| Binary | 11101101 | 101 | 1010111 | 0 | 1100010 | 111111 | 111 | 101010011 | 1100000 | 101111 |
Color Harmonies of #ED0557
Complementary color
Monochromatic Colors of #ED0557
Black with #ED0557
Text Example
Text Example
White with #ED0557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0557; }
p { color: rgb(237,5,87); }
H1.HeaderClassName
{
color: #ED0557;
}
.AnyTagClassName
{
color: #ED0557;
}
</style>
background-color css
<style>
a { background-color: #ED0557; }
a { background-color: rgb(237,5,87); }
div.DivClassName
{
background-color: #ED0557;
}
.BgClassName
{
background-color: #ED0557;
}
</style>
border-color css
<style>
span { border-color: #ED0557; }
span { border-color: rgb(237,5,87); }
td.TdClassName
{
border-color: #ED0557;
}
.TagClassName
{
border-color: #ED0557;
}
</style>