#E988D9

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

Shades of Pale Magenta #E988D9

Tints of Pale Magenta #E988D9

Color information

#E988D9 (or 0xE988D9) is unknown color: approx Pale Magenta. HEX triplet: E9, 88 and D9. RGB value is (233,136,217). Sum of RGB (Red+Green+Blue) = 233+136+217=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E988D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988D9 is #167726. Grayscale: #AEAEAE. Windows color (decimal): -1472295 or 14256361. OLE color: 14256361.

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

Color convert

RGB233136217-
CMYK00.420.070.09
HSL309.9º68.79%72.35%-
HSV(B)309.9º41.63%91.37%-
XYZ54.9339.9470.46-
YUV174.24152.14169.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.76%
GREEN value IS 136 (53.52% from 255) = 23.21%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=39.76%
G=23.21%
B=37.03%

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
Decimal23313621700.420.070.09309.968.7972.35
HexE988D902A791364548
Octal351210331052711466105110
Binary1110100110001000110110010101010111100110011011010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E988D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E988D9; }

 p { color: rgb(233,136,217); }

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

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

 a { background-color: rgb(233,136,217); }

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

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

 span { border-color: rgb(233,136,217); }

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