#E396FA

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

Shades of Mauve #E396FA

Tints of Mauve #E396FA

Color information

#E396FA (or 0xE396FA) is unknown color: approx Mauve. HEX triplet: E3, 96 and FA. RGB value is (227,150,250). Sum of RGB (Red+Green+Blue) = 227+150+250=627 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.20% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #E396FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E396FA is #1C6905. Grayscale: #B8B8B8. Windows color (decimal): -1861894 or 16422627. OLE color: 16422627.

HSL color Cylindrical-coordinate representation of color #E396FA: hue angle of 286.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E396FA is Cyan = 0.09, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB227150250-
CMYK0.090.400.02
HSL286.2º90.91%78.43%-
HSV(B)286.2º40%98.04%-
XYZ59.8445.0595.98-
YUV184.42165.01158.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.20%
GREEN value IS 150 (58.98% from 255) = 23.92%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=36.20%
G=23.92%
B=39.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271502500.090.400.02286.290.9178.43
HexE396FA9280211e5b4e
Octal343226372115002436133116
Binary111000111001011011111010100110100001010001111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E396FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E396FA; }

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

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

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

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

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

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

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

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