Html Css Color HEX #E3A1FD Mauve

📋 copy color: '#E3A1FD'

red 227 ◦ green 161 ◦ blue 253

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

Shades of Mauve #E3A1FD

Tints of Mauve #E3A1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.47%

R = 35.41%
G = 25.12%
B = 39.47%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E3A1FD (or 0xE3A1FD) is known color: Mauve. HEX triplet: E3, A1 and FD. RGB value is (227,161,253). Sum of RGB (Red+Green+Blue) = 227+161+253=641 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.41% from 641); Green value is 161 (63.28% from 255 or 25.12% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3A1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A1FD is #1C5E02. Grayscale: #BEBEBE. Windows color (decimal): -1859075 or 16622051. OLE color: 16622051.

HSL color Cylindrical-coordinate representation of color #E3A1FD: hue angle of 283.04º 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 #E3A1FD is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 161 253 -
CMYK 0.10 0.36 0 0.01
HSL 283.04º 0.96% 0.81% -
HSV(B) 283.04º 0.36% 0.99% -
XYZ 62.15 48.91 99.09 -
YUV 191.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 227 161 253 0.10 0.36 0 0.01 283.04 0.96 0.81
Hex E3 A1 FD A 24 0 1 11B 60 51
Octal 343 241 375 12 44 0 1 433 140 121
Binary 11100011 10100001 11111101 1010 100100 0 1 100011011 1100000 1010001

Color Harmonies of #E3A1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A1FD

Black with #E3A1FD

Text Example


Text Example

White with #E3A1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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