#e15586

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

Shades of Dark Pink #E15586

Tints of Dark Pink #E15586

Color information

#E15586 (or 0xE15586) is unknown color: approx Dark Pink. HEX triplet: E1, 55 and 86. RGB value is (225,85,134). Sum of RGB (Red+Green+Blue) = 225+85+134=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E15586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15586 is #1EAA79. Grayscale: #848484. Windows color (decimal): -2009722 or 8803809. OLE color: 8803809.

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

Color convert

RGB22585134-
CMYK00.620.400.12
HSL339º70%60.78%-
HSV(B)339º62.22%88.24%-
XYZ38.624.2325.2-
YUV132.45128.88194.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.68%
GREEN value IS 85 (33.59% from 255) = 19.14%
BLUE value IS 134 (52.73% from 255) = 30.18%
R=50.68%
G=19.14%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258513400.620.400.123397060.78
HexE1558603E28C153463d
Octal341125206076501452310675
Binary11100001101010110000110011111010100011001010100111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e15586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e15586; }

 p { color: rgb(225,85,134); }

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

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

 a { background-color: rgb(225,85,134); }

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

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

 span { border-color: rgb(225,85,134); }

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