#E15B91

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

Shades of Dark Pink #E15B91

Tints of Dark Pink #E15B91

Color information

#E15B91 (or 0xE15B91) is unknown color: approx Dark Pink. HEX triplet: E1, 5B and 91. RGB value is (225,91,145). Sum of RGB (Red+Green+Blue) = 225+91+145=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15B91 is #1EA46E. Grayscale: #898989. Windows color (decimal): -2008175 or 9526241. OLE color: 9526241.

HSL color Cylindrical-coordinate representation of color #E15B91: hue angle of 335.82º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15B91 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB22591145-
CMYK00.600.360.12
HSL335.82º69.07%61.96%-
HSV(B)335.82º59.56%88.24%-
XYZ39.925.5329.61-
YUV137.22132.39190.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 91 (35.94% from 255) = 19.74%
BLUE value IS 145 (57.03% from 255) = 31.45%
R=48.81%
G=19.74%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259114500.600.360.12335.8269.0761.96
HexE15B9103C24C150453e
Octal341133221074441452010576
Binary11100001101101110010001011110010010011001010100001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15B91; }

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

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

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

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

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

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

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

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