Shades of Deep Pink #ED128C
Tints of Deep Pink #ED128C
RGB
CMYK
RGB Variations
Color information
#ED128C (or 0xED128C) is known color: Deep Pink. HEX triplet: ED, 12 and 8C. RGB value is (237,18,140). Sum of RGB (Red+Green+Blue) = 237+18+140=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED128C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED128C is #12ED73. Grayscale: #616161. Windows color (decimal): -1240436 or 9179885. OLE color: 9179885.
HSL color Cylindrical-coordinate representation of color #ED128C: hue angle of 326.58º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED128C is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 140 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.07 |
| HSL | 326.58º | 0.86% | 0.5% | - |
| HSV(B) | 326.58º | 0.92% | 0.93% | - |
| XYZ | 39.87 | 20.33 | 26.63 | - |
| YUV | 97.39 | 152.05 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 140 | 0 | 0.92 | 0.41 | 0.07 | 326.58 | 0.86 | 0.5 |
| Hex | ED | 12 | 8C | 0 | 5C | 29 | 7 | 147 | 56 | 32 |
| Octal | 355 | 22 | 214 | 0 | 134 | 51 | 7 | 507 | 126 | 62 |
| Binary | 11101101 | 10010 | 10001100 | 0 | 1011100 | 101001 | 111 | 101000111 | 1010110 | 110010 |
Color Harmonies of #ED128C
Complementary color
Monochromatic Colors of #ED128C
Black with #ED128C
Text Example
Text Example
White with #ED128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED128C; }
p { color: rgb(237,18,140); }
H1.HeaderClassName
{
color: #ED128C;
}
.AnyTagClassName
{
color: #ED128C;
}
</style>
background-color css
<style>
a { background-color: #ED128C; }
a { background-color: rgb(237,18,140); }
div.DivClassName
{
background-color: #ED128C;
}
.BgClassName
{
background-color: #ED128C;
}
</style>
border-color css
<style>
span { border-color: #ED128C; }
span { border-color: rgb(237,18,140); }
td.TdClassName
{
border-color: #ED128C;
}
.TagClassName
{
border-color: #ED128C;
}
</style>