Shades of Dark Pink #ED5878
Tints of Dark Pink #ED5878
RGB
CMYK
RGB Variations
Color information
#ED5878 (or 0xED5878) is known color: Dark Pink. HEX triplet: ED, 58 and 78. RGB value is (237,88,120). Sum of RGB (Red+Green+Blue) = 237+88+120=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5878 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5878 is #12A787. Grayscale: #888888. Windows color (decimal): -1222536 or 7887085. OLE color: 7887085.
HSL color Cylindrical-coordinate representation of color #ED5878: hue angle of 347.11º 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 #ED5878 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 120 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.07 |
| HSL | 347.11º | 0.81% | 0.64% | - |
| HSV(B) | 347.11º | 0.63% | 0.93% | - |
| XYZ | 41.8 | 26.34 | 20.65 | - |
| YUV | 136.2 | 118.86 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 120 | 0 | 0.63 | 0.49 | 0.07 | 347.11 | 0.81 | 0.64 |
| Hex | ED | 58 | 78 | 0 | 3F | 31 | 7 | 15B | 51 | 40 |
| Octal | 355 | 130 | 170 | 0 | 77 | 61 | 7 | 533 | 121 | 100 |
| Binary | 11101101 | 1011000 | 1111000 | 0 | 111111 | 110001 | 111 | 101011011 | 1010001 | 1000000 |
Color Harmonies of #ED5878
Complementary color
Monochromatic Colors of #ED5878
Black with #ED5878
Text Example
Text Example
White with #ED5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5878; }
p { color: rgb(237,88,120); }
H1.HeaderClassName
{
color: #ED5878;
}
.AnyTagClassName
{
color: #ED5878;
}
</style>
background-color css
<style>
a { background-color: #ED5878; }
a { background-color: rgb(237,88,120); }
div.DivClassName
{
background-color: #ED5878;
}
.BgClassName
{
background-color: #ED5878;
}
</style>
border-color css
<style>
span { border-color: #ED5878; }
span { border-color: rgb(237,88,120); }
td.TdClassName
{
border-color: #ED5878;
}
.TagClassName
{
border-color: #ED5878;
}
</style>