#E55E7B

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

Shades of Dark Pink #E55E7B

Tints of Dark Pink #E55E7B

Color information

#E55E7B (or 0xE55E7B) is unknown color: approx Dark Pink. HEX triplet: E5, 5E and 7B. RGB value is (229,94,123). Sum of RGB (Red+Green+Blue) = 229+94+123=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55E7B is #1AA184. Grayscale: #898989. Windows color (decimal): -1745285 or 8085221. OLE color: 8085221.

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

Color convert

RGB22994123-
CMYK00.590.460.10
HSL347.11º72.19%63.33%-
HSV(B)347.11º58.95%89.8%-
XYZ39.8926.0921.67-
YUV137.67119.73193.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.35%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=51.35%
G=21.08%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299412300.590.460.10347.1172.1963.33
HexE55E7B03B2EA15b483f
Octal345136173073561253311077
Binary1110010110111101111011011101110111010101010110111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55E7B; }

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

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

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

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

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

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

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

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