#E885D2

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

Shades of Pale Magenta #E885D2

Tints of Pale Magenta #E885D2

Color information

#E885D2 (or 0xE885D2) is unknown color: approx Pale Magenta. HEX triplet: E8, 85 and D2. RGB value is (232,133,210). Sum of RGB (Red+Green+Blue) = 232+133+210=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E885D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885D2 is #177A2D. Grayscale: #ABABAB. Windows color (decimal): -1538606 or 13796840. OLE color: 13796840.

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

Color convert

RGB232133210-
CMYK00.430.090.09
HSL313.33º68.28%71.57%-
HSV(B)313.33º42.67%90.98%-
XYZ53.338.5865.61-
YUV171.38149.8171.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.35%
GREEN value IS 133 (52.34% from 255) = 23.13%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=40.35%
G=23.13%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213321000.430.090.09313.3368.2871.57
HexE885D202B991394448
Octal3502053220531111471104110
Binary11101000100001011101001001010111001100110011100110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885D2; }

 p { color: rgb(232,133,210); }

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

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

 a { background-color: rgb(232,133,210); }

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

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

 span { border-color: rgb(232,133,210); }

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