#E1548C

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

Shades of Dark Pink #E1548C

Tints of Dark Pink #E1548C

Color information

#E1548C (or 0xE1548C) is unknown color: approx Dark Pink. HEX triplet: E1, 54 and 8C. RGB value is (225,84,140). Sum of RGB (Red+Green+Blue) = 225+84+140=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1548C is #1EAB73. Grayscale: #848484. Windows color (decimal): -2009972 or 9196769. OLE color: 9196769.

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

Color convert

RGB22584140-
CMYK00.630.380.12
HSL336.17º70.15%60.59%-
HSV(B)336.17º62.67%88.24%-
XYZ38.9624.2427.44-
YUV132.54132.21193.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.11%
GREEN value IS 84 (33.20% from 255) = 18.71%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=50.11%
G=18.71%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258414000.630.380.12336.1770.1560.59
HexE1548C03F26C150463d
Octal341124214077461452010675
Binary11100001101010010001100011111110011011001010100001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1548C; }

 p { color: rgb(225,84,140); }

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

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

 a { background-color: rgb(225,84,140); }

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

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

 span { border-color: rgb(225,84,140); }

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