#E394DD

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

Shades of Plum #E394DD

Tints of Plum #E394DD

Color information

#E394DD (or 0xE394DD) is unknown color: approx Plum. HEX triplet: E3, 94 and DD. RGB value is (227,148,221). Sum of RGB (Red+Green+Blue) = 227+148+221=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 227 - color contains mainly: red. Hex color #E394DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E394DD is #1C6B22. Grayscale: #B3B3B3. Windows color (decimal): -1862435 or 14521571. OLE color: 14521571.

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

Color convert

RGB227148221-
CMYK00.350.030.11
HSL304.56º58.52%73.53%-
HSV(B)304.56º34.8%89.02%-
XYZ55.3242.7373.74-
YUV179.94151.17161.56-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.09%
GREEN value IS 148 (58.20% from 255) = 24.83%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=38.09%
G=24.83%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714822100.350.030.11304.5658.5273.53
HexE394DD0233B1313b4a
Octal34322433504331346173112
Binary11100011100101001101110101000111110111001100011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E394DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E394DD; }

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

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

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

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

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

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

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

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