Shades of Dark Pink #ED5085
Tints of Dark Pink #ED5085
RGB
CMYK
RGB Variations
Color information
#ED5085 (or 0xED5085) is known color: Dark Pink. HEX triplet: ED, 50 and 85. RGB value is (237,80,133). Sum of RGB (Red+Green+Blue) = 237+80+133=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5085 is #12AF7A. Grayscale: #848484. Windows color (decimal): -1224571 or 8737005. OLE color: 8737005.
HSL color Cylindrical-coordinate representation of color #ED5085: hue angle of 339.75º 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 #ED5085 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 133 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.07 |
| HSL | 339.75º | 0.81% | 0.62% | - |
| HSV(B) | 339.75º | 0.66% | 0.93% | - |
| XYZ | 42.03 | 25.44 | 24.88 | - |
| YUV | 132.99 | 128.01 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 133 | 0 | 0.66 | 0.44 | 0.07 | 339.75 | 0.81 | 0.62 |
| Hex | ED | 50 | 85 | 0 | 42 | 2C | 7 | 154 | 51 | 3E |
| Octal | 355 | 120 | 205 | 0 | 102 | 54 | 7 | 524 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10000101 | 0 | 1000010 | 101100 | 111 | 101010100 | 1010001 | 111110 |
Color Harmonies of #ED5085
Complementary color
Monochromatic Colors of #ED5085
Black with #ED5085
Text Example
Text Example
White with #ED5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5085; }
p { color: rgb(237,80,133); }
H1.HeaderClassName
{
color: #ED5085;
}
.AnyTagClassName
{
color: #ED5085;
}
</style>
background-color css
<style>
a { background-color: #ED5085; }
a { background-color: rgb(237,80,133); }
div.DivClassName
{
background-color: #ED5085;
}
.BgClassName
{
background-color: #ED5085;
}
</style>
border-color css
<style>
span { border-color: #ED5085; }
span { border-color: rgb(237,80,133); }
td.TdClassName
{
border-color: #ED5085;
}
.TagClassName
{
border-color: #ED5085;
}
</style>