Html Css Color HEX #ED5789 Dark Pink

📋 copy color: '#ED5789'

red 237 ◦ green 87 ◦ blue 137

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

Shades of Dark Pink #ED5789

Tints of Dark Pink #ED5789

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.87%

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

R = 51.41%
G = 18.87%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED5789 (or 0xED5789) is known color: Dark Pink. HEX triplet: ED, 57 and 89. RGB value is (237,87,137). Sum of RGB (Red+Green+Blue) = 237+87+137=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5789 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5789 is #12A876. Grayscale: #898989. Windows color (decimal): -1222775 or 9000941. OLE color: 9000941.

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

Color convert

RGB 237 87 137 -
CMYK 0 0.63 0.42 0.07
HSL 340º 0.81% 0.64% -
HSV(B) 340º 0.63% 0.93% -
XYZ 42.85 26.63 26.55 -
YUV 137.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 237 87 137 0 0.63 0.42 0.07 340 0.81 0.64
Hex ED 57 89 0 3F 2A 7 154 51 40
Octal 355 127 211 0 77 52 7 524 121 100
Binary 11101101 1010111 10001001 0 111111 101010 111 101010100 1010001 1000000

Color Harmonies of #ED5789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5789

Black with #ED5789

Text Example


Text Example

White with #ED5789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5789; }

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

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

background-color css

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

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

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

border-color css

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

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

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