#E87FDC

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

Shades of Pale Magenta #E87FDC

Tints of Pale Magenta #E87FDC

Color information

#E87FDC (or 0xE87FDC) is unknown color: approx Pale Magenta. HEX triplet: E8, 7F and DC. RGB value is (232,127,220). Sum of RGB (Red+Green+Blue) = 232+127+220=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E87FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87FDC is #178023. Grayscale: #A8A8A8. Windows color (decimal): -1540132 or 14450664. OLE color: 14450664.

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

Color convert

RGB232127220-
CMYK00.450.050.09
HSL306.86º69.54%70.39%-
HSV(B)306.86º45.26%90.98%-
XYZ53.7937.572.11-
YUV169156.79172.94-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.07%
GREEN value IS 127 (50% from 255) = 21.93%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=40.07%
G=21.93%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212722000.450.050.09306.8669.5470.39
HexE87FDC02D591334646
Octal350177334055511463106106
Binary111010001111111110111000101101101100110011001110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87FDC; }

 p { color: rgb(232,127,220); }

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

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

 a { background-color: rgb(232,127,220); }

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

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

 span { border-color: rgb(232,127,220); }

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