#E394D4

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

Shades of Plum #E394D4

Tints of Plum #E394D4

Color information

#E394D4 (or 0xE394D4) is unknown color: approx Plum. HEX triplet: E3, 94 and D4. RGB value is (227,148,212). Sum of RGB (Red+Green+Blue) = 227+148+212=587 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.67% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 227 - color contains mainly: red. Hex color #E394D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E394D4 is #1C6B2B. Grayscale: #B2B2B2. Windows color (decimal): -1862444 or 13931747. OLE color: 13931747.

HSL color Cylindrical-coordinate representation of color #E394D4: hue angle of 311.39º 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 #E394D4 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB227148212-
CMYK00.350.070.11
HSL311.39º58.52%73.53%-
HSV(B)311.39º34.8%89.02%-
XYZ54.1542.2667.59-
YUV178.92146.67162.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.67%
GREEN value IS 148 (58.20% from 255) = 25.21%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=38.67%
G=25.21%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714821200.350.070.11311.3958.5273.53
HexE394D40237B1373b4a
Octal34322432404371346773112
Binary111000111001010011010100010001111110111001101111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E394D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E394D4; }

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

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

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

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

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

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

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

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