#EAA1FD

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

Shades of Mauve #EAA1FD

Tints of Mauve #EAA1FD

Color information

#EAA1FD (or 0xEAA1FD) is unknown color: approx Mauve. HEX triplet: EA, A1 and FD. RGB value is (234,161,253). Sum of RGB (Red+Green+Blue) = 234+161+253=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 161 (63.28% from 255 or 24.85% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAA1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA1FD is #155E02. Grayscale: #C1C1C1. Windows color (decimal): -1400323 or 16622058. OLE color: 16622058.

HSL color Cylindrical-coordinate representation of color #EAA1FD: hue angle of 287.61º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAA1FD is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234161253-
CMYK0.080.3600.01
HSL287.61º95.83%81.18%-
HSV(B)287.61º36.36%99.22%-
XYZ64.4150.0799.2-
YUV193.32161.68157.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 161 (63.28% from 255) = 24.85%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=36.11%
G=24.85%
B=39.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341612530.080.3600.01287.6195.8381.18
HexEAA1FD824011206051
Octal352241375104401440140121
Binary11101010101000011111110110001001000110010000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA1FD; }

 p { color: rgb(234,161,253); }

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

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

 a { background-color: rgb(234,161,253); }

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

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

 span { border-color: rgb(234,161,253); }

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