#E986DA

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

Shades of Pale Magenta #E986DA

Tints of Pale Magenta #E986DA

Color information

#E986DA (or 0xE986DA) is unknown color: approx Pale Magenta. HEX triplet: E9, 86 and DA. RGB value is (233,134,218). Sum of RGB (Red+Green+Blue) = 233+134+218=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E986DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986DA is #167925. Grayscale: #ACACAC. Windows color (decimal): -1472806 or 14321385. OLE color: 14321385.

HSL color Cylindrical-coordinate representation of color #E986DA: hue angle of 309.09º degrees, saturation: 0.69, 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 #E986DA is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233134218-
CMYK00.420.060.09
HSL309.09º69.23%71.96%-
HSV(B)309.09º42.49%91.37%-
XYZ54.7839.4471.05-
YUV173.18153.3170.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.83%
GREEN value IS 134 (52.73% from 255) = 22.91%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=39.83%
G=22.91%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313421800.420.060.09309.0969.2371.96
HexE986DA02A691354548
Octal351206332052611465105110
Binary1110100110000110110110100101010110100110011010110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986DA; }

 p { color: rgb(233,134,218); }

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

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

 a { background-color: rgb(233,134,218); }

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

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

 span { border-color: rgb(233,134,218); }

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