#E1ABFE

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

Shades of Mauve #E1ABFE

Tints of Mauve #E1ABFE

Color information

#E1ABFE (or 0xE1ABFE) is unknown color: approx Mauve. HEX triplet: E1, AB and FE. RGB value is (225,171,254). Sum of RGB (Red+Green+Blue) = 225+171+254=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ABFE is #1E5401. Grayscale: #C4C4C4. Windows color (decimal): -1987586 or 16690145. OLE color: 16690145.

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

Color convert

RGB225171254-
CMYK0.110.3300.00
HSL279.04º97.65%83.33%-
HSV(B)279.04º32.68%99.61%-
XYZ63.552.29100.51-
YUV196.61160.39148.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.62%
GREEN value IS 171 (67.19% from 255) = 26.31%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=34.62%
G=26.31%
B=39.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2251712540.110.3300.00279.0497.6583.33
HexE1ABFEB21001176253
Octal341253376134100427142123
Binary11100001101010111111111010111000010010001011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ABFE; }

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

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

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

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

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

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

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

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