Shades of Dark Pink #ED5E80
Tints of Dark Pink #ED5E80
RGB
CMYK
RGB Variations
Color information
#ED5E80 (or 0xED5E80) is known color: Dark Pink. HEX triplet: ED, 5E and 80. RGB value is (237,94,128). Sum of RGB (Red+Green+Blue) = 237+94+128=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5E80 is #12A17F. Grayscale: #8C8C8C. Windows color (decimal): -1220992 or 8412909. OLE color: 8412909.
HSL color Cylindrical-coordinate representation of color #ED5E80: hue angle of 345.73º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5E80 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 94 | 128 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.07 |
| HSL | 345.73º | 0.8% | 0.65% | - |
| HSV(B) | 345.73º | 0.6% | 0.93% | - |
| XYZ | 42.82 | 27.57 | 23.49 | - |
| YUV | 140.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 94 | 128 | 0 | 0.60 | 0.46 | 0.07 | 345.73 | 0.8 | 0.65 |
| Hex | ED | 5E | 80 | 0 | 3C | 2E | 7 | 15A | 50 | 41 |
| Octal | 355 | 136 | 200 | 0 | 74 | 56 | 7 | 532 | 120 | 101 |
| Binary | 11101101 | 1011110 | 10000000 | 0 | 111100 | 101110 | 111 | 101011010 | 1010000 | 1000001 |
Color Harmonies of #ED5E80
Complementary color
Monochromatic Colors of #ED5E80
Black with #ED5E80
Text Example
Text Example
White with #ED5E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5E80; }
p { color: rgb(237,94,128); }
H1.HeaderClassName
{
color: #ED5E80;
}
.AnyTagClassName
{
color: #ED5E80;
}
</style>
background-color css
<style>
a { background-color: #ED5E80; }
a { background-color: rgb(237,94,128); }
div.DivClassName
{
background-color: #ED5E80;
}
.BgClassName
{
background-color: #ED5E80;
}
</style>
border-color css
<style>
span { border-color: #ED5E80; }
span { border-color: rgb(237,94,128); }
td.TdClassName
{
border-color: #ED5E80;
}
.TagClassName
{
border-color: #ED5E80;
}
</style>