#EA5589

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

Shades of Dark Pink #EA5589

Tints of Dark Pink #EA5589

Color information

#EA5589 (or 0xEA5589) is unknown color: approx Dark Pink. HEX triplet: EA, 55 and 89. RGB value is (234,85,137). Sum of RGB (Red+Green+Blue) = 234+85+137=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5589 is #15AA76. Grayscale: #878787. Windows color (decimal): -1419895 or 9000426. OLE color: 9000426.

HSL color Cylindrical-coordinate representation of color #EA5589: hue angle of 339.06º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5589 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB23485137-
CMYK00.640.410.08
HSL339.06º78.01%62.55%-
HSV(B)339.06º63.68%91.76%-
XYZ41.725.826.45-
YUV135.48128.86198.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.32%
GREEN value IS 85 (33.59% from 255) = 18.64%
BLUE value IS 137 (53.91% from 255) = 30.04%
R=51.32%
G=18.64%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348513700.640.410.08339.0678.0162.55
HexEA55890402981534e3f
Octal3521252110100511052311677
Binary111010101010101100010010100000010100110001010100111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5589; }

 p { color: rgb(234,85,137); }

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

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

 a { background-color: rgb(234,85,137); }

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

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

 span { border-color: rgb(234,85,137); }

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