#ED527E

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

Shades of Dark Pink #ED527E

Tints of Dark Pink #ED527E

Color information

#ED527E (or 0xED527E) is unknown color: approx Dark Pink. HEX triplet: ED, 52 and 7E. RGB value is (237,82,126). Sum of RGB (Red+Green+Blue) = 237+82+126=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED527E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED527E is #12AD81. Grayscale: #858585. Windows color (decimal): -1224066 or 8278765. OLE color: 8278765.

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

Color convert

RGB23782126-
CMYK00.650.470.07
HSL342.97º81.15%62.55%-
HSV(B)342.97º65.4%92.94%-
XYZ41.7125.5522.47-
YUV133.36123.85201.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.26%
GREEN value IS 82 (32.42% from 255) = 18.43%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=53.26%
G=18.43%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378212600.650.470.07342.9781.1562.55
HexED527E0412F7157513f
Octal355122176010157752712177
Binary1110110110100101111110010000011011111111010101111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED527E; }

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

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

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

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

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

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

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

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