#E397DE

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

Shades of Plum #E397DE

Tints of Plum #E397DE

Color information

#E397DE (or 0xE397DE) is unknown color: approx Plum. HEX triplet: E3, 97 and DE. RGB value is (227,151,222). Sum of RGB (Red+Green+Blue) = 227+151+222=600 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.83% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 227 - color contains mainly: red. Hex color #E397DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E397DE is #1C6821. Grayscale: #B5B5B5. Windows color (decimal): -1861666 or 14587875. OLE color: 14587875.

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

Color convert

RGB227151222-
CMYK00.330.020.11
HSL303.95º57.58%74.12%-
HSV(B)303.95º33.48%89.02%-
XYZ55.9343.7474.6-
YUV181.82150.68160.23-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.83%
GREEN value IS 151 (59.38% from 255) = 25.17%
BLUE value IS 222 (87.11% from 255) = 37%
R=37.83%
G=25.17%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715122200.330.020.11303.9557.5874.12
HexE397DE0212B1303a4a
Octal34322733604121346072112
Binary11100011100101111101111001000011010111001100001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E397DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E397DE; }

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

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

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

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

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

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

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

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