#E1627E

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

Shades of Dark Pink #E1627E

Tints of Dark Pink #E1627E

Color information

#E1627E (or 0xE1627E) is unknown color: approx Dark Pink. HEX triplet: E1, 62 and 7E. RGB value is (225,98,126). Sum of RGB (Red+Green+Blue) = 225+98+126=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1627E is #1E9D81. Grayscale: #8B8B8B. Windows color (decimal): -2006402 or 8282849. OLE color: 8282849.

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

Color convert

RGB22598126-
CMYK00.560.440.12
HSL346.77º67.91%63.33%-
HSV(B)346.77º56.44%88.24%-
XYZ39.1826.2522.74-
YUV139.16120.58189.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.11%
GREEN value IS 98 (38.67% from 255) = 21.83%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=50.11%
G=21.83%
B=28.06%

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
Decimal2259812600.560.440.12346.7767.9163.33
HexE1627E0382CC15b443f
Octal341142176070541453310477
Binary1110000111000101111110011100010110011001010110111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1627E; }

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

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

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

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

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

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

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

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