#E55690

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

Shades of Dark Pink #E55690

Tints of Dark Pink #E55690

Color information

#E55690 (or 0xE55690) is unknown color: approx Dark Pink. HEX triplet: E5, 56 and 90. RGB value is (229,86,144). Sum of RGB (Red+Green+Blue) = 229+86+144=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E55690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55690 is #1AA96F. Grayscale: #878787. Windows color (decimal): -1747312 or 9459429. OLE color: 9459429.

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

Color convert

RGB22986144-
CMYK00.620.370.10
HSL335.66º73.33%61.76%-
HSV(B)335.66º62.45%89.8%-
XYZ40.6725.3329.13-
YUV135.37132.88194.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.89%
GREEN value IS 86 (33.98% from 255) = 18.74%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=49.89%
G=18.74%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298614400.620.370.10335.6673.3361.76
HexE5569003E25A150493e
Octal345126220076451252011176
Binary11100101101011010010000011111010010110101010100001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55690; }

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

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

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

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

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

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

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

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