#E986D8

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

Shades of Pale Magenta #E986D8

Tints of Pale Magenta #E986D8

Color information

#E986D8 (or 0xE986D8) is unknown color: approx Pale Magenta. HEX triplet: E9, 86 and D8. RGB value is (233,134,216). Sum of RGB (Red+Green+Blue) = 233+134+216=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E986D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986D8 is #167927. Grayscale: #ACACAC. Windows color (decimal): -1472808 or 14190313. OLE color: 14190313.

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

Color convert

RGB233134216-
CMYK00.420.070.09
HSL310.3º69.23%71.96%-
HSV(B)310.3º42.49%91.37%-
XYZ54.5239.3369.68-
YUV172.95152.3170.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 134 (52.73% from 255) = 22.98%
BLUE value IS 216 (84.77% from 255) = 37.05%
R=39.97%
G=22.98%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313421600.420.070.09310.369.2371.96
HexE986D802A791364548
Octal351206330052711466105110
Binary1110100110000110110110000101010111100110011011010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986D8; }

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

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

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

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

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

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

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

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