Shades of Razzmatazz #ED115F
Tints of Razzmatazz #ED115F
RGB
CMYK
RGB Variations
Color information
#ED115F (or 0xED115F) is known color: Razzmatazz. HEX triplet: ED, 11 and 5F. RGB value is (237,17,95). Sum of RGB (Red+Green+Blue) = 237+17+95=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED115F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED115F is #12EEA0. Grayscale: #5B5B5B. Windows color (decimal): -1240737 or 6230509. OLE color: 6230509.
HSL color Cylindrical-coordinate representation of color #ED115F: hue angle of 338.73º 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 #ED115F is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 95 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.07 |
| HSL | 338.73º | 0.87% | 0.5% | - |
| HSV(B) | 338.73º | 0.93% | 0.93% | - |
| XYZ | 37.19 | 19.23 | 12.58 | - |
| YUV | 91.67 | 129.89 | 231.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 95 | 0 | 0.93 | 0.60 | 0.07 | 338.73 | 0.87 | 0.5 |
| Hex | ED | 11 | 5F | 0 | 5D | 3C | 7 | 153 | 57 | 32 |
| Octal | 355 | 21 | 137 | 0 | 135 | 74 | 7 | 523 | 127 | 62 |
| Binary | 11101101 | 10001 | 1011111 | 0 | 1011101 | 111100 | 111 | 101010011 | 1010111 | 110010 |
Color Harmonies of #ED115F
Complementary color
Monochromatic Colors of #ED115F
Black with #ED115F
Text Example
Text Example
White with #ED115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED115F; }
p { color: rgb(237,17,95); }
H1.HeaderClassName
{
color: #ED115F;
}
.AnyTagClassName
{
color: #ED115F;
}
</style>
background-color css
<style>
a { background-color: #ED115F; }
a { background-color: rgb(237,17,95); }
div.DivClassName
{
background-color: #ED115F;
}
.BgClassName
{
background-color: #ED115F;
}
</style>
border-color css
<style>
span { border-color: #ED115F; }
span { border-color: rgb(237,17,95); }
td.TdClassName
{
border-color: #ED115F;
}
.TagClassName
{
border-color: #ED115F;
}
</style>