#E989DD

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

Shades of Pale Magenta #E989DD

Tints of Pale Magenta #E989DD

Color information

#E989DD (or 0xE989DD) is unknown color: approx Pale Magenta. HEX triplet: E9, 89 and DD. RGB value is (233,137,221). Sum of RGB (Red+Green+Blue) = 233+137+221=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 137 (53.91% from 255 or 23.18% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 233 - color contains mainly: red. Hex color #E989DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E989DD is #167622. Grayscale: #AFAFAF. Windows color (decimal): -1472035 or 14518761. OLE color: 14518761.

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

Color convert

RGB233137221-
CMYK00.410.050.09
HSL307.5º68.57%72.55%-
HSV(B)307.5º41.2%91.37%-
XYZ55.640.4473.28-
YUV175.28153.8169.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.42%
GREEN value IS 137 (53.91% from 255) = 23.18%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=39.42%
G=23.18%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313722100.410.050.09307.568.5772.55
HexE989DD029591344549
Octal351211335051511464105111
Binary1110100110001001110111010101001101100110011010010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E989DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E989DD; }

 p { color: rgb(233,137,221); }

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

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

 a { background-color: rgb(233,137,221); }

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

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

 span { border-color: rgb(233,137,221); }

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