#E389D8

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

Shades of Pale Magenta #E389D8

Tints of Pale Magenta #E389D8

Color information

#E389D8 (or 0xE389D8) is unknown color: approx Pale Magenta. HEX triplet: E3, 89 and D8. RGB value is (227,137,216). Sum of RGB (Red+Green+Blue) = 227+137+216=580 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.14% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 227 - color contains mainly: red. Hex color #E389D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E389D8 is #1C7627. Grayscale: #ACACAC. Windows color (decimal): -1865256 or 14191075. OLE color: 14191075.

HSL color Cylindrical-coordinate representation of color #E389D8: hue angle of 307.33º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E389D8 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB227137216-
CMYK00.400.050.11
HSL307.33º61.64%71.37%-
HSV(B)307.33º39.65%89.02%-
XYZ53.0239.1869.73-
YUV172.92152.32166.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.14%
GREEN value IS 137 (53.91% from 255) = 23.62%
BLUE value IS 216 (84.77% from 255) = 37.24%
R=39.14%
G=23.62%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713721600.400.050.11307.3361.6471.37
HexE389D80285B1333e47
Octal34321133005051346376107
Binary111000111000100111011000010100010110111001100111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E389D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E389D8; }

 p { color: rgb(227,137,216); }

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

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

 a { background-color: rgb(227,137,216); }

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

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

 span { border-color: rgb(227,137,216); }

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