Html Css Color HEX #E2AAFD Mauve

📋 copy color: '#E2AAFD'

red 226 ◦ green 170 ◦ blue 253

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

Shades of Mauve #E2AAFD

Tints of Mauve #E2AAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.98%

R = 34.82%
G = 26.19%
B = 38.98%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2AAFD (or 0xE2AAFD) is known color: Mauve. HEX triplet: E2, AA and FD. RGB value is (226,170,253). Sum of RGB (Red+Green+Blue) = 226+170+253=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 170 (66.80% from 255 or 26.19% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAFD is #1D5502. Grayscale: #C3C3C3. Windows color (decimal): -1922307 or 16624354. OLE color: 16624354.

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

Color convert

RGB 226 170 253 -
CMYK 0.11 0.33 0 0.01
HSL 280.48º 0.95% 0.83% -
HSV(B) 280.48º 0.33% 0.99% -
XYZ 63.47 52.01 99.62 -
YUV 196.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 226 170 253 0.11 0.33 0 0.01 280.48 0.95 0.83
Hex E2 AA FD B 21 0 1 118 5F 53
Octal 342 252 375 13 41 0 1 430 137 123
Binary 11100010 10101010 11111101 1011 100001 0 1 100011000 1011111 1010011

Color Harmonies of #E2AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAFD

Black with #E2AAFD

Text Example


Text Example

White with #E2AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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