#E393FD

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

Shades of Mauve #E393FD

Tints of Mauve #E393FD

Color information

#E393FD (or 0xE393FD) is unknown color: approx Mauve. HEX triplet: E3, 93 and FD. RGB value is (227,147,253). Sum of RGB (Red+Green+Blue) = 227+147+253=627 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.20% from 627); Green value is 147 (57.81% from 255 or 23.44% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #E393FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E393FD is #1C6C02. Grayscale: #B6B6B6. Windows color (decimal): -1862659 or 16618467. OLE color: 16618467.

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

Color convert

RGB227147253-
CMYK0.100.4200.01
HSL285.28º96.36%78.43%-
HSV(B)285.28º41.9%99.22%-
XYZ59.8444.2998.32-
YUV183167.5159.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.20%
GREEN value IS 147 (57.81% from 255) = 23.44%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=36.20%
G=23.44%
B=40.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2271472530.100.4200.01285.2896.3678.43
HexE393FDA2A0111d604e
Octal343223375125201435140116
Binary11100011100100111111110110101010100110001110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E393FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E393FD; }

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

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

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

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

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

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

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

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