#ed5977

Color #ED5977 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #ED5977

Tints of Dark Pink #ED5977

Color information

#ED5977 (or 0xED5977) is unknown color: approx Dark Pink. HEX triplet: ED, 59 and 77. RGB value is (237,89,119). Sum of RGB (Red+Green+Blue) = 237+89+119=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5977 is #12A688. Grayscale: #888888. Windows color (decimal): -1222281 or 7821805. OLE color: 7821805.

HSL color Cylindrical-coordinate representation of color #ED5977: hue angle of 347.84º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5977 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB23789119-
CMYK00.620.500.07
HSL347.84º80.43%63.92%-
HSV(B)347.84º62.45%92.94%-
XYZ41.8326.4820.36-
YUV136.67118.03199.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.26%
GREEN value IS 89 (35.16% from 255) = 20%
BLUE value IS 119 (46.88% from 255) = 26.74%
R=53.26%
G=20%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378911900.620.500.07347.8480.4363.92
HexED597703E32715c5040
Octal355131167076627534120100
Binary1110110110110011110111011111011001011110101110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed5977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed5977; }

 p { color: rgb(237,89,119); }

 H1.HeaderClassName
 {
   color: #ed5977;
 }
 .AnyTagClassName
 {
   color: #ed5977;
 }
</style>
background-color css

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

 a { background-color: rgb(237,89,119); }

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

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

 span { border-color: rgb(237,89,119); }

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