Html Css Color HEX #E0A1FF Mauve

📋 copy color: '#E0A1FF'

red 224 ◦ green 161 ◦ blue 255

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

Shades of Mauve #E0A1FF

Tints of Mauve #E0A1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.84%

R = 35%
G = 25.16%
B = 39.84%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E0A1FF (or 0xE0A1FF) is known color: Mauve. HEX triplet: E0, A1 and FF. RGB value is (224,161,255). Sum of RGB (Red+Green+Blue) = 224+161+255=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 161 (63.28% from 255 or 25.16% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A1FF is #1F5E00. Grayscale: #BEBEBE. Windows color (decimal): -2055681 or 16753120. OLE color: 16753120.

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

Color convert

RGB 224 161 255 -
CMYK 0.12 0.37 0 0
HSL 280.21º 1% 0.82% -
HSV(B) 280.21º 0.37% 1% -
XYZ 61.54 48.56 100.74 -
YUV 190.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 224 161 255 0.12 0.37 0 0 280.21 1 0.82
Hex E0 A1 FF C 25 0 0 118 64 52
Octal 340 241 377 14 45 0 0 430 144 122
Binary 11100000 10100001 11111111 1100 100101 0 0 100011000 1100100 1010010

Color Harmonies of #E0A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A1FF

Black with #E0A1FF

Text Example


Text Example

White with #E0A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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