#E15D90

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

Shades of Dark Pink #E15D90

Tints of Dark Pink #E15D90

Color information

#E15D90 (or 0xE15D90) is unknown color: approx Dark Pink. HEX triplet: E1, 5D and 90. RGB value is (225,93,144). Sum of RGB (Red+Green+Blue) = 225+93+144=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15D90 is #1EA26F. Grayscale: #8A8A8A. Windows color (decimal): -2007664 or 9461217. OLE color: 9461217.

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

Color convert

RGB22593144-
CMYK00.590.360.12
HSL336.82º68.75%62.35%-
HSV(B)336.82º58.67%88.24%-
XYZ4025.8529.27-
YUV138.28131.23189.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=48.70%
G=20.13%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259314400.590.360.12336.8268.7562.35
HexE15D9003B24C151453e
Octal341135220073441452110576
Binary11100001101110110010000011101110010011001010100011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15D90; }

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

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

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

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

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

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

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

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