#E15D78

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

Shades of Dark Pink #E15D78

Tints of Dark Pink #E15D78

Color information

#E15D78 (or 0xE15D78) is unknown color: approx Dark Pink. HEX triplet: E1, 5D and 78. RGB value is (225,93,120). Sum of RGB (Red+Green+Blue) = 225+93+120=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D78 is #1EA287. Grayscale: #878787. Windows color (decimal): -2007688 or 7888353. OLE color: 7888353.

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

Color convert

RGB22593120-
CMYK00.590.470.12
HSL347.73º68.75%62.35%-
HSV(B)347.73º58.67%88.24%-
XYZ38.3625.1920.61-
YUV135.55119.23191.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.37%
GREEN value IS 93 (36.72% from 255) = 21.23%
BLUE value IS 120 (47.27% from 255) = 27.40%
R=51.37%
G=21.23%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259312000.590.470.12347.7368.7562.35
HexE15D7803B2FC15c453e
Octal341135170073571453410576
Binary1110000110111011111000011101110111111001010111001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15D78; }

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

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

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

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

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

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

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

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