#E989DC

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

Shades of Pale Magenta #E989DC

Tints of Pale Magenta #E989DC

Color information

#E989DC (or 0xE989DC) is unknown color: approx Pale Magenta. HEX triplet: E9, 89 and DC. RGB value is (233,137,220). Sum of RGB (Red+Green+Blue) = 233+137+220=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 137 (53.91% from 255 or 23.22% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E989DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E989DC is #167623. Grayscale: #AEAEAE. Windows color (decimal): -1472036 or 14453225. OLE color: 14453225.

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

Color convert

RGB233137220-
CMYK00.410.060.09
HSL308.12º68.57%72.55%-
HSV(B)308.12º41.2%91.37%-
XYZ55.4740.3872.58-
YUV175.17153.3169.25-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.49%
GREEN value IS 137 (53.91% from 255) = 23.22%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=39.49%
G=23.22%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313722000.410.060.09308.1268.5772.55
HexE989DC029691344549
Octal351211334051611464105111
Binary1110100110001001110111000101001110100110011010010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E989DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E989DC; }

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

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

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

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

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

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

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

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