#E885D0

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

Shades of Pale Magenta #E885D0

Tints of Pale Magenta #E885D0

Color information

#E885D0 (or 0xE885D0) is unknown color: approx Pale Magenta. HEX triplet: E8, 85 and D0. RGB value is (232,133,208). Sum of RGB (Red+Green+Blue) = 232+133+208=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E885D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885D0 is #177A2F. Grayscale: #AAAAAA. Windows color (decimal): -1538608 or 13665768. OLE color: 13665768.

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

Color convert

RGB232133208-
CMYK00.430.100.09
HSL314.55º68.28%71.57%-
HSV(B)314.55º42.67%90.98%-
XYZ53.0538.4864.31-
YUV171.15148.8171.4-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.49%
GREEN value IS 133 (52.34% from 255) = 23.21%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=40.49%
G=23.21%
B=36.30%

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
Decimal23213320800.430.100.09314.5568.2871.57
HexE885D002BA913b4448
Octal3502053200531211473104110
Binary11101000100001011101000001010111010100110011101110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885D0; }

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

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

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

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

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

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

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

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