#E396FD

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

Shades of Mauve #E396FD

Tints of Mauve #E396FD

Color information

#E396FD (or 0xE396FD) is unknown color: approx Mauve. HEX triplet: E3, 96 and FD. RGB value is (227,150,253). Sum of RGB (Red+Green+Blue) = 227+150+253=630 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.03% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #E396FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E396FD is #1C6902. Grayscale: #B8B8B8. Windows color (decimal): -1861891 or 16619235. OLE color: 16619235.

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

Color convert

RGB227150253-
CMYK0.100.4100.01
HSL284.85º96.26%79.02%-
HSV(B)284.85º40.71%99.22%-
XYZ60.3145.2498.48-
YUV184.76166.51158.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.03%
GREEN value IS 150 (58.98% from 255) = 23.81%
BLUE value IS 253 (99.22% from 255) = 40.16%
R=36.03%
G=23.81%
B=40.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2271502530.100.4100.01284.8596.2679.02
HexE396FDA290111d604f
Octal343226375125101435140117
Binary11100011100101101111110110101010010110001110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E396FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E396FD; }

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

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

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

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

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

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

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

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