Shades of Dark Pink #ED5187
Tints of Dark Pink #ED5187
RGB
CMYK
RGB Variations
Color information
#ED5187 (or 0xED5187) is known color: Dark Pink. HEX triplet: ED, 51 and 87. RGB value is (237,81,135). Sum of RGB (Red+Green+Blue) = 237+81+135=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5187 is #12AE78. Grayscale: #858585. Windows color (decimal): -1224313 or 8868333. OLE color: 8868333.
HSL color Cylindrical-coordinate representation of color #ED5187: hue angle of 339.23º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED5187 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 135 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.07 |
| HSL | 339.23º | 0.81% | 0.62% | - |
| HSV(B) | 339.23º | 0.66% | 0.93% | - |
| XYZ | 42.24 | 25.64 | 25.64 | - |
| YUV | 133.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 135 | 0 | 0.66 | 0.43 | 0.07 | 339.23 | 0.81 | 0.62 |
| Hex | ED | 51 | 87 | 0 | 42 | 2B | 7 | 153 | 51 | 3E |
| Octal | 355 | 121 | 207 | 0 | 102 | 53 | 7 | 523 | 121 | 76 |
| Binary | 11101101 | 1010001 | 10000111 | 0 | 1000010 | 101011 | 111 | 101010011 | 1010001 | 111110 |
Color Harmonies of #ED5187
Complementary color
Monochromatic Colors of #ED5187
Black with #ED5187
Text Example
Text Example
White with #ED5187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5187; }
p { color: rgb(237,81,135); }
H1.HeaderClassName
{
color: #ED5187;
}
.AnyTagClassName
{
color: #ED5187;
}
</style>
background-color css
<style>
a { background-color: #ED5187; }
a { background-color: rgb(237,81,135); }
div.DivClassName
{
background-color: #ED5187;
}
.BgClassName
{
background-color: #ED5187;
}
</style>
border-color css
<style>
span { border-color: #ED5187; }
span { border-color: rgb(237,81,135); }
td.TdClassName
{
border-color: #ED5187;
}
.TagClassName
{
border-color: #ED5187;
}
</style>