Html Css Color HEX #E2AAFA Mauve

📋 copy color: '#E2AAFA'

red 226 ◦ green 170 ◦ blue 250

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

Shades of Mauve #E2AAFA

Tints of Mauve #E2AAFA

RGB

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

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

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

R = 34.98%
G = 26.32%
B = 38.7%

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

#E2AAFA (or 0xE2AAFA) is known color: Mauve. HEX triplet: E2, AA and FA. RGB value is (226,170,250). Sum of RGB (Red+Green+Blue) = 226+170+250=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAFA is #1D5505. Grayscale: #C3C3C3. Windows color (decimal): -1922310 or 16427746. OLE color: 16427746.

HSL color Cylindrical-coordinate representation of color #E2AAFA: hue angle of 282º 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 #E2AAFA is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 170 250 -
CMYK 0.10 0.32 0 0.02
HSL 282º 0.89% 0.82% -
HSV(B) 282º 0.32% 0.98% -
XYZ 62.99 51.82 97.12 -
YUV 195.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 226 170 250 0.10 0.32 0 0.02 282 0.89 0.82
Hex E2 AA FA A 20 0 2 11A 59 52
Octal 342 252 372 12 40 0 2 432 131 122
Binary 11100010 10101010 11111010 1010 100000 0 10 100011010 1011001 1010010

Color Harmonies of #E2AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAFA

Black with #E2AAFA

Text Example


Text Example

White with #E2AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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