#E56180

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

Shades of Dark Pink #E56180

Tints of Dark Pink #E56180

Color information

#E56180 (or 0xE56180) is unknown color: approx Dark Pink. HEX triplet: E5, 61 and 80. RGB value is (229,97,128). Sum of RGB (Red+Green+Blue) = 229+97+128=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E56180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56180 is #1A9E7F. Grayscale: #8C8C8C. Windows color (decimal): -1744512 or 8413669. OLE color: 8413669.

HSL color Cylindrical-coordinate representation of color #E56180: hue angle of 345.91º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56180 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB22997128-
CMYK00.580.440.10
HSL345.91º71.74%63.92%-
HSV(B)345.91º57.64%89.8%-
XYZ40.4826.7723.45-
YUV140121.23191.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.44%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=50.44%
G=21.37%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299712800.580.440.10345.9171.7463.92
HexE5618003A2CA15a4840
Octal3451412000725412532110100
Binary111001011100001100000000111010101100101010101101010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56180; }

 p { color: rgb(229,97,128); }

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

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

 a { background-color: rgb(229,97,128); }

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

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

 span { border-color: rgb(229,97,128); }

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