Shades of Deep Pink #ED128D
Tints of Deep Pink #ED128D
RGB
CMYK
RGB Variations
Color information
#ED128D (or 0xED128D) is known color: Deep Pink. HEX triplet: ED, 12 and 8D. RGB value is (237,18,141). Sum of RGB (Red+Green+Blue) = 237+18+141=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED128D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED128D is #12ED72. Grayscale: #616161. Windows color (decimal): -1240435 or 9245421. OLE color: 9245421.
HSL color Cylindrical-coordinate representation of color #ED128D: hue angle of 326.3º 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 #ED128D is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 141 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.07 |
| HSL | 326.3º | 0.86% | 0.5% | - |
| HSV(B) | 326.3º | 0.92% | 0.93% | - |
| XYZ | 39.95 | 20.36 | 27.02 | - |
| YUV | 97.5 | 152.55 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 141 | 0 | 0.92 | 0.41 | 0.07 | 326.3 | 0.86 | 0.5 |
| Hex | ED | 12 | 8D | 0 | 5C | 29 | 7 | 146 | 56 | 32 |
| Octal | 355 | 22 | 215 | 0 | 134 | 51 | 7 | 506 | 126 | 62 |
| Binary | 11101101 | 10010 | 10001101 | 0 | 1011100 | 101001 | 111 | 101000110 | 1010110 | 110010 |
Color Harmonies of #ED128D
Complementary color
Monochromatic Colors of #ED128D
Black with #ED128D
Text Example
Text Example
White with #ED128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED128D; }
p { color: rgb(237,18,141); }
H1.HeaderClassName
{
color: #ED128D;
}
.AnyTagClassName
{
color: #ED128D;
}
</style>
background-color css
<style>
a { background-color: #ED128D; }
a { background-color: rgb(237,18,141); }
div.DivClassName
{
background-color: #ED128D;
}
.BgClassName
{
background-color: #ED128D;
}
</style>
border-color css
<style>
span { border-color: #ED128D; }
span { border-color: rgb(237,18,141); }
td.TdClassName
{
border-color: #ED128D;
}
.TagClassName
{
border-color: #ED128D;
}
</style>