Shades of Razzmatazz #ED115D
Tints of Razzmatazz #ED115D
RGB
CMYK
RGB Variations
Color information
#ED115D (or 0xED115D) is known color: Razzmatazz. HEX triplet: ED, 11 and 5D. RGB value is (237,17,93). Sum of RGB (Red+Green+Blue) = 237+17+93=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED115D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED115D is #12EEA2. Grayscale: #5B5B5B. Windows color (decimal): -1240739 or 6099437. OLE color: 6099437.
HSL color Cylindrical-coordinate representation of color #ED115D: hue angle of 339.27º 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 #ED115D is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 93 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.07 |
| HSL | 339.27º | 0.87% | 0.5% | - |
| HSV(B) | 339.27º | 0.93% | 0.93% | - |
| XYZ | 37.1 | 19.2 | 12.11 | - |
| YUV | 91.44 | 128.89 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 93 | 0 | 0.93 | 0.61 | 0.07 | 339.27 | 0.87 | 0.5 |
| Hex | ED | 11 | 5D | 0 | 5D | 3D | 7 | 153 | 57 | 32 |
| Octal | 355 | 21 | 135 | 0 | 135 | 75 | 7 | 523 | 127 | 62 |
| Binary | 11101101 | 10001 | 1011101 | 0 | 1011101 | 111101 | 111 | 101010011 | 1010111 | 110010 |
Color Harmonies of #ED115D
Complementary color
Monochromatic Colors of #ED115D
Black with #ED115D
Text Example
Text Example
White with #ED115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED115D; }
p { color: rgb(237,17,93); }
H1.HeaderClassName
{
color: #ED115D;
}
.AnyTagClassName
{
color: #ED115D;
}
</style>
background-color css
<style>
a { background-color: #ED115D; }
a { background-color: rgb(237,17,93); }
div.DivClassName
{
background-color: #ED115D;
}
.BgClassName
{
background-color: #ED115D;
}
</style>
border-color css
<style>
span { border-color: #ED115D; }
span { border-color: rgb(237,17,93); }
td.TdClassName
{
border-color: #ED115D;
}
.TagClassName
{
border-color: #ED115D;
}
</style>