#ED5B7C

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

Shades of Dark Pink #ED5B7C

Tints of Dark Pink #ED5B7C

Color information

#ED5B7C (or 0xED5B7C) is unknown color: approx Dark Pink. HEX triplet: ED, 5B and 7C. RGB value is (237,91,124). Sum of RGB (Red+Green+Blue) = 237+91+124=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5B7C is #12A483. Grayscale: #8A8A8A. Windows color (decimal): -1221764 or 8149997. OLE color: 8149997.

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

Color convert

RGB23791124-
CMYK00.620.480.07
HSL346.44º80.22%64.31%-
HSV(B)346.44º61.6%92.94%-
XYZ42.326.9422.04-
YUV138.42119.87198.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.43%
GREEN value IS 91 (35.94% from 255) = 20.13%
BLUE value IS 124 (48.83% from 255) = 27.43%
R=52.43%
G=20.13%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379112400.620.480.07346.4480.2264.31
HexED5B7C03E30715a5040
Octal355133174076607532120100
Binary1110110110110111111100011111011000011110101101010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5B7C; }

 p { color: rgb(237,91,124); }

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

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

 a { background-color: rgb(237,91,124); }

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

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

 span { border-color: rgb(237,91,124); }

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