#ED547C

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

Shades of Dark Pink #ED547C

Tints of Dark Pink #ED547C

Color information

#ED547C (or 0xED547C) is unknown color: approx Dark Pink. HEX triplet: ED, 54 and 7C. RGB value is (237,84,124). Sum of RGB (Red+Green+Blue) = 237+84+124=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED547C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED547C is #12AB83. Grayscale: #868686. Windows color (decimal): -1223556 or 8148205. OLE color: 8148205.

HSL color Cylindrical-coordinate representation of color #ED547C: hue angle of 344.31º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED547C is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB23784124-
CMYK00.650.480.07
HSL344.31º80.95%62.94%-
HSV(B)344.31º64.56%92.94%-
XYZ41.7325.821.85-
YUV134.31122.19201.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.26%
GREEN value IS 84 (33.20% from 255) = 18.88%
BLUE value IS 124 (48.83% from 255) = 27.87%
R=53.26%
G=18.88%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378412400.650.480.07344.3180.9562.94
HexED547C041307158513f
Octal355124174010160753012177
Binary1110110110101001111100010000011100001111010110001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED547C; }

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

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

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

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

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

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

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

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