Html Css Color HEX #ED587C Dark Pink

📋 copy color: '#ED587C'

red 237 ◦ green 88 ◦ blue 124

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

Shades of Dark Pink #ED587C

Tints of Dark Pink #ED587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.6%

 BLUE value IS 124 (48.83% from 255) = 27.62%

R = 52.78%
G = 19.6%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED587C (or 0xED587C) is known color: Dark Pink. HEX triplet: ED, 58 and 7C. RGB value is (237,88,124). Sum of RGB (Red+Green+Blue) = 237+88+124=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED587C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED587C is #12A783. Grayscale: #888888. Windows color (decimal): -1222532 or 8149229. OLE color: 8149229.

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

Color convert

RGB 237 88 124 -
CMYK 0 0.63 0.48 0.07
HSL 345.5º 0.81% 0.64% -
HSV(B) 345.5º 0.63% 0.93% -
XYZ 42.05 26.44 21.96 -
YUV 136.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 237 88 124 0 0.63 0.48 0.07 345.5 0.81 0.64
Hex ED 58 7C 0 3F 30 7 15A 51 40
Octal 355 130 174 0 77 60 7 532 121 100
Binary 11101101 1011000 1111100 0 111111 110000 111 101011010 1010001 1000000

Color Harmonies of #ED587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED587C

Black with #ED587C

Text Example


Text Example

White with #ED587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED587C; }

 p { color: rgb(237,88,124); }

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

background-color css

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

 a { background-color: rgb(237,88,124); }

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

border-color css

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

 span { border-color: rgb(237,88,124); }

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