#ED527C

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

Shades of Dark Pink #ED527C

Tints of Dark Pink #ED527C

Color information

#ED527C (or 0xED527C) is unknown color: approx Dark Pink. HEX triplet: ED, 52 and 7C. RGB value is (237,82,124). Sum of RGB (Red+Green+Blue) = 237+82+124=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED527C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED527C is #12AD83. Grayscale: #858585. Windows color (decimal): -1224068 or 8147693. OLE color: 8147693.

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

Color convert

RGB23782124-
CMYK00.650.480.07
HSL343.74º81.15%62.55%-
HSV(B)343.74º65.4%92.94%-
XYZ41.5825.4921.8-
YUV133.13122.85202.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.50%
GREEN value IS 82 (32.42% from 255) = 18.51%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=53.50%
G=18.51%
B=27.99%

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
Decimal2378212400.650.480.07343.7481.1562.55
HexED527C041307158513f
Octal355122174010160753012177
Binary1110110110100101111100010000011100001111010110001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED527C; }

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

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

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

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

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

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

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

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