#E891D4

Color #E891D4 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #E891D4

Tints of Pale Magenta #E891D4

Color information

#E891D4 (or 0xE891D4) is unknown color: approx Pale Magenta. HEX triplet: E8, 91 and D4. RGB value is (232,145,212). Sum of RGB (Red+Green+Blue) = 232+145+212=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E891D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E891D4 is #176E2B. Grayscale: #B2B2B2. Windows color (decimal): -1535532 or 13930984. OLE color: 13930984.

HSL color Cylindrical-coordinate representation of color #E891D4: hue angle of 313.79º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E891D4 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB232145212-
CMYK00.380.090.09
HSL313.79º65.41%73.92%-
HSV(B)313.79º37.5%90.98%-
XYZ55.2942.1667.51-
YUV178.65146.82166.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.39%
GREEN value IS 145 (57.03% from 255) = 24.62%
BLUE value IS 212 (83.20% from 255) = 35.99%
R=39.39%
G=24.62%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214521200.380.090.09313.7965.4173.92
HexE891D40269913a414a
Octal3502213240461111472101112
Binary11101000100100011101010001001101001100110011101010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E891D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E891D4; }

 p { color: rgb(232,145,212); }

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

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

 a { background-color: rgb(232,145,212); }

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

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

 span { border-color: rgb(232,145,212); }

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