Html Css Color HEX #E0AAEF Mauve

📋 copy color: '#E0AAEF'

red 224 ◦ green 170 ◦ blue 239

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

Shades of Mauve #E0AAEF

Tints of Mauve #E0AAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.76%

R = 35.39%
G = 26.86%
B = 37.76%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0AAEF (or 0xE0AAEF) is known color: Mauve. HEX triplet: E0, AA and EF. RGB value is (224,170,239). Sum of RGB (Red+Green+Blue) = 224+170+239=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAEF is #1F5510. Grayscale: #C1C1C1. Windows color (decimal): -2053393 or 15706848. OLE color: 15706848.

HSL color Cylindrical-coordinate representation of color #E0AAEF: hue angle of 286.96º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0AAEF is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 170 239 -
CMYK 0.06 0.29 0 0.06
HSL 286.96º 0.68% 0.8% -
HSV(B) 286.96º 0.29% 0.94% -
XYZ 60.7 50.83 88.27 -
YUV 194.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 224 170 239 0.06 0.29 0 0.06 286.96 0.68 0.8
Hex E0 AA EF 6 1D 0 6 11F 44 50
Octal 340 252 357 6 35 0 6 437 104 120
Binary 11100000 10101010 11101111 110 11101 0 110 100011111 1000100 1010000

Color Harmonies of #E0AAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AAEF

Black with #E0AAEF

Text Example


Text Example

White with #E0AAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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