Html Css Color HEX #E0AEFF Mauve

📋 copy color: '#E0AEFF'

red 224 ◦ green 174 ◦ blue 255

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

Shades of Mauve #E0AEFF

Tints of Mauve #E0AEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.05%

R = 34.3%
G = 26.65%
B = 39.05%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E0AEFF (or 0xE0AEFF) is known color: Mauve. HEX triplet: E0, AE and FF. RGB value is (224,174,255). Sum of RGB (Red+Green+Blue) = 224+174+255=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEFF is #1F5100. Grayscale: #C5C5C5. Windows color (decimal): -2052353 or 16756448. OLE color: 16756448.

HSL color Cylindrical-coordinate representation of color #E0AEFF: hue angle of 277.04º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0AEFF is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 174 255 -
CMYK 0.12 0.32 0 0
HSL 277.04º 1% 0.84% -
HSV(B) 277.04º 0.32% 1% -
XYZ 63.93 53.34 101.53 -
YUV 198.18 160.07 146.41 -
System Red Green Blue C M Y K H S L
Decimal 224 174 255 0.12 0.32 0 0 277.04 1 0.84
Hex E0 AE FF C 20 0 0 115 64 54
Octal 340 256 377 14 40 0 0 425 144 124
Binary 11100000 10101110 11111111 1100 100000 0 0 100010101 1100100 1010100

Color Harmonies of #E0AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AEFF

Black with #E0AEFF

Text Example


Text Example

White with #E0AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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