Html Css Color HEX #ED587A Dark Pink

📋 copy color: '#ED587A'

red 237 ◦ green 88 ◦ blue 122

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

Shades of Dark Pink #ED587A

Tints of Dark Pink #ED587A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.29%

R = 53.02%
G = 19.69%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED587A (or 0xED587A) is known color: Dark Pink. HEX triplet: ED, 58 and 7A. RGB value is (237,88,122). Sum of RGB (Red+Green+Blue) = 237+88+122=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED587A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED587A is #12A785. Grayscale: #888888. Windows color (decimal): -1222534 or 8018157. OLE color: 8018157.

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

Color convert

RGB 237 88 122 -
CMYK 0 0.63 0.49 0.07
HSL 346.31º 0.81% 0.64% -
HSV(B) 346.31º 0.63% 0.93% -
XYZ 41.93 26.39 21.3 -
YUV 136.43 119.86 199.74 -
System Red Green Blue C M Y K H S L
Decimal 237 88 122 0 0.63 0.49 0.07 346.31 0.81 0.64
Hex ED 58 7A 0 3F 31 7 15A 51 40
Octal 355 130 172 0 77 61 7 532 121 100
Binary 11101101 1011000 1111010 0 111111 110001 111 101011010 1010001 1000000

Color Harmonies of #ED587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED587A

Black with #ED587A

Text Example


Text Example

White with #ED587A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED587A; }

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

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

background-color css

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

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

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

border-color css

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

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

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