#ED5581

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

Shades of Dark Pink #ED5581

Tints of Dark Pink #ED5581

Color information

#ED5581 (or 0xED5581) is unknown color: approx Dark Pink. HEX triplet: ED, 55 and 81. RGB value is (237,85,129). Sum of RGB (Red+Green+Blue) = 237+85+129=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5581 is #12AA7E. Grayscale: #878787. Windows color (decimal): -1223295 or 8476141. OLE color: 8476141.

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

Color convert

RGB23785129-
CMYK00.640.460.07
HSL342.63º80.85%63.14%-
HSV(B)342.63º64.14%92.94%-
XYZ42.1426.0923.58-
YUV135.46124.36200.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.55%
GREEN value IS 85 (33.59% from 255) = 18.85%
BLUE value IS 129 (50.78% from 255) = 28.60%
R=52.55%
G=18.85%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378512900.640.460.07342.6380.8563.14
HexED55810402E7157513f
Octal355125201010056752712177
Binary11101101101010110000001010000001011101111010101111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5581; }

 p { color: rgb(237,85,129); }

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

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

 a { background-color: rgb(237,85,129); }

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

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

 span { border-color: rgb(237,85,129); }

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