Html Css Color HEX #E2AAFF Mauve

📋 copy color: '#E2AAFF'

red 226 ◦ green 170 ◦ blue 255

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

Shades of Mauve #E2AAFF

Tints of Mauve #E2AAFF

RGB

 RED value IS 226 (88.67% from 255) = 34.72%

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

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

R = 34.72%
G = 26.11%
B = 39.17%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E2AAFF (or 0xE2AAFF) is known color: Mauve. HEX triplet: E2, AA and FF. RGB value is (226,170,255). Sum of RGB (Red+Green+Blue) = 226+170+255=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAFF is #1D5500. Grayscale: #C4C4C4. Windows color (decimal): -1922305 or 16755426. OLE color: 16755426.

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

Color convert

RGB 226 170 255 -
CMYK 0.11 0.33 0 0
HSL 279.53º 1% 0.83% -
HSV(B) 279.53º 0.33% 1% -
XYZ 63.79 52.14 101.31 -
YUV 196.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 226 170 255 0.11 0.33 0 0 279.53 1 0.83
Hex E2 AA FF B 21 0 0 118 64 53
Octal 342 252 377 13 41 0 0 430 144 123
Binary 11100010 10101010 11111111 1011 100001 0 0 100011000 1100100 1010011

Color Harmonies of #E2AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAFF

Black with #E2AAFF

Text Example


Text Example

White with #E2AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAFF; }

 p { color: rgb(226,170,255); }

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

background-color css

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

 a { background-color: rgb(226,170,255); }

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

border-color css

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

 span { border-color: rgb(226,170,255); }

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