#E55A81

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

Shades of Dark Pink #E55A81

Tints of Dark Pink #E55A81

Color information

#E55A81 (or 0xE55A81) is unknown color: approx Dark Pink. HEX triplet: E5, 5A and 81. RGB value is (229,90,129). Sum of RGB (Red+Green+Blue) = 229+90+129=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55A81 is #1AA57E. Grayscale: #878787. Windows color (decimal): -1746303 or 8477413. OLE color: 8477413.

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

Color convert

RGB22990129-
CMYK00.610.440.10
HSL343.17º72.77%62.55%-
HSV(B)343.17º60.7%89.8%-
XYZ39.9325.5623.6-
YUV136.01124.05194.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.12%
GREEN value IS 90 (35.55% from 255) = 20.09%
BLUE value IS 129 (50.78% from 255) = 28.79%
R=51.12%
G=20.09%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299012900.610.440.10343.1772.7762.55
HexE55A8103D2CA157493f
Octal345132201075541252711177
Binary11100101101101010000001011110110110010101010101111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55A81; }

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

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

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

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

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

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

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

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