Html Css Color HEX #E1AAFA Mauve

📋 copy color: '#E1AAFA'

red 225 ◦ green 170 ◦ blue 250

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

Shades of Mauve #E1AAFA

Tints of Mauve #E1AAFA

RGB

 RED value IS 225 (88.28% from 255) = 34.88%

 GREEN value IS 170 (66.8% from 255) = 26.36%

 BLUE value IS 250 (98.05% from 255) = 38.76%

R = 34.88%
G = 26.36%
B = 38.76%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1AAFA (or 0xE1AAFA) is known color: Mauve. HEX triplet: E1, AA and FA. RGB value is (225,170,250). Sum of RGB (Red+Green+Blue) = 225+170+250=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AAFA is #1E5505. Grayscale: #C3C3C3. Windows color (decimal): -1987846 or 16427745. OLE color: 16427745.

HSL color Cylindrical-coordinate representation of color #E1AAFA: hue angle of 281.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1AAFA is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 170 250 -
CMYK 0.10 0.32 0 0.02
HSL 281.25º 0.89% 0.82% -
HSV(B) 281.25º 0.32% 0.98% -
XYZ 62.68 51.66 97.11 -
YUV 195.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 225 170 250 0.10 0.32 0 0.02 281.25 0.89 0.82
Hex E1 AA FA A 20 0 2 119 59 52
Octal 341 252 372 12 40 0 2 431 131 122
Binary 11100001 10101010 11111010 1010 100000 0 10 100011001 1011001 1010010

Color Harmonies of #E1AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AAFA

Black with #E1AAFA

Text Example


Text Example

White with #E1AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AAFA; }

 p { color: rgb(225,170,250); }

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

background-color css

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

 a { background-color: rgb(225,170,250); }

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

border-color css

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

 span { border-color: rgb(225,170,250); }

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