#E15189

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

Shades of Dark Pink #E15189

Tints of Dark Pink #E15189

Color information

#E15189 (or 0xE15189) is unknown color: approx Dark Pink. HEX triplet: E1, 51 and 89. RGB value is (225,81,137). Sum of RGB (Red+Green+Blue) = 225+81+137=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E15189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15189 is #1EAE76. Grayscale: #828282. Windows color (decimal): -2010743 or 8999393. OLE color: 8999393.

HSL color Cylindrical-coordinate representation of color #E15189: hue angle of 336.67º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15189 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB22581137-
CMYK00.640.390.12
HSL336.67º70.59%60%-
HSV(B)336.67º64%88.24%-
XYZ38.5123.726.21-
YUV130.44131.71195.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.79%
GREEN value IS 81 (32.03% from 255) = 18.28%
BLUE value IS 137 (53.91% from 255) = 30.93%
R=50.79%
G=18.28%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258113700.640.390.12336.6770.5960
HexE1518904027C151473c
Octal3411212110100471452110774
Binary111000011010001100010010100000010011111001010100011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15189; }

 p { color: rgb(225,81,137); }

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

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

 a { background-color: rgb(225,81,137); }

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

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

 span { border-color: rgb(225,81,137); }

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