Shades of Razzmatazz #ED1063
Tints of Razzmatazz #ED1063
RGB
CMYK
RGB Variations
Color information
#ED1063 (or 0xED1063) is known color: Razzmatazz. HEX triplet: ED, 10 and 63. RGB value is (237,16,99). Sum of RGB (Red+Green+Blue) = 237+16+99=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1063 is #12EF9C. Grayscale: #5B5B5B. Windows color (decimal): -1240989 or 6492397. OLE color: 6492397.
HSL color Cylindrical-coordinate representation of color #ED1063: hue angle of 337.47º 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 #ED1063 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 99 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.07 |
| HSL | 337.47º | 0.87% | 0.5% | - |
| HSV(B) | 337.47º | 0.93% | 0.93% | - |
| XYZ | 37.36 | 19.28 | 13.56 | - |
| YUV | 91.54 | 132.22 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 99 | 0 | 0.93 | 0.58 | 0.07 | 337.47 | 0.87 | 0.5 |
| Hex | ED | 10 | 63 | 0 | 5D | 3A | 7 | 151 | 57 | 32 |
| Octal | 355 | 20 | 143 | 0 | 135 | 72 | 7 | 521 | 127 | 62 |
| Binary | 11101101 | 10000 | 1100011 | 0 | 1011101 | 111010 | 111 | 101010001 | 1010111 | 110010 |
Color Harmonies of #ED1063
Complementary color
Monochromatic Colors of #ED1063
Black with #ED1063
Text Example
Text Example
White with #ED1063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1063; }
p { color: rgb(237,16,99); }
H1.HeaderClassName
{
color: #ED1063;
}
.AnyTagClassName
{
color: #ED1063;
}
</style>
background-color css
<style>
a { background-color: #ED1063; }
a { background-color: rgb(237,16,99); }
div.DivClassName
{
background-color: #ED1063;
}
.BgClassName
{
background-color: #ED1063;
}
</style>
border-color css
<style>
span { border-color: #ED1063; }
span { border-color: rgb(237,16,99); }
td.TdClassName
{
border-color: #ED1063;
}
.TagClassName
{
border-color: #ED1063;
}
</style>