#E1587A

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

Shades of Dark Pink #E1587A

Tints of Dark Pink #E1587A

Color information

#E1587A (or 0xE1587A) is unknown color: approx Dark Pink. HEX triplet: E1, 58 and 7A. RGB value is (225,88,122). Sum of RGB (Red+Green+Blue) = 225+88+122=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1587A is #1EA785. Grayscale: #848484. Windows color (decimal): -2008966 or 8018145. OLE color: 8018145.

HSL color Cylindrical-coordinate representation of color #E1587A: hue angle of 345.11º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1587A is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB22588122-
CMYK00.610.460.12
HSL345.11º69.54%61.37%-
HSV(B)345.11º60.89%88.24%-
XYZ38.0524.3921.11-
YUV132.84121.89193.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.72%
GREEN value IS 88 (34.77% from 255) = 20.23%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=51.72%
G=20.23%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258812200.610.460.12345.1169.5461.37
HexE1587A03D2EC159463d
Octal341130172075561453110675
Binary1110000110110001111010011110110111011001010110011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1587A; }

 p { color: rgb(225,88,122); }

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

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

 a { background-color: rgb(225,88,122); }

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

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

 span { border-color: rgb(225,88,122); }

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