#E1AFFF

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

Shades of Mauve #E1AFFF

Tints of Mauve #E1AFFF

Color information

#E1AFFF (or 0xE1AFFF) is unknown color: approx Mauve. HEX triplet: E1, AF and FF. RGB value is (225,175,255). Sum of RGB (Red+Green+Blue) = 225+175+255=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 175 (68.75% from 255 or 26.72% 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 #E1AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AFFF is #1E5000. Grayscale: #C6C6C6. Windows color (decimal): -1986561 or 16756705. OLE color: 16756705.

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

Color convert

RGB225175255-
CMYK0.120.3100
HSL277.5º100%84.31%-
HSV(B)277.5º31.37%100%-
XYZ64.4353.89101.61-
YUV199.07159.56146.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.35%
GREEN value IS 175 (68.75% from 255) = 26.72%
BLUE value IS 255 (100% from 255) = 38.93%
R=34.35%
G=26.72%
B=38.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251752550.120.3100277.510084.31
HexE1AFFFC1F001166454
Octal341257377143700426144124
Binary1110000110101111111111111100111110010001011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFFF; }

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

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

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

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

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

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

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

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