#E55E84

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

Shades of Dark Pink #E55E84

Tints of Dark Pink #E55E84

Color information

#E55E84 (or 0xE55E84) is unknown color: approx Dark Pink. HEX triplet: E5, 5E and 84. RGB value is (229,94,132). Sum of RGB (Red+Green+Blue) = 229+94+132=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55E84 is #1AA17B. Grayscale: #8A8A8A. Windows color (decimal): -1745276 or 8675045. OLE color: 8675045.

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

Color convert

RGB22994132-
CMYK00.590.420.10
HSL343.11º72.19%63.33%-
HSV(B)343.11º58.95%89.8%-
XYZ40.4826.3324.78-
YUV138.7124.23192.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.33%
GREEN value IS 94 (37.11% from 255) = 20.66%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=50.33%
G=20.66%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299413200.590.420.10343.1172.1963.33
HexE55E8403B2AA157483f
Octal345136204073521252711077
Binary11100101101111010000100011101110101010101010101111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55E84; }

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

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

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

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

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

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

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

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