#E882D3

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

Shades of Pale Magenta #E882D3

Tints of Pale Magenta #E882D3

Color information

#E882D3 (or 0xE882D3) is unknown color: approx Pale Magenta. HEX triplet: E8, 82 and D3. RGB value is (232,130,211). Sum of RGB (Red+Green+Blue) = 232+130+211=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E882D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882D3 is #177D2C. Grayscale: #A9A9A9. Windows color (decimal): -1539373 or 13861608. OLE color: 13861608.

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

Color convert

RGB232130211-
CMYK00.440.090.09
HSL312.35º68.92%70.98%-
HSV(B)312.35º43.97%90.98%-
XYZ53.0237.8266.13-
YUV169.73151.29172.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.49%
GREEN value IS 130 (51.17% from 255) = 22.69%
BLUE value IS 211 (82.81% from 255) = 36.82%
R=40.49%
G=22.69%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213021100.440.090.09312.3568.9270.98
HexE882D302C991384547
Octal3502023230541111470105107
Binary11101000100000101101001101011001001100110011100010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E882D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E882D3; }

 p { color: rgb(232,130,211); }

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

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

 a { background-color: rgb(232,130,211); }

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

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

 span { border-color: rgb(232,130,211); }

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