Html Css Color HEX #E0AEF8 Mauve

📋 copy color: '#E0AEF8'

red 224 ◦ green 174 ◦ blue 248

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

Shades of Mauve #E0AEF8

Tints of Mauve #E0AEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.39%

R = 34.67%
G = 26.93%
B = 38.39%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E0AEF8 (or 0xE0AEF8) is known color: Mauve. HEX triplet: E0, AE and F8. RGB value is (224,174,248). Sum of RGB (Red+Green+Blue) = 224+174+248=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 248 (97.27% from 255 or 38.39% from 646); Max value from RGB is 248 - color contains mainly: blue. Hex color #E0AEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEF8 is #1F5107. Grayscale: #C5C5C5. Windows color (decimal): -2052360 or 16297696. OLE color: 16297696.

HSL color Cylindrical-coordinate representation of color #E0AEF8: hue angle of 280.54º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0AEF8 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 224 174 248 -
CMYK 0.10 0.30 0 0.03
HSL 280.54º 0.84% 0.83% -
HSV(B) 280.54º 0.3% 0.97% -
XYZ 62.82 52.9 95.71 -
YUV 197.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 224 174 248 0.10 0.30 0 0.03 280.54 0.84 0.83
Hex E0 AE F8 A 1E 0 3 119 54 53
Octal 340 256 370 12 36 0 3 431 124 123
Binary 11100000 10101110 11111000 1010 11110 0 11 100011001 1010100 1010011

Color Harmonies of #E0AEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AEF8

Black with #E0AEF8

Text Example


Text Example

White with #E0AEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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