Html Css Color HEX #E1A3F9 Mauve

📋 copy color: '#E1A3F9'

red 225 ◦ green 163 ◦ blue 249

#E1A3F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #E1A3F9

Tints of Mauve #E1A3F9

RGB

 RED value IS 225 (88.28% from 255) = 35.32%

 GREEN value IS 163 (64.06% from 255) = 25.59%

 BLUE value IS 249 (97.66% from 255) = 39.09%

R = 35.32%
G = 25.59%
B = 39.09%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1A3F9 (or 0xE1A3F9) is known color: Mauve. HEX triplet: E1, A3 and F9. RGB value is (225,163,249). Sum of RGB (Red+Green+Blue) = 225+163+249=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1A3F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A3F9 is #1E5C06. Grayscale: #BFBFBF. Windows color (decimal): -1989639 or 16360417. OLE color: 16360417.

HSL color Cylindrical-coordinate representation of color #E1A3F9: hue angle of 283.26º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1A3F9 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 163 249 -
CMYK 0.10 0.35 0 0.02
HSL 283.26º 0.88% 0.81% -
HSV(B) 283.26º 0.35% 0.98% -
XYZ 61.25 49.04 95.86 -
YUV 191.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 225 163 249 0.10 0.35 0 0.02 283.26 0.88 0.81
Hex E1 A3 F9 A 23 0 2 11B 58 51
Octal 341 243 371 12 43 0 2 433 130 121
Binary 11100001 10100011 11111001 1010 100011 0 10 100011011 1011000 1010001

Color Harmonies of #E1A3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A3F9

Black with #E1A3F9

Text Example


Text Example

White with #E1A3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A3F9; }

 p { color: rgb(225,163,249); }

 H1.HeaderClassName
 {
   color: #E1A3F9;
 }
 .AnyTagClassName
 {
   color: #E1A3F9;
 }
</style>

background-color css

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

 a { background-color: rgb(225,163,249); }

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

border-color css

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

 span { border-color: rgb(225,163,249); }

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