Html Css Color HEX #E2AAEF Mauve

📋 copy color: '#E2AAEF'

red 226 ◦ green 170 ◦ blue 239

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

Shades of Mauve #E2AAEF

Tints of Mauve #E2AAEF

RGB

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

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

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

R = 35.59%
G = 26.77%
B = 37.64%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E2AAEF (or 0xE2AAEF) is known color: Mauve. HEX triplet: E2, AA and EF. RGB value is (226,170,239). Sum of RGB (Red+Green+Blue) = 226+170+239=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAEF is #1D5510. Grayscale: #C2C2C2. Windows color (decimal): -1922321 or 15706850. OLE color: 15706850.

HSL color Cylindrical-coordinate representation of color #E2AAEF: hue angle of 288.7º 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 #E2AAEF is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 170 239 -
CMYK 0.05 0.29 0 0.06
HSL 288.7º 0.68% 0.8% -
HSV(B) 288.7º 0.29% 0.94% -
XYZ 61.32 51.15 88.3 -
YUV 194.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 226 170 239 0.05 0.29 0 0.06 288.7 0.68 0.8
Hex E2 AA EF 5 1D 0 6 121 44 50
Octal 342 252 357 5 35 0 6 441 104 120
Binary 11100010 10101010 11101111 101 11101 0 110 100100001 1000100 1010000

Color Harmonies of #E2AAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAEF

Black with #E2AAEF

Text Example


Text Example

White with #E2AAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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