Html Css Color HEX #ED5689 Dark Pink

📋 copy color: '#ED5689'

red 237 ◦ green 86 ◦ blue 137

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

Shades of Dark Pink #ED5689

Tints of Dark Pink #ED5689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.7%

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

R = 51.52%
G = 18.7%
B = 29.78%

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

#ED5689 (or 0xED5689) is known color: Dark Pink. HEX triplet: ED, 56 and 89. RGB value is (237,86,137). Sum of RGB (Red+Green+Blue) = 237+86+137=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5689 is #12A976. Grayscale: #888888. Windows color (decimal): -1223031 or 9000685. OLE color: 9000685.

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

Color convert

RGB 237 86 137 -
CMYK 0 0.64 0.42 0.07
HSL 339.74º 0.81% 0.63% -
HSV(B) 339.74º 0.64% 0.93% -
XYZ 42.77 26.47 26.52 -
YUV 136.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 237 86 137 0 0.64 0.42 0.07 339.74 0.81 0.63
Hex ED 56 89 0 40 2A 7 154 51 3F
Octal 355 126 211 0 100 52 7 524 121 77
Binary 11101101 1010110 10001001 0 1000000 101010 111 101010100 1010001 111111

Color Harmonies of #ED5689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5689

Black with #ED5689

Text Example


Text Example

White with #ED5689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5689; }

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

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

background-color css

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

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

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

border-color css

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

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

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