#E15D88

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

Shades of Dark Pink #E15D88

Tints of Dark Pink #E15D88

Color information

#E15D88 (or 0xE15D88) is unknown color: approx Dark Pink. HEX triplet: E1, 5D and 88. RGB value is (225,93,136). Sum of RGB (Red+Green+Blue) = 225+93+136=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15D88 is #1EA277. Grayscale: #898989. Windows color (decimal): -2007672 or 8936929. OLE color: 8936929.

HSL color Cylindrical-coordinate representation of color #E15D88: hue angle of 340.45º 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 #E15D88 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB22593136-
CMYK00.590.400.12
HSL340.45º68.75%62.35%-
HSV(B)340.45º58.67%88.24%-
XYZ39.4125.6126.16-
YUV137.37127.23190.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 93 (36.72% from 255) = 20.48%
BLUE value IS 136 (53.52% from 255) = 29.96%
R=49.56%
G=20.48%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259313600.590.400.12340.4568.7562.35
HexE15D8803B28C154453e
Octal341135210073501452410576
Binary11100001101110110001000011101110100011001010101001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15D88; }

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

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

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

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

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

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

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

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