Html Css Color HEX #E7AAF2 Mauve

📋 copy color: '#E7AAF2'

red 231 ◦ green 170 ◦ blue 242

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

Shades of Mauve #E7AAF2

Tints of Mauve #E7AAF2

RGB

 RED value IS 231 (90.63% from 255) = 35.93%

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

 BLUE value IS 242 (94.92% from 255) = 37.64%

R = 35.93%
G = 26.44%
B = 37.64%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E7AAF2 (or 0xE7AAF2) is known color: Mauve. HEX triplet: E7, AA and F2. RGB value is (231,170,242). Sum of RGB (Red+Green+Blue) = 231+170+242=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7AAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AAF2 is #18550D. Grayscale: #C4C4C4. Windows color (decimal): -1594638 or 15903463. OLE color: 15903463.

HSL color Cylindrical-coordinate representation of color #E7AAF2: hue angle of 290.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7AAF2 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 170 242 -
CMYK 0.05 0.30 0 0.05
HSL 290.83º 0.73% 0.81% -
HSV(B) 290.83º 0.3% 0.95% -
XYZ 63.36 52.15 90.73 -
YUV 196.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 231 170 242 0.05 0.30 0 0.05 290.83 0.73 0.81
Hex E7 AA F2 5 1E 0 5 123 49 51
Octal 347 252 362 5 36 0 5 443 111 121
Binary 11100111 10101010 11110010 101 11110 0 101 100100011 1001001 1010001

Color Harmonies of #E7AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AAF2

Black with #E7AAF2

Text Example


Text Example

White with #E7AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AAF2; }

 p { color: rgb(231,170,242); }

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

background-color css

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

 a { background-color: rgb(231,170,242); }

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

border-color css

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

 span { border-color: rgb(231,170,242); }

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