#E494FF

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

Shades of Mauve #E494FF

Tints of Mauve #E494FF

Color information

#E494FF (or 0xE494FF) is unknown color: approx Mauve. HEX triplet: E4, 94 and FF. RGB value is (228,148,255). Sum of RGB (Red+Green+Blue) = 228+148+255=631 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.13% from 631); Green value is 148 (58.20% from 255 or 23.45% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #E494FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E494FF is #1B6B00. Grayscale: #B7B7B7. Windows color (decimal): -1796865 or 16749796. OLE color: 16749796.

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

Color convert

RGB228148255-
CMYK0.110.4200
HSL284.86º100%79.02%-
HSV(B)284.86º41.96%100%-
XYZ60.6344.89100.08-
YUV184.12168159.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.13%
GREEN value IS 148 (58.20% from 255) = 23.45%
BLUE value IS 255 (100% from 255) = 40.41%
R=36.13%
G=23.45%
B=40.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281482550.110.4200284.8610079.02
HexE494FFB2A0011d644f
Octal344224377135200435144117
Binary11100100100101001111111110111010100010001110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E494FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E494FF; }

 p { color: rgb(228,148,255); }

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

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

 a { background-color: rgb(228,148,255); }

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

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

 span { border-color: rgb(228,148,255); }

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