#E55D81

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

Shades of Dark Pink #E55D81

Tints of Dark Pink #E55D81

Color information

#E55D81 (or 0xE55D81) is unknown color: approx Dark Pink. HEX triplet: E5, 5D and 81. RGB value is (229,93,129). Sum of RGB (Red+Green+Blue) = 229+93+129=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55D81 is #1AA27E. Grayscale: #898989. Windows color (decimal): -1745535 or 8478181. OLE color: 8478181.

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

Color convert

RGB22993129-
CMYK00.590.440.10
HSL344.12º72.34%63.14%-
HSV(B)344.12º59.39%89.8%-
XYZ40.1926.0723.68-
YUV137.77123.06193.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.78%
GREEN value IS 93 (36.72% from 255) = 20.62%
BLUE value IS 129 (50.78% from 255) = 28.60%
R=50.78%
G=20.62%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299312900.590.440.10344.1272.3463.14
HexE55D8103B2CA158483f
Octal345135201073541253011077
Binary11100101101110110000001011101110110010101010110001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55D81; }

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

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

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

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

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

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

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

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