Shades of Deep Pink #ED0A87
Tints of Deep Pink #ED0A87
RGB
CMYK
RGB Variations
Color information
#ED0A87 (or 0xED0A87) is known color: Deep Pink. HEX triplet: ED, 0A and 87. RGB value is (237,10,135). Sum of RGB (Red+Green+Blue) = 237+10+135=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0A87 is #12F578. Grayscale: #5B5B5B. Windows color (decimal): -1242489 or 8850157. OLE color: 8850157.
HSL color Cylindrical-coordinate representation of color #ED0A87: hue angle of 326.96º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0A87 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 135 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.07 |
| HSL | 326.96º | 0.92% | 0.48% | - |
| HSV(B) | 326.96º | 0.96% | 0.93% | - |
| XYZ | 39.41 | 19.97 | 24.7 | - |
| YUV | 92.12 | 152.21 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 135 | 0 | 0.96 | 0.43 | 0.07 | 326.96 | 0.92 | 0.48 |
| Hex | ED | A | 87 | 0 | 60 | 2B | 7 | 147 | 5C | 30 |
| Octal | 355 | 12 | 207 | 0 | 140 | 53 | 7 | 507 | 134 | 60 |
| Binary | 11101101 | 1010 | 10000111 | 0 | 1100000 | 101011 | 111 | 101000111 | 1011100 | 110000 |
Color Harmonies of #ED0A87
Complementary color
Monochromatic Colors of #ED0A87
Black with #ED0A87
Text Example
Text Example
White with #ED0A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A87; }
p { color: rgb(237,10,135); }
H1.HeaderClassName
{
color: #ED0A87;
}
.AnyTagClassName
{
color: #ED0A87;
}
</style>
background-color css
<style>
a { background-color: #ED0A87; }
a { background-color: rgb(237,10,135); }
div.DivClassName
{
background-color: #ED0A87;
}
.BgClassName
{
background-color: #ED0A87;
}
</style>
border-color css
<style>
span { border-color: #ED0A87; }
span { border-color: rgb(237,10,135); }
td.TdClassName
{
border-color: #ED0A87;
}
.TagClassName
{
border-color: #ED0A87;
}
</style>