#E396EA

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

Shades of Plum #E396EA

Tints of Plum #E396EA

Color information

#E396EA (or 0xE396EA) is unknown color: approx Plum. HEX triplet: E3, 96 and EA. RGB value is (227,150,234). Sum of RGB (Red+Green+Blue) = 227+150+234=611 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.15% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #E396EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E396EA is #1C6915. Grayscale: #B6B6B6. Windows color (decimal): -1861910 or 15374051. OLE color: 15374051.

HSL color Cylindrical-coordinate representation of color #E396EA: hue angle of 295º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E396EA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227150234-
CMYK0.030.3600.08
HSL295º66.67%75.29%-
HSV(B)295º35.9%91.76%-
XYZ57.4444.0883.32-
YUV182.6157.01159.67-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.15%
GREEN value IS 150 (58.98% from 255) = 24.55%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=37.15%
G=24.55%
B=38.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271502340.030.3600.0829566.6775.29
HexE396EA32408127434b
Octal343226352344010447103113
Binary111000111001011011101010111001000100010010011110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E396EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E396EA; }

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

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

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

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

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

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

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

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