Html Css Color HEX #E1A3FE Mauve

📋 copy color: '#E1A3FE'

red 225 ◦ green 163 ◦ blue 254

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

Shades of Mauve #E1A3FE

Tints of Mauve #E1A3FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.56%

R = 35.05%
G = 25.39%
B = 39.56%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E1A3FE (or 0xE1A3FE) is known color: Mauve. HEX triplet: E1, A3 and FE. RGB value is (225,163,254). Sum of RGB (Red+Green+Blue) = 225+163+254=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 163 (64.06% from 255 or 25.39% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A3FE is #1E5C01. Grayscale: #BFBFBF. Windows color (decimal): -1989634 or 16688097. OLE color: 16688097.

HSL color Cylindrical-coordinate representation of color #E1A3FE: hue angle of 280.88º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1A3FE is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 163 254 -
CMYK 0.11 0.36 0 0.00
HSL 280.88º 0.98% 0.82% -
HSV(B) 280.88º 0.36% 1% -
XYZ 62.04 49.36 100.02 -
YUV 191.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 225 163 254 0.11 0.36 0 0.00 280.88 0.98 0.82
Hex E1 A3 FE B 24 0 0 119 62 52
Octal 341 243 376 13 44 0 0 431 142 122
Binary 11100001 10100011 11111110 1011 100100 0 0 100011001 1100010 1010010

Color Harmonies of #E1A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A3FE

Black with #E1A3FE

Text Example


Text Example

White with #E1A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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