#E394D6

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

Shades of Plum #E394D6

Tints of Plum #E394D6

Color information

#E394D6 (or 0xE394D6) is unknown color: approx Plum. HEX triplet: E3, 94 and D6. RGB value is (227,148,214). Sum of RGB (Red+Green+Blue) = 227+148+214=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 227 - color contains mainly: red. Hex color #E394D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E394D6 is #1C6B29. Grayscale: #B2B2B2. Windows color (decimal): -1862442 or 14062819. OLE color: 14062819.

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

Color convert

RGB227148214-
CMYK00.350.060.11
HSL309.87º58.52%73.53%-
HSV(B)309.87º34.8%89.02%-
XYZ54.4142.3768.93-
YUV179.14147.67162.13-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.54%
GREEN value IS 148 (58.20% from 255) = 25.13%
BLUE value IS 214 (83.98% from 255) = 36.33%
R=38.54%
G=25.13%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714821400.350.060.11309.8758.5273.53
HexE394D60236B1363b4a
Octal34322432604361346673112
Binary111000111001010011010110010001111010111001101101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E394D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E394D6; }

 p { color: rgb(227,148,214); }

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

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

 a { background-color: rgb(227,148,214); }

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

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

 span { border-color: rgb(227,148,214); }

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