#ED547F

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

Shades of Dark Pink #ED547F

Tints of Dark Pink #ED547F

Color information

#ED547F (or 0xED547F) is unknown color: approx Dark Pink. HEX triplet: ED, 54 and 7F. RGB value is (237,84,127). Sum of RGB (Red+Green+Blue) = 237+84+127=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED547F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED547F is #12AB80. Grayscale: #868686. Windows color (decimal): -1223553 or 8344813. OLE color: 8344813.

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

Color convert

RGB23784127-
CMYK00.650.460.07
HSL343.14º80.95%62.94%-
HSV(B)343.14º64.56%92.94%-
XYZ41.9325.8822.86-
YUV134.65123.69201-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.90%
GREEN value IS 84 (33.20% from 255) = 18.75%
BLUE value IS 127 (50% from 255) = 28.35%
R=52.90%
G=18.75%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378412700.650.460.07343.1480.9562.94
HexED547F0412E7157513f
Octal355124177010156752712177
Binary1110110110101001111111010000011011101111010101111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED547F; }

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

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

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

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

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

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

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

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