Shades of Deep Pink #ED138D
Tints of Deep Pink #ED138D
RGB
CMYK
RGB Variations
Color information
#ED138D (or 0xED138D) is known color: Deep Pink. HEX triplet: ED, 13 and 8D. RGB value is (237,19,141). Sum of RGB (Red+Green+Blue) = 237+19+141=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED138D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED138D is #12EC72. Grayscale: #616161. Windows color (decimal): -1240179 or 9245677. OLE color: 9245677.
HSL color Cylindrical-coordinate representation of color #ED138D: hue angle of 326.42º 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 #ED138D is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 141 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.07 |
| HSL | 326.42º | 0.86% | 0.5% | - |
| HSV(B) | 326.42º | 0.92% | 0.93% | - |
| XYZ | 39.97 | 20.39 | 27.03 | - |
| YUV | 98.09 | 152.22 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 141 | 0 | 0.92 | 0.41 | 0.07 | 326.42 | 0.86 | 0.5 |
| Hex | ED | 13 | 8D | 0 | 5C | 29 | 7 | 146 | 56 | 32 |
| Octal | 355 | 23 | 215 | 0 | 134 | 51 | 7 | 506 | 126 | 62 |
| Binary | 11101101 | 10011 | 10001101 | 0 | 1011100 | 101001 | 111 | 101000110 | 1010110 | 110010 |
Color Harmonies of #ED138D
Complementary color
Monochromatic Colors of #ED138D
Black with #ED138D
Text Example
Text Example
White with #ED138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED138D; }
p { color: rgb(237,19,141); }
H1.HeaderClassName
{
color: #ED138D;
}
.AnyTagClassName
{
color: #ED138D;
}
</style>
background-color css
<style>
a { background-color: #ED138D; }
a { background-color: rgb(237,19,141); }
div.DivClassName
{
background-color: #ED138D;
}
.BgClassName
{
background-color: #ED138D;
}
</style>
border-color css
<style>
span { border-color: #ED138D; }
span { border-color: rgb(237,19,141); }
td.TdClassName
{
border-color: #ED138D;
}
.TagClassName
{
border-color: #ED138D;
}
</style>