Shades of Dark Pink #ED5881
Tints of Dark Pink #ED5881
RGB
CMYK
RGB Variations
Color information
#ED5881 (or 0xED5881) is known color: Dark Pink. HEX triplet: ED, 58 and 81. RGB value is (237,88,129). Sum of RGB (Red+Green+Blue) = 237+88+129=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5881 is #12A77E. Grayscale: #898989. Windows color (decimal): -1222527 or 8476909. OLE color: 8476909.
HSL color Cylindrical-coordinate representation of color #ED5881: hue angle of 343.49º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5881 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 129 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.07 |
| HSL | 343.49º | 0.81% | 0.64% | - |
| HSV(B) | 343.49º | 0.63% | 0.93% | - |
| XYZ | 42.38 | 26.57 | 23.66 | - |
| YUV | 137.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 129 | 0 | 0.63 | 0.46 | 0.07 | 343.49 | 0.81 | 0.64 |
| Hex | ED | 58 | 81 | 0 | 3F | 2E | 7 | 157 | 51 | 40 |
| Octal | 355 | 130 | 201 | 0 | 77 | 56 | 7 | 527 | 121 | 100 |
| Binary | 11101101 | 1011000 | 10000001 | 0 | 111111 | 101110 | 111 | 101010111 | 1010001 | 1000000 |
Color Harmonies of #ED5881
Complementary color
Monochromatic Colors of #ED5881
Black with #ED5881
Text Example
Text Example
White with #ED5881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5881; }
p { color: rgb(237,88,129); }
H1.HeaderClassName
{
color: #ED5881;
}
.AnyTagClassName
{
color: #ED5881;
}
</style>
background-color css
<style>
a { background-color: #ED5881; }
a { background-color: rgb(237,88,129); }
div.DivClassName
{
background-color: #ED5881;
}
.BgClassName
{
background-color: #ED5881;
}
</style>
border-color css
<style>
span { border-color: #ED5881; }
span { border-color: rgb(237,88,129); }
td.TdClassName
{
border-color: #ED5881;
}
.TagClassName
{
border-color: #ED5881;
}
</style>