#E15E88

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

Shades of Dark Pink #E15E88

Tints of Dark Pink #E15E88

Color information

#E15E88 (or 0xE15E88) is unknown color: approx Dark Pink. HEX triplet: E1, 5E and 88. RGB value is (225,94,136). Sum of RGB (Red+Green+Blue) = 225+94+136=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15E88 is #1EA177. Grayscale: #898989. Windows color (decimal): -2007416 or 8937185. OLE color: 8937185.

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

Color convert

RGB22594136-
CMYK00.580.400.12
HSL340.76º68.59%62.55%-
HSV(B)340.76º58.22%88.24%-
XYZ39.525.7926.19-
YUV137.96126.9190.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.45%
GREEN value IS 94 (37.11% from 255) = 20.66%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=49.45%
G=20.66%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259413600.580.400.12340.7668.5962.55
HexE15E8803A28C155453f
Octal341136210072501452510577
Binary11100001101111010001000011101010100011001010101011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15E88; }

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

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

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

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

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

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

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

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