#E55589

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

Shades of Dark Pink #E55589

Tints of Dark Pink #E55589

Color information

#E55589 (or 0xE55589) is unknown color: approx Dark Pink. HEX triplet: E5, 55 and 89. RGB value is (229,85,137). Sum of RGB (Red+Green+Blue) = 229+85+137=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E55589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55589 is #1AAA76. Grayscale: #858585. Windows color (decimal): -1747575 or 9000421. OLE color: 9000421.

HSL color Cylindrical-coordinate representation of color #E55589: hue angle of 338.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55589 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB22985137-
CMYK00.630.400.10
HSL338.33º73.47%61.57%-
HSV(B)338.33º62.88%89.8%-
XYZ40.0824.9626.37-
YUV133.98129.71195.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.78%
GREEN value IS 85 (33.59% from 255) = 18.85%
BLUE value IS 137 (53.91% from 255) = 30.38%
R=50.78%
G=18.85%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298513700.630.400.10338.3373.4761.57
HexE5558903F28A152493e
Octal345125211077501252211176
Binary11100101101010110001001011111110100010101010100101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55589; }

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

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

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

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

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

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

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

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