Html Css Color HEX #E2A1FE Mauve

📋 copy color: '#E2A1FE'

red 226 ◦ green 161 ◦ blue 254

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

Shades of Mauve #E2A1FE

Tints of Mauve #E2A1FE

RGB

 RED value IS 226 (88.67% from 255) = 35.26%

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

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

R = 35.26%
G = 25.12%
B = 39.63%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E2A1FE (or 0xE2A1FE) is known color: Mauve. HEX triplet: E2, A1 and FE. RGB value is (226,161,254). Sum of RGB (Red+Green+Blue) = 226+161+254=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 161 (63.28% from 255 or 25.12% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A1FE is #1D5E01. Grayscale: #BEBEBE. Windows color (decimal): -1924610 or 16687586. OLE color: 16687586.

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

Color convert

RGB 226 161 254 -
CMYK 0.11 0.37 0 0.00
HSL 281.94º 0.98% 0.81% -
HSV(B) 281.94º 0.37% 1% -
XYZ 62 48.81 99.92 -
YUV 191.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 226 161 254 0.11 0.37 0 0.00 281.94 0.98 0.81
Hex E2 A1 FE B 25 0 0 11A 62 51
Octal 342 241 376 13 45 0 0 432 142 121
Binary 11100010 10100001 11111110 1011 100101 0 0 100011010 1100010 1010001

Color Harmonies of #E2A1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A1FE

Black with #E2A1FE

Text Example


Text Example

White with #E2A1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A1FE; }

 p { color: rgb(226,161,254); }

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

background-color css

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

 a { background-color: rgb(226,161,254); }

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

border-color css

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

 span { border-color: rgb(226,161,254); }

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