#E5558D

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

Shades of Dark Pink #E5558D

Tints of Dark Pink #E5558D

Color information

#E5558D (or 0xE5558D) is unknown color: approx Dark Pink. HEX triplet: E5, 55 and 8D. RGB value is (229,85,141). Sum of RGB (Red+Green+Blue) = 229+85+141=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5558D is #1AAA72. Grayscale: #868686. Windows color (decimal): -1747571 or 9262565. OLE color: 9262565.

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

Color convert

RGB22985141-
CMYK00.630.380.10
HSL336.67º73.47%61.57%-
HSV(B)336.67º62.88%89.8%-
XYZ40.3725.0827.91-
YUV134.44131.71195.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.33%
GREEN value IS 85 (33.59% from 255) = 18.68%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=50.33%
G=18.68%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298514100.630.380.10336.6773.4761.57
HexE5558D03F26A151493e
Octal345125215077461252111176
Binary11100101101010110001101011111110011010101010100011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5558D; }

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

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

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

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

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

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

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

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