#E396FF

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

Shades of Mauve #E396FF

Tints of Mauve #E396FF

Color information

#E396FF (or 0xE396FF) is unknown color: approx Mauve. HEX triplet: E3, 96 and FF. RGB value is (227,150,255). Sum of RGB (Red+Green+Blue) = 227+150+255=632 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.92% from 632); Green value is 150 (58.98% from 255 or 23.73% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #E396FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E396FF is #1C6900. Grayscale: #B8B8B8. Windows color (decimal): -1861889 or 16750307. OLE color: 16750307.

HSL color Cylindrical-coordinate representation of color #E396FF: hue angle of 284º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E396FF is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB227150255-
CMYK0.110.4100
HSL284º100%79.41%-
HSV(B)284º41.18%100%-
XYZ60.6345.36100.17-
YUV184.99167.51157.96-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.92%
GREEN value IS 150 (58.98% from 255) = 23.73%
BLUE value IS 255 (100% from 255) = 40.35%
R=35.92%
G=23.73%
B=40.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2271502550.110.410028410079.41
HexE396FFB290011c644f
Octal343226377135100434144117
Binary11100011100101101111111110111010010010001110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E396FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E396FF; }

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

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

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

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

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

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

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

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