#E19EFE

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

Shades of Mauve #E19EFE

Tints of Mauve #E19EFE

Color information

#E19EFE (or 0xE19EFE) is unknown color: approx Mauve. HEX triplet: E1, 9E and FE. RGB value is (225,158,254). Sum of RGB (Red+Green+Blue) = 225+158+254=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 158 (62.11% from 255 or 24.80% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #E19EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19EFE is #1E6101. Grayscale: #BCBCBC. Windows color (decimal): -1990914 or 16686817. OLE color: 16686817.

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

Color convert

RGB225158254-
CMYK0.110.3800.00
HSL281.88º97.96%80.78%-
HSV(B)281.88º37.8%99.61%-
XYZ61.1747.6299.73-
YUV188.98164.7153.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 158 (62.11% from 255) = 24.80%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=35.32%
G=24.80%
B=39.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2251582540.110.3800.00281.8897.9680.78
HexE19EFEB260011a6251
Octal341236376134600432142121
Binary11100001100111101111111010111001100010001101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19EFE; }

 p { color: rgb(225,158,254); }

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

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

 a { background-color: rgb(225,158,254); }

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

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

 span { border-color: rgb(225,158,254); }

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