#E15A8C

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

Shades of Dark Pink #E15A8C

Tints of Dark Pink #E15A8C

Color information

#E15A8C (or 0xE15A8C) is unknown color: approx Dark Pink. HEX triplet: E1, 5A and 8C. RGB value is (225,90,140). Sum of RGB (Red+Green+Blue) = 225+90+140=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15A8C is #1EA573. Grayscale: #888888. Windows color (decimal): -2008436 or 9198305. OLE color: 9198305.

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

Color convert

RGB22590140-
CMYK00.600.380.12
HSL337.78º69.23%61.76%-
HSV(B)337.78º60%88.24%-
XYZ39.4425.2127.6-
YUV136.06130.23191.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.45%
GREEN value IS 90 (35.55% from 255) = 19.78%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=49.45%
G=19.78%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259014000.600.380.12337.7869.2361.76
HexE15A8C03C26C152453e
Octal341132214074461452210576
Binary11100001101101010001100011110010011011001010100101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15A8C; }

 p { color: rgb(225,90,140); }

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

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

 a { background-color: rgb(225,90,140); }

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

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

 span { border-color: rgb(225,90,140); }

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