#E55588

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

Shades of Dark Pink #E55588

Tints of Dark Pink #E55588

Color information

#E55588 (or 0xE55588) is unknown color: approx Dark Pink. HEX triplet: E5, 55 and 88. RGB value is (229,85,136). Sum of RGB (Red+Green+Blue) = 229+85+136=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E55588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55588 is #1AAA77. Grayscale: #858585. Windows color (decimal): -1747576 or 8934885. OLE color: 8934885.

HSL color Cylindrical-coordinate representation of color #E55588: hue angle of 338.75º 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 #E55588 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB22985136-
CMYK00.630.410.10
HSL338.75º73.47%61.57%-
HSV(B)338.75º62.88%89.8%-
XYZ40.0124.9326-
YUV133.87129.21195.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.89%
GREEN value IS 85 (33.59% from 255) = 18.89%
BLUE value IS 136 (53.52% from 255) = 30.22%
R=50.89%
G=18.89%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298513600.630.410.10338.7573.4761.57
HexE5558803F29A153493e
Octal345125210077511252311176
Binary11100101101010110001000011111110100110101010100111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55588; }

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

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

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

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

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

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

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

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