#E1AFFD

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

Shades of Mauve #E1AFFD

Tints of Mauve #E1AFFD

Color information

#E1AFFD (or 0xE1AFFD) is unknown color: approx Mauve. HEX triplet: E1, AF and FD. RGB value is (225,175,253). Sum of RGB (Red+Green+Blue) = 225+175+253=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AFFD is #1E5002. Grayscale: #C6C6C6. Windows color (decimal): -1986563 or 16625633. OLE color: 16625633.

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

Color convert

RGB225175253-
CMYK0.110.3100.01
HSL278.46º95.12%83.92%-
HSV(B)278.46º30.83%99.22%-
XYZ64.1153.7699.93-
YUV198.84158.56146.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.46%
GREEN value IS 175 (68.75% from 255) = 26.80%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=34.46%
G=26.80%
B=38.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251752530.110.3100.01278.4695.1283.92
HexE1AFFDB1F011165f54
Octal341257375133701426137124
Binary1110000110101111111111011011111110110001011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFFD; }

 p { color: rgb(225,175,253); }

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

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

 a { background-color: rgb(225,175,253); }

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

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

 span { border-color: rgb(225,175,253); }

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