#E194FD

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

Shades of Mauve #E194FD

Tints of Mauve #E194FD

Color information

#E194FD (or 0xE194FD) is unknown color: approx Mauve. HEX triplet: E1, 94 and FD. RGB value is (225,148,253). Sum of RGB (Red+Green+Blue) = 225+148+253=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 148 (58.20% from 255 or 23.64% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #E194FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194FD is #1E6B02. Grayscale: #B6B6B6. Windows color (decimal): -1993475 or 16618721. OLE color: 16618721.

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

Color convert

RGB225148253-
CMYK0.110.4200.01
HSL284º96.33%78.63%-
HSV(B)284º41.5%99.22%-
XYZ59.3744.2898.35-
YUV182.99167.51157.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.94%
GREEN value IS 148 (58.20% from 255) = 23.64%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=35.94%
G=23.64%
B=40.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251482530.110.4200.0128496.3378.63
HexE194FDB2A0111c604f
Octal341224375135201434140117
Binary11100001100101001111110110111010100110001110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E194FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E194FD; }

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

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

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

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

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

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

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

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