#E1627D

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

Shades of Dark Pink #E1627D

Tints of Dark Pink #E1627D

Color information

#E1627D (or 0xE1627D) is unknown color: approx Dark Pink. HEX triplet: E1, 62 and 7D. RGB value is (225,98,125). Sum of RGB (Red+Green+Blue) = 225+98+125=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1627D is #1E9D82. Grayscale: #8B8B8B. Windows color (decimal): -2006403 or 8217313. OLE color: 8217313.

HSL color Cylindrical-coordinate representation of color #E1627D: hue angle of 347.24º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1627D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB22598125-
CMYK00.560.440.12
HSL347.24º67.91%63.33%-
HSV(B)347.24º56.44%88.24%-
XYZ39.1226.2222.4-
YUV139.05120.08189.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.22%
GREEN value IS 98 (38.67% from 255) = 21.88%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=50.22%
G=21.88%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259812500.560.440.12347.2467.9163.33
HexE1627D0382CC15b443f
Octal341142175070541453310477
Binary1110000111000101111101011100010110011001010110111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1627D; }

 p { color: rgb(225,98,125); }

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

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

 a { background-color: rgb(225,98,125); }

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

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

 span { border-color: rgb(225,98,125); }

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