#E15D7F

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

Shades of Dark Pink #E15D7F

Tints of Dark Pink #E15D7F

Color information

#E15D7F (or 0xE15D7F) is unknown color: approx Dark Pink. HEX triplet: E1, 5D and 7F. RGB value is (225,93,127). Sum of RGB (Red+Green+Blue) = 225+93+127=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D7F is #1EA280. Grayscale: #888888. Windows color (decimal): -2007681 or 8347105. OLE color: 8347105.

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

Color convert

RGB22593127-
CMYK00.590.440.12
HSL344.55º68.75%62.35%-
HSV(B)344.55º58.67%88.24%-
XYZ38.825.3722.93-
YUV136.34122.73191.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.56%
GREEN value IS 93 (36.72% from 255) = 20.90%
BLUE value IS 127 (50% from 255) = 28.54%
R=50.56%
G=20.90%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259312700.590.440.12344.5568.7562.35
HexE15D7F03B2CC159453e
Octal341135177073541453110576
Binary1110000110111011111111011101110110011001010110011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15D7F; }

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

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

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

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

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

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

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

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