#E55E7A

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

Shades of Dark Pink #E55E7A

Tints of Dark Pink #E55E7A

Color information

#E55E7A (or 0xE55E7A) is unknown color: approx Dark Pink. HEX triplet: E5, 5E and 7A. RGB value is (229,94,122). Sum of RGB (Red+Green+Blue) = 229+94+122=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55E7A is #1AA185. Grayscale: #898989. Windows color (decimal): -1745286 or 8019685. OLE color: 8019685.

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

Color convert

RGB22994122-
CMYK00.590.470.10
HSL347.56º72.19%63.33%-
HSV(B)347.56º58.95%89.8%-
XYZ39.8326.0721.34-
YUV137.56119.23193.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.46%
GREEN value IS 94 (37.11% from 255) = 21.12%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=51.46%
G=21.12%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299412200.590.470.10347.5672.1963.33
HexE55E7A03B2FA15c483f
Octal345136172073571253411077
Binary1110010110111101111010011101110111110101010111001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55E7A; }

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

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

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

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

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

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

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

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