Html Css Color HEX #E0A1FE Mauve

📋 copy color: '#E0A1FE'

red 224 ◦ green 161 ◦ blue 254

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

Shades of Mauve #E0A1FE

Tints of Mauve #E0A1FE

RGB

 RED value IS 224 (87.89% from 255) = 35.05%

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

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

R = 35.05%
G = 25.2%
B = 39.75%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E0A1FE (or 0xE0A1FE) is known color: Mauve. HEX triplet: E0, A1 and FE. RGB value is (224,161,254). Sum of RGB (Red+Green+Blue) = 224+161+254=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 161 (63.28% from 255 or 25.20% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A1FE is #1F5E01. Grayscale: #BEBEBE. Windows color (decimal): -2055682 or 16687584. OLE color: 16687584.

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

Color convert

RGB 224 161 254 -
CMYK 0.12 0.37 0 0.00
HSL 280.65º 0.98% 0.81% -
HSV(B) 280.65º 0.37% 1% -
XYZ 61.37 48.49 99.89 -
YUV 190.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 224 161 254 0.12 0.37 0 0.00 280.65 0.98 0.81
Hex E0 A1 FE C 25 0 0 119 62 51
Octal 340 241 376 14 45 0 0 431 142 121
Binary 11100000 10100001 11111110 1100 100101 0 0 100011001 1100010 1010001

Color Harmonies of #E0A1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A1FE

Black with #E0A1FE

Text Example


Text Example

White with #E0A1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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