#E5588B

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

Shades of Dark Pink #E5588B

Tints of Dark Pink #E5588B

Color information

#E5588B (or 0xE5588B) is unknown color: approx Dark Pink. HEX triplet: E5, 58 and 8B. RGB value is (229,88,139). Sum of RGB (Red+Green+Blue) = 229+88+139=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5588B is #1AA774. Grayscale: #878787. Windows color (decimal): -1746805 or 9132261. OLE color: 9132261.

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

Color convert

RGB22988139-
CMYK00.620.390.10
HSL338.3º73.06%62.16%-
HSV(B)338.3º61.57%89.8%-
XYZ40.4625.527.22-
YUV135.97129.71194.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.22%
GREEN value IS 88 (34.77% from 255) = 19.30%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=50.22%
G=19.30%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298813900.620.390.10338.373.0662.16
HexE5588B03E27A152493e
Octal345130213076471252211176
Binary11100101101100010001011011111010011110101010100101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5588B; }

 p { color: rgb(229,88,139); }

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

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

 a { background-color: rgb(229,88,139); }

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

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

 span { border-color: rgb(229,88,139); }

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