#E5ABFF

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

Shades of Mauve #E5ABFF

Tints of Mauve #E5ABFF

Color information

#E5ABFF (or 0xE5ABFF) is unknown color: approx Mauve. HEX triplet: E5, AB and FF. RGB value is (229,171,255). Sum of RGB (Red+Green+Blue) = 229+171+255=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ABFF is #1A5400. Grayscale: #C5C5C5. Windows color (decimal): -1725441 or 16755685. OLE color: 16755685.

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

Color convert

RGB229171255-
CMYK0.100.3300
HSL281.43º100%83.53%-
HSV(B)281.43º32.94%100%-
XYZ64.9353101.42-
YUV197.92160.22150.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.96%
GREEN value IS 171 (67.19% from 255) = 26.11%
BLUE value IS 255 (100% from 255) = 38.93%
R=34.96%
G=26.11%
B=38.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2291712550.100.3300281.4310083.53
HexE5ABFFA21001196454
Octal345253377124100431144124
Binary11100101101010111111111110101000010010001100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ABFF; }

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

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

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

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

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

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

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

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