Shades of Dark Pink #ED558B
Tints of Dark Pink #ED558B
RGB
CMYK
RGB Variations
Color information
#ED558B (or 0xED558B) is known color: Dark Pink. HEX triplet: ED, 55 and 8B. RGB value is (237,85,139). Sum of RGB (Red+Green+Blue) = 237+85+139=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED558B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED558B is #12AA74. Grayscale: #888888. Windows color (decimal): -1223285 or 9131501. OLE color: 9131501.
HSL color Cylindrical-coordinate representation of color #ED558B: hue angle of 338.68º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED558B is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 139 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.07 |
| HSL | 338.68º | 0.81% | 0.63% | - |
| HSV(B) | 338.68º | 0.64% | 0.93% | - |
| XYZ | 42.83 | 26.37 | 27.26 | - |
| YUV | 136.6 | 129.36 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 139 | 0 | 0.64 | 0.41 | 0.07 | 338.68 | 0.81 | 0.63 |
| Hex | ED | 55 | 8B | 0 | 40 | 29 | 7 | 153 | 51 | 3F |
| Octal | 355 | 125 | 213 | 0 | 100 | 51 | 7 | 523 | 121 | 77 |
| Binary | 11101101 | 1010101 | 10001011 | 0 | 1000000 | 101001 | 111 | 101010011 | 1010001 | 111111 |
Color Harmonies of #ED558B
Complementary color
Monochromatic Colors of #ED558B
Black with #ED558B
Text Example
Text Example
White with #ED558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED558B; }
p { color: rgb(237,85,139); }
H1.HeaderClassName
{
color: #ED558B;
}
.AnyTagClassName
{
color: #ED558B;
}
</style>
background-color css
<style>
a { background-color: #ED558B; }
a { background-color: rgb(237,85,139); }
div.DivClassName
{
background-color: #ED558B;
}
.BgClassName
{
background-color: #ED558B;
}
</style>
border-color css
<style>
span { border-color: #ED558B; }
span { border-color: rgb(237,85,139); }
td.TdClassName
{
border-color: #ED558B;
}
.TagClassName
{
border-color: #ED558B;
}
</style>