#E15C90

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

Shades of Dark Pink #E15C90

Tints of Dark Pink #E15C90

Color information

#E15C90 (or 0xE15C90) is unknown color: approx Dark Pink. HEX triplet: E1, 5C and 90. RGB value is (225,92,144). Sum of RGB (Red+Green+Blue) = 225+92+144=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C90 is #1EA36F. Grayscale: #898989. Windows color (decimal): -2007920 or 9460961. OLE color: 9460961.

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

Color convert

RGB22592144-
CMYK00.590.360.12
HSL336.54º68.91%62.16%-
HSV(B)336.54º59.11%88.24%-
XYZ39.9125.6829.24-
YUV137.7131.56190.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 92 (36.33% from 255) = 19.96%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=48.81%
G=19.96%
B=31.24%

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
Decimal2259214400.590.360.12336.5468.9162.16
HexE15C9003B24C151453e
Octal341134220073441452110576
Binary11100001101110010010000011101110010011001010100011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C90; }

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

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

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

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

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

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

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

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