Html Css Color HEX #E5A1FE Mauve

📋 copy color: '#E5A1FE'

red 229 ◦ green 161 ◦ blue 254

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

Shades of Mauve #E5A1FE

Tints of Mauve #E5A1FE

RGB

 RED value IS 229 (89.84% from 255) = 35.56%

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

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

R = 35.56%
G = 25%
B = 39.44%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E5A1FE (or 0xE5A1FE) is known color: Mauve. HEX triplet: E5, A1 and FE. RGB value is (229,161,254). Sum of RGB (Red+Green+Blue) = 229+161+254=644 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.56% from 644); Green value is 161 (63.28% from 255 or 25% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A1FE is #1A5E01. Grayscale: #BFBFBF. Windows color (decimal): -1728002 or 16687589. OLE color: 16687589.

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

Color convert

RGB 229 161 254 -
CMYK 0.10 0.37 0 0.00
HSL 283.87º 0.98% 0.81% -
HSV(B) 283.87º 0.37% 1% -
XYZ 62.95 49.3 99.96 -
YUV 191.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 229 161 254 0.10 0.37 0 0.00 283.87 0.98 0.81
Hex E5 A1 FE A 25 0 0 11C 62 51
Octal 345 241 376 12 45 0 0 434 142 121
Binary 11100101 10100001 11111110 1010 100101 0 0 100011100 1100010 1010001

Color Harmonies of #E5A1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A1FE

Black with #E5A1FE

Text Example


Text Example

White with #E5A1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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