#ED5E7E

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

Shades of Dark Pink #ED5E7E

Tints of Dark Pink #ED5E7E

Color information

#ED5E7E (or 0xED5E7E) is unknown color: approx Dark Pink. HEX triplet: ED, 5E and 7E. RGB value is (237,94,126). Sum of RGB (Red+Green+Blue) = 237+94+126=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5E7E is #12A181. Grayscale: #8C8C8C. Windows color (decimal): -1220994 or 8281837. OLE color: 8281837.

HSL color Cylindrical-coordinate representation of color #ED5E7E: hue angle of 346.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5E7E is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB23794126-
CMYK00.600.470.07
HSL346.57º79.89%64.9%-
HSV(B)346.57º60.34%92.94%-
XYZ42.6927.5222.8-
YUV140.4119.88196.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.86%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 126 (49.61% from 255) = 27.57%
R=51.86%
G=20.57%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379412600.600.470.07346.5779.8964.9
HexED5E7E03C2F715b5041
Octal355136176074577533120101
Binary1110110110111101111110011110010111111110101101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5E7E; }

 p { color: rgb(237,94,126); }

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

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

 a { background-color: rgb(237,94,126); }

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

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

 span { border-color: rgb(237,94,126); }

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