Shades of Razzmatazz #ED1163
Tints of Razzmatazz #ED1163
RGB
CMYK
RGB Variations
Color information
#ED1163 (or 0xED1163) is known color: Razzmatazz. HEX triplet: ED, 11 and 63. RGB value is (237,17,99). Sum of RGB (Red+Green+Blue) = 237+17+99=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1163 is #12EE9C. Grayscale: #5C5C5C. Windows color (decimal): -1240733 or 6492653. OLE color: 6492653.
HSL color Cylindrical-coordinate representation of color #ED1163: hue angle of 337.64º 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 #ED1163 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 99 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.07 |
| HSL | 337.64º | 0.87% | 0.5% | - |
| HSV(B) | 337.64º | 0.93% | 0.93% | - |
| XYZ | 37.38 | 19.31 | 13.56 | - |
| YUV | 92.13 | 131.89 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 99 | 0 | 0.93 | 0.58 | 0.07 | 337.64 | 0.87 | 0.5 |
| Hex | ED | 11 | 63 | 0 | 5D | 3A | 7 | 152 | 57 | 32 |
| Octal | 355 | 21 | 143 | 0 | 135 | 72 | 7 | 522 | 127 | 62 |
| Binary | 11101101 | 10001 | 1100011 | 0 | 1011101 | 111010 | 111 | 101010010 | 1010111 | 110010 |
Color Harmonies of #ED1163
Complementary color
Monochromatic Colors of #ED1163
Black with #ED1163
Text Example
Text Example
White with #ED1163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1163; }
p { color: rgb(237,17,99); }
H1.HeaderClassName
{
color: #ED1163;
}
.AnyTagClassName
{
color: #ED1163;
}
</style>
background-color css
<style>
a { background-color: #ED1163; }
a { background-color: rgb(237,17,99); }
div.DivClassName
{
background-color: #ED1163;
}
.BgClassName
{
background-color: #ED1163;
}
</style>
border-color css
<style>
span { border-color: #ED1163; }
span { border-color: rgb(237,17,99); }
td.TdClassName
{
border-color: #ED1163;
}
.TagClassName
{
border-color: #ED1163;
}
</style>