#E55994

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

Shades of Dark Pink #E55994

Tints of Dark Pink #E55994

Color information

#E55994 (or 0xE55994) is unknown color: approx Dark Pink. HEX triplet: E5, 59 and 94. RGB value is (229,89,148). Sum of RGB (Red+Green+Blue) = 229+89+148=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E55994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55994 is #1AA66B. Grayscale: #898989. Windows color (decimal): -1746540 or 9722341. OLE color: 9722341.

HSL color Cylindrical-coordinate representation of color #E55994: hue angle of 334.71º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55994 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB22989148-
CMYK00.610.350.10
HSL334.71º72.92%62.35%-
HSV(B)334.71º61.14%89.8%-
XYZ41.2325.9430.85-
YUV137.59133.88193.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.14%
GREEN value IS 89 (35.16% from 255) = 19.10%
BLUE value IS 148 (58.20% from 255) = 31.76%
R=49.14%
G=19.10%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298914800.610.350.10334.7172.9262.35
HexE5599403D23A14f493e
Octal345131224075431251711176
Binary11100101101100110010100011110110001110101010011111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55994; }

 p { color: rgb(229,89,148); }

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

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

 a { background-color: rgb(229,89,148); }

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

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

 span { border-color: rgb(229,89,148); }

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