Shades of Deep Pink #ED1B87
Tints of Deep Pink #ED1B87
RGB
CMYK
RGB Variations
Color information
#ED1B87 (or 0xED1B87) is known color: Deep Pink. HEX triplet: ED, 1B and 87. RGB value is (237,27,135). Sum of RGB (Red+Green+Blue) = 237+27+135=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1B87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1B87 is #12E478. Grayscale: #656565. Windows color (decimal): -1238137 or 8854509. OLE color: 8854509.
HSL color Cylindrical-coordinate representation of color #ED1B87: hue angle of 329.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1B87 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 27 | 135 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.07 |
| HSL | 329.14º | 0.85% | 0.52% | - |
| HSV(B) | 329.14º | 0.89% | 0.93% | - |
| XYZ | 39.69 | 20.54 | 24.79 | - |
| YUV | 102.1 | 146.57 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 27 | 135 | 0 | 0.89 | 0.43 | 0.07 | 329.14 | 0.85 | 0.52 |
| Hex | ED | 1B | 87 | 0 | 59 | 2B | 7 | 149 | 55 | 34 |
| Octal | 355 | 33 | 207 | 0 | 131 | 53 | 7 | 511 | 125 | 64 |
| Binary | 11101101 | 11011 | 10000111 | 0 | 1011001 | 101011 | 111 | 101001001 | 1010101 | 110100 |
Color Harmonies of #ED1B87
Complementary color
Monochromatic Colors of #ED1B87
Black with #ED1B87
Text Example
Text Example
White with #ED1B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1B87; }
p { color: rgb(237,27,135); }
H1.HeaderClassName
{
color: #ED1B87;
}
.AnyTagClassName
{
color: #ED1B87;
}
</style>
background-color css
<style>
a { background-color: #ED1B87; }
a { background-color: rgb(237,27,135); }
div.DivClassName
{
background-color: #ED1B87;
}
.BgClassName
{
background-color: #ED1B87;
}
</style>
border-color css
<style>
span { border-color: #ED1B87; }
span { border-color: rgb(237,27,135); }
td.TdClassName
{
border-color: #ED1B87;
}
.TagClassName
{
border-color: #ED1B87;
}
</style>