Html Css Color HEX #E0AEF1 Mauve

📋 copy color: '#E0AEF1'

red 224 ◦ green 174 ◦ blue 241

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

Shades of Mauve #E0AEF1

Tints of Mauve #E0AEF1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.23%

 BLUE value IS 241 (94.53% from 255) = 37.72%

R = 35.05%
G = 27.23%
B = 37.72%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E0AEF1 (or 0xE0AEF1) is known color: Mauve. HEX triplet: E0, AE and F1. RGB value is (224,174,241). Sum of RGB (Red+Green+Blue) = 224+174+241=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEF1 is #1F510E. Grayscale: #C4C4C4. Windows color (decimal): -2052367 or 15838944. OLE color: 15838944.

HSL color Cylindrical-coordinate representation of color #E0AEF1: hue angle of 284.78º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0AEF1 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 174 241 -
CMYK 0.07 0.28 0 0.05
HSL 284.78º 0.71% 0.81% -
HSV(B) 284.78º 0.28% 0.95% -
XYZ 61.75 52.47 90.09 -
YUV 196.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 224 174 241 0.07 0.28 0 0.05 284.78 0.71 0.81
Hex E0 AE F1 7 1C 0 5 11D 47 51
Octal 340 256 361 7 34 0 5 435 107 121
Binary 11100000 10101110 11110001 111 11100 0 101 100011101 1000111 1010001

Color Harmonies of #E0AEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AEF1

Black with #E0AEF1

Text Example


Text Example

White with #E0AEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AEF1; }

 p { color: rgb(224,174,241); }

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

background-color css

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

 a { background-color: rgb(224,174,241); }

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

border-color css

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

 span { border-color: rgb(224,174,241); }

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