#E15D89

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

Shades of Dark Pink #E15D89

Tints of Dark Pink #E15D89

Color information

#E15D89 (or 0xE15D89) is unknown color: approx Dark Pink. HEX triplet: E1, 5D and 89. RGB value is (225,93,137). Sum of RGB (Red+Green+Blue) = 225+93+137=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15D89 is #1EA276. Grayscale: #898989. Windows color (decimal): -2007671 or 9002465. OLE color: 9002465.

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

Color convert

RGB22593137-
CMYK00.590.390.12
HSL340º68.75%62.35%-
HSV(B)340º58.67%88.24%-
XYZ39.4825.6426.54-
YUV137.48127.73190.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.45%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 137 (53.91% from 255) = 30.11%
R=49.45%
G=20.44%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259313700.590.390.1234068.7562.35
HexE15D8903B27C154453e
Octal341135211073471452410576
Binary11100001101110110001001011101110011111001010101001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15D89; }

 p { color: rgb(225,93,137); }

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

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

 a { background-color: rgb(225,93,137); }

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

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

 span { border-color: rgb(225,93,137); }

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