Shades of Razzmatazz #ED0556
Tints of Razzmatazz #ED0556
RGB
CMYK
RGB Variations
Color information
#ED0556 (or 0xED0556) is known color: Razzmatazz. HEX triplet: ED, 05 and 56. RGB value is (237,5,86). Sum of RGB (Red+Green+Blue) = 237+5+86=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0556 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0556 is #12FAA9. Grayscale: #535353. Windows color (decimal): -1243818 or 5637613. OLE color: 5637613.
HSL color Cylindrical-coordinate representation of color #ED0556: hue angle of 339.05º 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 #ED0556 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 86 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.07 |
| HSL | 339.05º | 0.96% | 0.47% | - |
| HSV(B) | 339.05º | 0.98% | 0.93% | - |
| XYZ | 36.66 | 18.78 | 10.5 | - |
| YUV | 83.6 | 129.36 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 86 | 0 | 0.98 | 0.64 | 0.07 | 339.05 | 0.96 | 0.47 |
| Hex | ED | 5 | 56 | 0 | 62 | 40 | 7 | 153 | 60 | 2F |
| Octal | 355 | 5 | 126 | 0 | 142 | 100 | 7 | 523 | 140 | 57 |
| Binary | 11101101 | 101 | 1010110 | 0 | 1100010 | 1000000 | 111 | 101010011 | 1100000 | 101111 |
Color Harmonies of #ED0556
Complementary color
Monochromatic Colors of #ED0556
Black with #ED0556
Text Example
Text Example
White with #ED0556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0556; }
p { color: rgb(237,5,86); }
H1.HeaderClassName
{
color: #ED0556;
}
.AnyTagClassName
{
color: #ED0556;
}
</style>
background-color css
<style>
a { background-color: #ED0556; }
a { background-color: rgb(237,5,86); }
div.DivClassName
{
background-color: #ED0556;
}
.BgClassName
{
background-color: #ED0556;
}
</style>
border-color css
<style>
span { border-color: #ED0556; }
span { border-color: rgb(237,5,86); }
td.TdClassName
{
border-color: #ED0556;
}
.TagClassName
{
border-color: #ED0556;
}
</style>