Shades of Deep Pink #ED118C
Tints of Deep Pink #ED118C
RGB
CMYK
RGB Variations
Color information
#ED118C (or 0xED118C) is known color: Deep Pink. HEX triplet: ED, 11 and 8C. RGB value is (237,17,140). Sum of RGB (Red+Green+Blue) = 237+17+140=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED118C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED118C is #12EE73. Grayscale: #606060. Windows color (decimal): -1240692 or 9179629. OLE color: 9179629.
HSL color Cylindrical-coordinate representation of color #ED118C: hue angle of 326.45º 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 #ED118C is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 140 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.07 |
| HSL | 326.45º | 0.87% | 0.5% | - |
| HSV(B) | 326.45º | 0.93% | 0.93% | - |
| XYZ | 39.86 | 20.3 | 26.63 | - |
| YUV | 96.8 | 152.39 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 140 | 0 | 0.93 | 0.41 | 0.07 | 326.45 | 0.87 | 0.5 |
| Hex | ED | 11 | 8C | 0 | 5D | 29 | 7 | 146 | 57 | 32 |
| Octal | 355 | 21 | 214 | 0 | 135 | 51 | 7 | 506 | 127 | 62 |
| Binary | 11101101 | 10001 | 10001100 | 0 | 1011101 | 101001 | 111 | 101000110 | 1010111 | 110010 |
Color Harmonies of #ED118C
Complementary color
Monochromatic Colors of #ED118C
Black with #ED118C
Text Example
Text Example
White with #ED118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED118C; }
p { color: rgb(237,17,140); }
H1.HeaderClassName
{
color: #ED118C;
}
.AnyTagClassName
{
color: #ED118C;
}
</style>
background-color css
<style>
a { background-color: #ED118C; }
a { background-color: rgb(237,17,140); }
div.DivClassName
{
background-color: #ED118C;
}
.BgClassName
{
background-color: #ED118C;
}
</style>
border-color css
<style>
span { border-color: #ED118C; }
span { border-color: rgb(237,17,140); }
td.TdClassName
{
border-color: #ED118C;
}
.TagClassName
{
border-color: #ED118C;
}
</style>