Html Css Color HEX #E0AAF5 Mauve

📋 copy color: '#E0AAF5'

red 224 ◦ green 170 ◦ blue 245

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

Shades of Mauve #E0AAF5

Tints of Mauve #E0AAF5

RGB

 RED value IS 224 (87.89% from 255) = 35.05%

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

 BLUE value IS 245 (96.09% from 255) = 38.34%

R = 35.05%
G = 26.6%
B = 38.34%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E0AAF5 (or 0xE0AAF5) is known color: Mauve. HEX triplet: E0, AA and F5. RGB value is (224,170,245). Sum of RGB (Red+Green+Blue) = 224+170+245=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #E0AAF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAF5 is #1F550A. Grayscale: #C2C2C2. Windows color (decimal): -2053387 or 16100064. OLE color: 16100064.

HSL color Cylindrical-coordinate representation of color #E0AAF5: hue angle of 283.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0AAF5 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 170 245 -
CMYK 0.09 0.31 0 0.04
HSL 283.2º 0.79% 0.81% -
HSV(B) 283.2º 0.31% 0.96% -
XYZ 61.6 51.19 93.02 -
YUV 194.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 224 170 245 0.09 0.31 0 0.04 283.2 0.79 0.81
Hex E0 AA F5 9 1F 0 4 11B 4F 51
Octal 340 252 365 11 37 0 4 433 117 121
Binary 11100000 10101010 11110101 1001 11111 0 100 100011011 1001111 1010001

Color Harmonies of #E0AAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AAF5

Black with #E0AAF5

Text Example


Text Example

White with #E0AAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AAF5; }

 p { color: rgb(224,170,245); }

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

background-color css

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

 a { background-color: rgb(224,170,245); }

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

border-color css

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

 span { border-color: rgb(224,170,245); }

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