Html Css Color HEX #ED577D Dark Pink

📋 copy color: '#ED577D'

red 237 ◦ green 87 ◦ blue 125

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

Shades of Dark Pink #ED577D

Tints of Dark Pink #ED577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 52.78%
G = 19.38%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED577D (or 0xED577D) is known color: Dark Pink. HEX triplet: ED, 57 and 7D. RGB value is (237,87,125). Sum of RGB (Red+Green+Blue) = 237+87+125=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED577D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED577D is #12A882. Grayscale: #888888. Windows color (decimal): -1222787 or 8214509. OLE color: 8214509.

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

Color convert

RGB 237 87 125 -
CMYK 0 0.63 0.47 0.07
HSL 344.8º 0.81% 0.64% -
HSV(B) 344.8º 0.63% 0.93% -
XYZ 42.03 26.3 22.26 -
YUV 136.18 121.7 199.91 -
System Red Green Blue C M Y K H S L
Decimal 237 87 125 0 0.63 0.47 0.07 344.8 0.81 0.64
Hex ED 57 7D 0 3F 2F 7 159 51 40
Octal 355 127 175 0 77 57 7 531 121 100
Binary 11101101 1010111 1111101 0 111111 101111 111 101011001 1010001 1000000

Color Harmonies of #ED577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED577D

Black with #ED577D

Text Example


Text Example

White with #ED577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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