Shades of Razzmatazz #ED1056
Tints of Razzmatazz #ED1056
RGB
CMYK
RGB Variations
Color information
#ED1056 (or 0xED1056) is known color: Razzmatazz. HEX triplet: ED, 10 and 56. RGB value is (237,16,86). Sum of RGB (Red+Green+Blue) = 237+16+86=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1056 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1056 is #12EFA9. Grayscale: #5A5A5A. Windows color (decimal): -1241002 or 5640429. OLE color: 5640429.
HSL color Cylindrical-coordinate representation of color #ED1056: hue angle of 341º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1056 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 86 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.07 |
| HSL | 341º | 0.87% | 0.5% | - |
| HSV(B) | 341º | 0.93% | 0.93% | - |
| XYZ | 36.79 | 19.05 | 10.54 | - |
| YUV | 90.06 | 125.72 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 86 | 0 | 0.93 | 0.64 | 0.07 | 341 | 0.87 | 0.5 |
| Hex | ED | 10 | 56 | 0 | 5D | 40 | 7 | 155 | 57 | 32 |
| Octal | 355 | 20 | 126 | 0 | 135 | 100 | 7 | 525 | 127 | 62 |
| Binary | 11101101 | 10000 | 1010110 | 0 | 1011101 | 1000000 | 111 | 101010101 | 1010111 | 110010 |
Color Harmonies of #ED1056
Complementary color
Monochromatic Colors of #ED1056
Black with #ED1056
Text Example
Text Example
White with #ED1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1056; }
p { color: rgb(237,16,86); }
H1.HeaderClassName
{
color: #ED1056;
}
.AnyTagClassName
{
color: #ED1056;
}
</style>
background-color css
<style>
a { background-color: #ED1056; }
a { background-color: rgb(237,16,86); }
div.DivClassName
{
background-color: #ED1056;
}
.BgClassName
{
background-color: #ED1056;
}
</style>
border-color css
<style>
span { border-color: #ED1056; }
span { border-color: rgb(237,16,86); }
td.TdClassName
{
border-color: #ED1056;
}
.TagClassName
{
border-color: #ED1056;
}
</style>