Shades of Dark Pink #ED5C8C
Tints of Dark Pink #ED5C8C
RGB
CMYK
RGB Variations
Color information
#ED5C8C (or 0xED5C8C) is known color: Dark Pink. HEX triplet: ED, 5C and 8C. RGB value is (237,92,140). Sum of RGB (Red+Green+Blue) = 237+92+140=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5C8C is #12A373. Grayscale: #8C8C8C. Windows color (decimal): -1221492 or 9198829. OLE color: 9198829.
HSL color Cylindrical-coordinate representation of color #ED5C8C: hue angle of 340.14º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED5C8C is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 92 | 140 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.07 |
| HSL | 340.14º | 0.8% | 0.65% | - |
| HSV(B) | 340.14º | 0.61% | 0.93% | - |
| XYZ | 43.49 | 27.55 | 27.84 | - |
| YUV | 140.83 | 127.54 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 92 | 140 | 0 | 0.61 | 0.41 | 0.07 | 340.14 | 0.8 | 0.65 |
| Hex | ED | 5C | 8C | 0 | 3D | 29 | 7 | 154 | 50 | 41 |
| Octal | 355 | 134 | 214 | 0 | 75 | 51 | 7 | 524 | 120 | 101 |
| Binary | 11101101 | 1011100 | 10001100 | 0 | 111101 | 101001 | 111 | 101010100 | 1010000 | 1000001 |
Color Harmonies of #ED5C8C
Complementary color
Monochromatic Colors of #ED5C8C
Black with #ED5C8C
Text Example
Text Example
White with #ED5C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5C8C; }
p { color: rgb(237,92,140); }
H1.HeaderClassName
{
color: #ED5C8C;
}
.AnyTagClassName
{
color: #ED5C8C;
}
</style>
background-color css
<style>
a { background-color: #ED5C8C; }
a { background-color: rgb(237,92,140); }
div.DivClassName
{
background-color: #ED5C8C;
}
.BgClassName
{
background-color: #ED5C8C;
}
</style>
border-color css
<style>
span { border-color: #ED5C8C; }
span { border-color: rgb(237,92,140); }
td.TdClassName
{
border-color: #ED5C8C;
}
.TagClassName
{
border-color: #ED5C8C;
}
</style>