Html Css Color HEX #E0AEF3 Mauve

📋 copy color: '#E0AEF3'

red 224 ◦ green 174 ◦ blue 243

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

Shades of Mauve #E0AEF3

Tints of Mauve #E0AEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.91%

R = 34.95%
G = 27.15%
B = 37.91%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E0AEF3 (or 0xE0AEF3) is known color: Mauve. HEX triplet: E0, AE and F3. RGB value is (224,174,243). Sum of RGB (Red+Green+Blue) = 224+174+243=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0AEF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEF3 is #1F510C. Grayscale: #C4C4C4. Windows color (decimal): -2052365 or 15970016. OLE color: 15970016.

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

Color convert

RGB 224 174 243 -
CMYK 0.08 0.28 0 0.05
HSL 283.48º 0.74% 0.82% -
HSV(B) 283.48º 0.28% 0.95% -
XYZ 62.05 52.59 91.67 -
YUV 196.82 154.07 147.39 -
System Red Green Blue C M Y K H S L
Decimal 224 174 243 0.08 0.28 0 0.05 283.48 0.74 0.82
Hex E0 AE F3 8 1C 0 5 11B 4A 52
Octal 340 256 363 10 34 0 5 433 112 122
Binary 11100000 10101110 11110011 1000 11100 0 101 100011011 1001010 1010010

Color Harmonies of #E0AEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AEF3

Black with #E0AEF3

Text Example


Text Example

White with #E0AEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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