#E1547C

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

Shades of Dark Pink #E1547C

Tints of Dark Pink #E1547C

Color information

#E1547C (or 0xE1547C) is unknown color: approx Dark Pink. HEX triplet: E1, 54 and 7C. RGB value is (225,84,124). Sum of RGB (Red+Green+Blue) = 225+84+124=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1547C is #1EAB83. Grayscale: #828282. Windows color (decimal): -2009988 or 8148193. OLE color: 8148193.

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

Color convert

RGB22584124-
CMYK00.630.450.12
HSL342.98º70.15%60.59%-
HSV(B)342.98º62.67%88.24%-
XYZ37.8623.821.67-
YUV130.72124.21195.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.96%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=51.96%
G=19.40%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258412400.630.450.12342.9870.1560.59
HexE1547C03F2DC157463d
Octal341124174077551452710675
Binary1110000110101001111100011111110110111001010101111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1547C; }

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

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

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

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

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

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

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

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