#E55A82

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

Shades of Dark Pink #E55A82

Tints of Dark Pink #E55A82

Color information

#E55A82 (or 0xE55A82) is unknown color: approx Dark Pink. HEX triplet: E5, 5A and 82. RGB value is (229,90,130). Sum of RGB (Red+Green+Blue) = 229+90+130=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55A82 is #1AA57D. Grayscale: #888888. Windows color (decimal): -1746302 or 8542949. OLE color: 8542949.

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

Color convert

RGB22990130-
CMYK00.610.430.10
HSL342.73º72.77%62.55%-
HSV(B)342.73º60.7%89.8%-
XYZ4025.5823.95-
YUV136.12124.55194.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 90 (35.55% from 255) = 20.04%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=51.00%
G=20.04%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299013000.610.430.10342.7372.7762.55
HexE55A8203D2BA157493f
Octal345132202075531252711177
Binary11100101101101010000010011110110101110101010101111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55A82; }

 p { color: rgb(229,90,130); }

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

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

 a { background-color: rgb(229,90,130); }

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

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

 span { border-color: rgb(229,90,130); }

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