Html Css Color HEX #E3A1F7 Mauve

📋 copy color: '#E3A1F7'

red 227 ◦ green 161 ◦ blue 247

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

Shades of Mauve #E3A1F7

Tints of Mauve #E3A1F7

RGB

 RED value IS 227 (89.06% from 255) = 35.75%

 GREEN value IS 161 (63.28% from 255) = 25.35%

 BLUE value IS 247 (96.88% from 255) = 38.9%

R = 35.75%
G = 25.35%
B = 38.9%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E3A1F7 (or 0xE3A1F7) is known color: Mauve. HEX triplet: E3, A1 and F7. RGB value is (227,161,247). Sum of RGB (Red+Green+Blue) = 227+161+247=635 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.75% from 635); Green value is 161 (63.28% from 255 or 25.35% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #E3A1F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A1F7 is #1C5E08. Grayscale: #BEBEBE. Windows color (decimal): -1859081 or 16228835. OLE color: 16228835.

HSL color Cylindrical-coordinate representation of color #E3A1F7: hue angle of 286.05º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E3A1F7 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 227 161 247 -
CMYK 0.08 0.35 0 0.03
HSL 286.05º 0.84% 0.8% -
HSV(B) 286.05º 0.35% 0.97% -
XYZ 61.21 48.54 94.14 -
YUV 190.54 159.87 154.01 -
System Red Green Blue C M Y K H S L
Decimal 227 161 247 0.08 0.35 0 0.03 286.05 0.84 0.8
Hex E3 A1 F7 8 23 0 3 11E 54 50
Octal 343 241 367 10 43 0 3 436 124 120
Binary 11100011 10100001 11110111 1000 100011 0 11 100011110 1010100 1010000

Color Harmonies of #E3A1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A1F7

Black with #E3A1F7

Text Example


Text Example

White with #E3A1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A1F7; }

 p { color: rgb(227,161,247); }

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

background-color css

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

 a { background-color: rgb(227,161,247); }

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

border-color css

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

 span { border-color: rgb(227,161,247); }

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