#E885D8

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

Shades of Pale Magenta #E885D8

Tints of Pale Magenta #E885D8

Color information

#E885D8 (or 0xE885D8) is unknown color: approx Pale Magenta. HEX triplet: E8, 85 and D8. RGB value is (232,133,216). Sum of RGB (Red+Green+Blue) = 232+133+216=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E885D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885D8 is #177A27. Grayscale: #ABABAB. Windows color (decimal): -1538600 or 14190056. OLE color: 14190056.

HSL color Cylindrical-coordinate representation of color #E885D8: hue angle of 309.7º 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 #E885D8 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB232133216-
CMYK00.430.070.09
HSL309.7º68.28%71.57%-
HSV(B)309.7º42.67%90.98%-
XYZ54.0638.8969.62-
YUV172.06152.8170.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.93%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=39.93%
G=22.89%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213321600.430.070.09309.768.2871.57
HexE885D802B791364448
Octal350205330053711466104110
Binary1110100010000101110110000101011111100110011011010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885D8; }

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

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

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

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

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

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

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

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