#E1548D

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

Shades of Dark Pink #E1548D

Tints of Dark Pink #E1548D

Color information

#E1548D (or 0xE1548D) is unknown color: approx Dark Pink. HEX triplet: E1, 54 and 8D. RGB value is (225,84,141). Sum of RGB (Red+Green+Blue) = 225+84+141=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1548D is #1EAB72. Grayscale: #848484. Windows color (decimal): -2009971 or 9262305. OLE color: 9262305.

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

Color convert

RGB22584141-
CMYK00.630.370.12
HSL335.74º70.15%60.59%-
HSV(B)335.74º62.67%88.24%-
XYZ39.0324.2727.83-
YUV132.66132.71193.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 18.67%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=50%
G=18.67%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258414100.630.370.12335.7470.1560.59
HexE1548D03F25C150463d
Octal341124215077451452010675
Binary11100001101010010001101011111110010111001010100001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1548D; }

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

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

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

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

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

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

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

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