#E87EDC

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

Shades of Pale Magenta #E87EDC

Tints of Pale Magenta #E87EDC

Color information

#E87EDC (or 0xE87EDC) is unknown color: approx Pale Magenta. HEX triplet: E8, 7E and DC. RGB value is (232,126,220). Sum of RGB (Red+Green+Blue) = 232+126+220=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 232 - color contains mainly: red. Hex color #E87EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87EDC is #178123. Grayscale: #A8A8A8. Windows color (decimal): -1540388 or 14450408. OLE color: 14450408.

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

Color convert

RGB232126220-
CMYK00.460.050.09
HSL306.79º69.74%70.2%-
HSV(B)306.79º45.69%90.98%-
XYZ53.6637.2472.07-
YUV168.41157.12173.36-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.14%
GREEN value IS 126 (49.61% from 255) = 21.80%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=40.14%
G=21.80%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212622000.460.050.09306.7969.7470.2
HexE87EDC02E591334646
Octal350176334056511463106106
Binary111010001111110110111000101110101100110011001110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87EDC; }

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

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

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

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

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

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

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

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