#E396DF

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

Shades of Plum #E396DF

Tints of Plum #E396DF

Color information

#E396DF (or 0xE396DF) is unknown color: approx Plum. HEX triplet: E3, 96 and DF. RGB value is (227,150,223). Sum of RGB (Red+Green+Blue) = 227+150+223=600 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.83% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 227 - color contains mainly: red. Hex color #E396DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E396DF is #1C6920. Grayscale: #B5B5B5. Windows color (decimal): -1861921 or 14653155. OLE color: 14653155.

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

Color convert

RGB227150223-
CMYK00.340.020.11
HSL303.12º57.89%73.92%-
HSV(B)303.12º33.92%89.02%-
XYZ55.943.4775.26-
YUV181.34151.51160.56-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.83%
GREEN value IS 150 (58.98% from 255) = 25%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=37.83%
G=25%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715022300.340.020.11303.1257.8973.92
HexE396DF0222B12f3a4a
Octal34322633704221345772112
Binary11100011100101101101111101000101010111001011111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E396DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E396DF; }

 p { color: rgb(227,150,223); }

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

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

 a { background-color: rgb(227,150,223); }

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

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

 span { border-color: rgb(227,150,223); }

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