#ED5986

Color #ED5986 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #ED5986

Tints of Dark Pink #ED5986

Color information

#ED5986 (or 0xED5986) is unknown color: approx Dark Pink. HEX triplet: ED, 59 and 86. RGB value is (237,89,134). Sum of RGB (Red+Green+Blue) = 237+89+134=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5986 is #12A679. Grayscale: #8A8A8A. Windows color (decimal): -1222266 or 8804845. OLE color: 8804845.

HSL color Cylindrical-coordinate representation of color #ED5986: hue angle of 341.76º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5986 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB23789134-
CMYK00.620.430.07
HSL341.76º80.43%63.92%-
HSV(B)341.76º62.45%92.94%-
XYZ42.826.8725.48-
YUV138.38125.53198.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 51.52%
GREEN value IS 89 (35.16% from 255) = 19.35%
BLUE value IS 134 (52.73% from 255) = 29.13%
R=51.52%
G=19.35%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378913400.620.430.07341.7680.4363.92
HexED598603E2B71565040
Octal355131206076537526120100
Binary11101101101100110000110011111010101111110101011010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5986; }

 p { color: rgb(237,89,134); }

 H1.HeaderClassName
 {
   color: #ED5986;
 }
 .AnyTagClassName
 {
   color: #ED5986;
 }
</style>
background-color css

<style>
 a { background-color: #ED5986; }

 a { background-color: rgb(237,89,134); }

 div.DivClassName
 {
   background-color: #ED5986;
 }
 .BgClassName
 {
   background-color: #ED5986;
 }
</style>
border-color css

<style>
 span { border-color: #ED5986; }

 span { border-color: rgb(237,89,134); }

 td.TdClassName
 {
   border-color: #ED5986;
 }
 .TagClassName
 {
   border-color: #ED5986;
 }
</style>