#e55d8c

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

Shades of Dark Pink #E55D8C

Tints of Dark Pink #E55D8C

Color information

#E55D8C (or 0xE55D8C) is unknown color: approx Dark Pink. HEX triplet: E5, 5D and 8C. RGB value is (229,93,140). Sum of RGB (Red+Green+Blue) = 229+93+140=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55D8C is #1AA273. Grayscale: #8A8A8A. Windows color (decimal): -1745524 or 9199077. OLE color: 9199077.

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

Color convert

RGB22993140-
CMYK00.590.390.10
HSL339.26º72.34%63.14%-
HSV(B)339.26º59.39%89.8%-
XYZ40.9626.3827.74-
YUV139.02128.56192.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.57%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 140 (55.08% from 255) = 30.30%
R=49.57%
G=20.13%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299314000.590.390.10339.2672.3463.14
HexE55D8C03B27A153483f
Octal345135214073471252311077
Binary11100101101110110001100011101110011110101010100111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e55d8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e55d8c; }

 p { color: rgb(229,93,140); }

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

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

 a { background-color: rgb(229,93,140); }

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

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

 span { border-color: rgb(229,93,140); }

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