#E15C91

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

Shades of Dark Pink #E15C91

Tints of Dark Pink #E15C91

Color information

#E15C91 (or 0xE15C91) is unknown color: approx Dark Pink. HEX triplet: E1, 5C and 91. RGB value is (225,92,145). Sum of RGB (Red+Green+Blue) = 225+92+145=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C91 is #1EA36E. Grayscale: #898989. Windows color (decimal): -2007919 or 9526497. OLE color: 9526497.

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

Color convert

RGB22592145-
CMYK00.590.360.12
HSL336.09º68.91%62.16%-
HSV(B)336.09º59.11%88.24%-
XYZ39.9925.7129.64-
YUV137.81132.06190.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 92 (36.33% from 255) = 19.91%
BLUE value IS 145 (57.03% from 255) = 31.39%
R=48.70%
G=19.91%
B=31.39%

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
Decimal2259214500.590.360.12336.0968.9162.16
HexE15C9103B24C150453e
Octal341134221073441452010576
Binary11100001101110010010001011101110010011001010100001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C91; }

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

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

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

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

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

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

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

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