#E5ABFE

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

Shades of Mauve #E5ABFE

Tints of Mauve #E5ABFE

Color information

#E5ABFE (or 0xE5ABFE) is unknown color: approx Mauve. HEX triplet: E5, AB and FE. RGB value is (229,171,254). Sum of RGB (Red+Green+Blue) = 229+171+254=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ABFE is #1A5401. Grayscale: #C5C5C5. Windows color (decimal): -1725442 or 16690149. OLE color: 16690149.

HSL color Cylindrical-coordinate representation of color #E5ABFE: hue angle of 281.93º 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 #E5ABFE is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB229171254-
CMYK0.100.3300.00
HSL281.93º97.65%83.33%-
HSV(B)281.93º32.68%99.61%-
XYZ64.7752.94100.57-
YUV197.8159.72150.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 171 (67.19% from 255) = 26.15%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=35.02%
G=26.15%
B=38.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2291712540.100.3300.00281.9397.6583.33
HexE5ABFEA210011a6253
Octal345253376124100432142123
Binary11100101101010111111111010101000010010001101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ABFE; }

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

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

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

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

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

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

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

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