#E2ABFD

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

Shades of Mauve #E2ABFD

Tints of Mauve #E2ABFD

Color information

#E2ABFD (or 0xE2ABFD) is unknown color: approx Mauve. HEX triplet: E2, AB and FD. RGB value is (226,171,253). Sum of RGB (Red+Green+Blue) = 226+171+253=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABFD is #1D5402. Grayscale: #C4C4C4. Windows color (decimal): -1922051 or 16624610. OLE color: 16624610.

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

Color convert

RGB226171253-
CMYK0.110.3200.01
HSL280.24º95.35%83.14%-
HSV(B)280.24º32.41%99.22%-
XYZ63.6652.3999.69-
YUV196.79159.72148.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 171 (67.19% from 255) = 26.31%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=34.77%
G=26.31%
B=38.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261712530.110.3200.01280.2495.3583.14
HexE2ABFDB20011185f53
Octal342253375134001430137123
Binary11100010101010111111110110111000000110001100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ABFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ABFD; }

 p { color: rgb(226,171,253); }

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

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

 a { background-color: rgb(226,171,253); }

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

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

 span { border-color: rgb(226,171,253); }

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