Html Css Color HEX #E2AAFC Mauve

📋 copy color: '#E2AAFC'

red 226 ◦ green 170 ◦ blue 252

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

Shades of Mauve #E2AAFC

Tints of Mauve #E2AAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.89%

R = 34.88%
G = 26.23%
B = 38.89%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2AAFC (or 0xE2AAFC) is known color: Mauve. HEX triplet: E2, AA and FC. RGB value is (226,170,252). Sum of RGB (Red+Green+Blue) = 226+170+252=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAFC is #1D5503. Grayscale: #C3C3C3. Windows color (decimal): -1922308 or 16558818. OLE color: 16558818.

HSL color Cylindrical-coordinate representation of color #E2AAFC: hue angle of 280.98º degrees, saturation: 0.93, 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 #E2AAFC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 170 252 -
CMYK 0.10 0.33 0 0.01
HSL 280.98º 0.93% 0.83% -
HSV(B) 280.98º 0.33% 0.99% -
XYZ 63.31 51.95 98.79 -
YUV 196.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 226 170 252 0.10 0.33 0 0.01 280.98 0.93 0.83
Hex E2 AA FC A 21 0 1 119 5D 53
Octal 342 252 374 12 41 0 1 431 135 123
Binary 11100010 10101010 11111100 1010 100001 0 1 100011001 1011101 1010011

Color Harmonies of #E2AAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAFC

Black with #E2AAFC

Text Example


Text Example

White with #E2AAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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