Html Css Color HEX #ED5589 Dark Pink

📋 copy color: '#ED5589'

red 237 ◦ green 85 ◦ blue 137

#ED5589
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #ED5589

Tints of Dark Pink #ED5589

RGB

 RED value IS 237 (92.97% from 255) = 51.63%

 GREEN value IS 85 (33.59% from 255) = 18.52%

 BLUE value IS 137 (53.91% from 255) = 29.85%

R = 51.63%
G = 18.52%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED5589 (or 0xED5589) is known color: Dark Pink. HEX triplet: ED, 55 and 89. RGB value is (237,85,137). Sum of RGB (Red+Green+Blue) = 237+85+137=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5589 is #12AA76. Grayscale: #888888. Windows color (decimal): -1223287 or 9000429. OLE color: 9000429.

HSL color Cylindrical-coordinate representation of color #ED5589: hue angle of 339.47º 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 #ED5589 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 85 137 -
CMYK 0 0.64 0.42 0.07
HSL 339.47º 0.81% 0.63% -
HSV(B) 339.47º 0.64% 0.93% -
XYZ 42.69 26.31 26.49 -
YUV 136.38 128.36 199.77 -
System Red Green Blue C M Y K H S L
Decimal 237 85 137 0 0.64 0.42 0.07 339.47 0.81 0.63
Hex ED 55 89 0 40 2A 7 153 51 3F
Octal 355 125 211 0 100 52 7 523 121 77
Binary 11101101 1010101 10001001 0 1000000 101010 111 101010011 1010001 111111

Color Harmonies of #ED5589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5589

Black with #ED5589

Text Example


Text Example

White with #ED5589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5589; }

 p { color: rgb(237,85,137); }

 H1.HeaderClassName
 {
   color: #ED5589;
 }
 .AnyTagClassName
 {
   color: #ED5589;
 }
</style>

background-color css

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

 a { background-color: rgb(237,85,137); }

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

border-color css

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

 span { border-color: rgb(237,85,137); }

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