#E394DC

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

Shades of Plum #E394DC

Tints of Plum #E394DC

Color information

#E394DC (or 0xE394DC) is unknown color: approx Plum. HEX triplet: E3, 94 and DC. RGB value is (227,148,220). Sum of RGB (Red+Green+Blue) = 227+148+220=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 227 - color contains mainly: red. Hex color #E394DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E394DC is #1C6B23. Grayscale: #B3B3B3. Windows color (decimal): -1862436 or 14456035. OLE color: 14456035.

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

Color convert

RGB227148220-
CMYK00.350.030.11
HSL305.32º58.52%73.53%-
HSV(B)305.32º34.8%89.02%-
XYZ55.1942.6873.04-
YUV179.83150.67161.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.15%
GREEN value IS 148 (58.20% from 255) = 24.87%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=38.15%
G=24.87%
B=36.97%

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
Decimal22714822000.350.030.11305.3258.5273.53
HexE394DC0233B1313b4a
Octal34322433404331346173112
Binary11100011100101001101110001000111110111001100011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E394DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E394DC; }

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

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

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

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

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

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

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

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