Html Css Color HEX #ED588B Dark Pink

📋 copy color: '#ED588B'

red 237 ◦ green 88 ◦ blue 139

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

Shades of Dark Pink #ED588B

Tints of Dark Pink #ED588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.96%

R = 51.08%
G = 18.97%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED588B (or 0xED588B) is known color: Dark Pink. HEX triplet: ED, 58 and 8B. RGB value is (237,88,139). Sum of RGB (Red+Green+Blue) = 237+88+139=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED588B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED588B is #12A774. Grayscale: #8A8A8A. Windows color (decimal): -1222517 or 9132269. OLE color: 9132269.

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

Color convert

RGB 237 88 139 -
CMYK 0 0.63 0.41 0.07
HSL 339.46º 0.81% 0.64% -
HSV(B) 339.46º 0.63% 0.93% -
XYZ 43.07 26.85 27.34 -
YUV 138.37 128.36 198.35 -
System Red Green Blue C M Y K H S L
Decimal 237 88 139 0 0.63 0.41 0.07 339.46 0.81 0.64
Hex ED 58 8B 0 3F 29 7 153 51 40
Octal 355 130 213 0 77 51 7 523 121 100
Binary 11101101 1011000 10001011 0 111111 101001 111 101010011 1010001 1000000

Color Harmonies of #ED588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED588B

Black with #ED588B

Text Example


Text Example

White with #ED588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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