Html Css Color HEX #E1AAEF Mauve

📋 copy color: '#E1AAEF'

red 225 ◦ green 170 ◦ blue 239

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

Shades of Mauve #E1AAEF

Tints of Mauve #E1AAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.7%

R = 35.49%
G = 26.81%
B = 37.7%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E1AAEF (or 0xE1AAEF) is known color: Mauve. HEX triplet: E1, AA and EF. RGB value is (225,170,239). Sum of RGB (Red+Green+Blue) = 225+170+239=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AAEF is #1E5510. Grayscale: #C2C2C2. Windows color (decimal): -1987857 or 15706849. OLE color: 15706849.

HSL color Cylindrical-coordinate representation of color #E1AAEF: hue angle of 287.83º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1AAEF is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 170 239 -
CMYK 0.06 0.29 0 0.06
HSL 287.83º 0.68% 0.8% -
HSV(B) 287.83º 0.29% 0.94% -
XYZ 61.01 50.99 88.29 -
YUV 194.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 225 170 239 0.06 0.29 0 0.06 287.83 0.68 0.8
Hex E1 AA EF 6 1D 0 6 120 44 50
Octal 341 252 357 6 35 0 6 440 104 120
Binary 11100001 10101010 11101111 110 11101 0 110 100100000 1000100 1010000

Color Harmonies of #E1AAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AAEF

Black with #E1AAEF

Text Example


Text Example

White with #E1AAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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