#E884D1

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

Shades of Pale Magenta #E884D1

Tints of Pale Magenta #E884D1

Color information

#E884D1 (or 0xE884D1) is unknown color: approx Pale Magenta. HEX triplet: E8, 84 and D1. RGB value is (232,132,209). Sum of RGB (Red+Green+Blue) = 232+132+209=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E884D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884D1 is #177B2E. Grayscale: #AAAAAA. Windows color (decimal): -1538863 or 13731048. OLE color: 13731048.

HSL color Cylindrical-coordinate representation of color #E884D1: hue angle of 313.8º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E884D1 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB232132209-
CMYK00.430.100.09
HSL313.8º68.49%71.37%-
HSV(B)313.8º43.1%90.98%-
XYZ53.0438.2664.91-
YUV170.68149.63171.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.49%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 209 (82.03% from 255) = 36.47%
R=40.49%
G=23.04%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213220900.430.100.09313.868.4971.37
HexE884D102BA913a4447
Octal3502043210531211472104107
Binary11101000100001001101000101010111010100110011101010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E884D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E884D1; }

 p { color: rgb(232,132,209); }

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

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

 a { background-color: rgb(232,132,209); }

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

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

 span { border-color: rgb(232,132,209); }

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