#E15790

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

Shades of Dark Pink #E15790

Tints of Dark Pink #E15790

Color information

#E15790 (or 0xE15790) is unknown color: approx Dark Pink. HEX triplet: E1, 57 and 90. RGB value is (225,87,144). Sum of RGB (Red+Green+Blue) = 225+87+144=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E15790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15790 is #1EA86F. Grayscale: #868686. Windows color (decimal): -2009200 or 9459681. OLE color: 9459681.

HSL color Cylindrical-coordinate representation of color #E15790: hue angle of 335.22º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E15790 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB22587144-
CMYK00.610.360.12
HSL335.22º69.7%61.18%-
HSV(B)335.22º61.33%88.24%-
XYZ39.4924.8429.1-
YUV134.76133.22192.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.34%
GREEN value IS 87 (34.38% from 255) = 19.08%
BLUE value IS 144 (56.64% from 255) = 31.58%
R=49.34%
G=19.08%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258714400.610.360.12335.2269.761.18
HexE1579003D24C14f463d
Octal341127220075441451710675
Binary11100001101011110010000011110110010011001010011111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15790; }

 p { color: rgb(225,87,144); }

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

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

 a { background-color: rgb(225,87,144); }

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

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

 span { border-color: rgb(225,87,144); }

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