#E1528E

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

Shades of Dark Pink #E1528E

Tints of Dark Pink #E1528E

Color information

#E1528E (or 0xE1528E) is unknown color: approx Dark Pink. HEX triplet: E1, 52 and 8E. RGB value is (225,82,142). Sum of RGB (Red+Green+Blue) = 225+82+142=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1528E is #1EAD71. Grayscale: #838383. Windows color (decimal): -2010482 or 9327329. OLE color: 9327329.

HSL color Cylindrical-coordinate representation of color #E1528E: hue angle of 334.83º degrees, saturation: 0.7, 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 #E1528E is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB22582142-
CMYK00.640.370.12
HSL334.83º70.44%60.2%-
HSV(B)334.83º63.56%88.24%-
XYZ38.952428.17-
YUV131.6133.88194.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.11%
GREEN value IS 82 (32.42% from 255) = 18.26%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=50.11%
G=18.26%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258214200.640.370.12334.8370.4460.2
HexE1528E04025C14f463c
Octal3411222160100451451710674
Binary111000011010010100011100100000010010111001010011111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1528E; }

 p { color: rgb(225,82,142); }

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

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

 a { background-color: rgb(225,82,142); }

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

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

 span { border-color: rgb(225,82,142); }

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