#E391DE

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

Shades of Plum #E391DE

Tints of Plum #E391DE

Color information

#E391DE (or 0xE391DE) is unknown color: approx Plum. HEX triplet: E3, 91 and DE. RGB value is (227,145,222). Sum of RGB (Red+Green+Blue) = 227+145+222=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 227 - color contains mainly: red. Hex color #E391DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E391DE is #1C6E21. Grayscale: #B2B2B2. Windows color (decimal): -1863202 or 14586339. OLE color: 14586339.

HSL color Cylindrical-coordinate representation of color #E391DE: hue angle of 303.66º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E391DE is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB227145222-
CMYK00.360.020.11
HSL303.66º59.42%72.94%-
HSV(B)303.66º36.12%89.02%-
XYZ54.9941.8674.29-
YUV178.3152.67162.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.22%
GREEN value IS 145 (57.03% from 255) = 24.41%
BLUE value IS 222 (87.11% from 255) = 37.37%
R=38.22%
G=24.41%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714522200.360.020.11303.6659.4272.94
HexE391DE0242B1303b49
Octal34322133604421346073111
Binary11100011100100011101111001001001010111001100001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E391DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E391DE; }

 p { color: rgb(227,145,222); }

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

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

 a { background-color: rgb(227,145,222); }

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

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

 span { border-color: rgb(227,145,222); }

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