#E15D8A

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

Shades of Dark Pink #E15D8A

Tints of Dark Pink #E15D8A

Color information

#E15D8A (or 0xE15D8A) is unknown color: approx Dark Pink. HEX triplet: E1, 5D and 8A. RGB value is (225,93,138). Sum of RGB (Red+Green+Blue) = 225+93+138=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15D8A is #1EA275. Grayscale: #898989. Windows color (decimal): -2007670 or 9068001. OLE color: 9068001.

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

Color convert

RGB22593138-
CMYK00.590.390.12
HSL339.55º68.75%62.35%-
HSV(B)339.55º58.67%88.24%-
XYZ39.5525.6726.92-
YUV137.6128.23190.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.34%
GREEN value IS 93 (36.72% from 255) = 20.39%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=49.34%
G=20.39%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259313800.590.390.12339.5568.7562.35
HexE15D8A03B27C154453e
Octal341135212073471452410576
Binary11100001101110110001010011101110011111001010101001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15D8A; }

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

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

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

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

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

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

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

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