Shades of Deep Pink #ED138F
Tints of Deep Pink #ED138F
RGB
CMYK
RGB Variations
Color information
#ED138F (or 0xED138F) is known color: Deep Pink. HEX triplet: ED, 13 and 8F. RGB value is (237,19,143). Sum of RGB (Red+Green+Blue) = 237+19+143=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED138F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED138F is #12EC70. Grayscale: #626262. Windows color (decimal): -1240177 or 9376749. OLE color: 9376749.
HSL color Cylindrical-coordinate representation of color #ED138F: hue angle of 325.87º 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 #ED138F is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 143 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.07 |
| HSL | 325.87º | 0.86% | 0.5% | - |
| HSV(B) | 325.87º | 0.92% | 0.93% | - |
| XYZ | 40.12 | 20.45 | 27.82 | - |
| YUV | 98.32 | 153.22 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 143 | 0 | 0.92 | 0.40 | 0.07 | 325.87 | 0.86 | 0.5 |
| Hex | ED | 13 | 8F | 0 | 5C | 28 | 7 | 146 | 56 | 32 |
| Octal | 355 | 23 | 217 | 0 | 134 | 50 | 7 | 506 | 126 | 62 |
| Binary | 11101101 | 10011 | 10001111 | 0 | 1011100 | 101000 | 111 | 101000110 | 1010110 | 110010 |
Color Harmonies of #ED138F
Complementary color
Monochromatic Colors of #ED138F
Black with #ED138F
Text Example
Text Example
White with #ED138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED138F; }
p { color: rgb(237,19,143); }
H1.HeaderClassName
{
color: #ED138F;
}
.AnyTagClassName
{
color: #ED138F;
}
</style>
background-color css
<style>
a { background-color: #ED138F; }
a { background-color: rgb(237,19,143); }
div.DivClassName
{
background-color: #ED138F;
}
.BgClassName
{
background-color: #ED138F;
}
</style>
border-color css
<style>
span { border-color: #ED138F; }
span { border-color: rgb(237,19,143); }
td.TdClassName
{
border-color: #ED138F;
}
.TagClassName
{
border-color: #ED138F;
}
</style>