#E886D3

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

Shades of Pale Magenta #E886D3

Tints of Pale Magenta #E886D3

Color information

#E886D3 (or 0xE886D3) is unknown color: approx Pale Magenta. HEX triplet: E8, 86 and D3. RGB value is (232,134,211). Sum of RGB (Red+Green+Blue) = 232+134+211=577 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.21% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 232 - color contains mainly: red. Hex color #E886D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886D3 is #17792C. Grayscale: #ABABAB. Windows color (decimal): -1538349 or 13862632. OLE color: 13862632.

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

Color convert

RGB232134211-
CMYK00.420.090.09
HSL312.86º68.06%71.76%-
HSV(B)312.86º42.24%90.98%-
XYZ53.5638.9166.32-
YUV172.08149.97170.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.21%
GREEN value IS 134 (52.73% from 255) = 23.22%
BLUE value IS 211 (82.81% from 255) = 36.57%
R=40.21%
G=23.22%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213421100.420.090.09312.8668.0671.76
HexE886D302A991394448
Octal3502063230521111471104110
Binary11101000100001101101001101010101001100110011100110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E886D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E886D3; }

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

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

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

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

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

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

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

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