#E493FE

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

Shades of Mauve #E493FE

Tints of Mauve #E493FE

Color information

#E493FE (or 0xE493FE) is unknown color: approx Mauve. HEX triplet: E4, 93 and FE. RGB value is (228,147,254). Sum of RGB (Red+Green+Blue) = 228+147+254=629 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.25% from 629); Green value is 147 (57.81% from 255 or 23.37% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #E493FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E493FE is #1B6C01. Grayscale: #B7B7B7. Windows color (decimal): -1797122 or 16684004. OLE color: 16684004.

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

Color convert

RGB228147254-
CMYK0.100.4200.00
HSL285.42º98.17%78.63%-
HSV(B)285.42º42.13%99.61%-
XYZ60.3244.5299.18-
YUV183.42167.84159.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.25%
GREEN value IS 147 (57.81% from 255) = 23.37%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=36.25%
G=23.37%
B=40.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2281472540.100.4200.00285.4298.1778.63
HexE493FEA2A0011d624f
Octal344223376125200435142117
Binary11100100100100111111111010101010100010001110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E493FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E493FE; }

 p { color: rgb(228,147,254); }

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

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

 a { background-color: rgb(228,147,254); }

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

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

 span { border-color: rgb(228,147,254); }

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