#E55E90

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

Shades of Dark Pink #E55E90

Tints of Dark Pink #E55E90

Color information

#E55E90 (or 0xE55E90) is unknown color: approx Dark Pink. HEX triplet: E5, 5E and 90. RGB value is (229,94,144). Sum of RGB (Red+Green+Blue) = 229+94+144=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55E90 is #1AA16F. Grayscale: #8C8C8C. Windows color (decimal): -1745264 or 9461477. OLE color: 9461477.

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

Color convert

RGB22994144-
CMYK00.590.370.10
HSL337.78º72.19%63.33%-
HSV(B)337.78º58.95%89.8%-
XYZ41.3526.6829.36-
YUV140.06130.23191.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.04%
GREEN value IS 94 (37.11% from 255) = 20.13%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=49.04%
G=20.13%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299414400.590.370.10337.7872.1963.33
HexE55E9003B25A152483f
Octal345136220073451252211077
Binary11100101101111010010000011101110010110101010100101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55E90; }

 p { color: rgb(229,94,144); }

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

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

 a { background-color: rgb(229,94,144); }

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

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

 span { border-color: rgb(229,94,144); }

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