#E194FF

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

Shades of Mauve #E194FF

Tints of Mauve #E194FF

Color information

#E194FF (or 0xE194FF) is unknown color: approx Mauve. HEX triplet: E1, 94 and FF. RGB value is (225,148,255). Sum of RGB (Red+Green+Blue) = 225+148+255=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 148 (58.20% from 255 or 23.57% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #E194FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194FF is #1E6B00. Grayscale: #B6B6B6. Windows color (decimal): -1993473 or 16749793. OLE color: 16749793.

HSL color Cylindrical-coordinate representation of color #E194FF: hue angle of 283.18º 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 #E194FF is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225148255-
CMYK0.120.4200
HSL283.18º100%79.02%-
HSV(B)283.18º41.96%100%-
XYZ59.6944.41100.03-
YUV183.22168.51157.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.83%
GREEN value IS 148 (58.20% from 255) = 23.57%
BLUE value IS 255 (100% from 255) = 40.61%
R=35.83%
G=23.57%
B=40.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251482550.120.4200283.1810079.02
HexE194FFC2A0011b644f
Octal341224377145200433144117
Binary11100001100101001111111111001010100010001101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E194FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E194FF; }

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

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

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

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

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

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

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

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