#E05588

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

Shades of Dark Pink #E05588

Tints of Dark Pink #E05588

Color information

#E05588 (or 0xE05588) is unknown color: approx Dark Pink. HEX triplet: E0, 55 and 88. RGB value is (224,85,136). Sum of RGB (Red+Green+Blue) = 224+85+136=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E05588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05588 is #1FAA77. Grayscale: #848484. Windows color (decimal): -2075256 or 8934880. OLE color: 8934880.

HSL color Cylindrical-coordinate representation of color #E05588: hue angle of 337.99º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05588 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB22485136-
CMYK00.620.390.12
HSL337.99º69.15%60.59%-
HSV(B)337.99º62.05%87.84%-
XYZ38.4324.1225.92-
YUV132.38130.05193.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.34%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 136 (53.52% from 255) = 30.56%
R=50.34%
G=19.10%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248513600.620.390.12337.9969.1560.59
HexE0558803E27C152453d
Octal340125210076471452210575
Binary11100000101010110001000011111010011111001010100101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05588; }

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

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

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

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

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

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

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

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