#E0AEEF

Color #E0AEEF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #E0AEEF

Tints of Mauve #E0AEEF

Color information

#E0AEEF (or 0xE0AEEF) is unknown color: approx Mauve. HEX triplet: E0, AE and EF. RGB value is (224,174,239). Sum of RGB (Red+Green+Blue) = 224+174+239=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEEF is #1F5110. Grayscale: #C4C4C4. Windows color (decimal): -2052369 or 15707872. OLE color: 15707872.

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

Color convert

RGB224174239-
CMYK0.060.2700.06
HSL286.15º67.01%80.98%-
HSV(B)286.15º27.2%93.73%-
XYZ61.4652.3588.53-
YUV196.36152.06147.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.16%
GREEN value IS 174 (68.36% from 255) = 27.32%
BLUE value IS 239 (93.75% from 255) = 37.52%
R=35.16%
G=27.32%
B=37.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241742390.060.2700.06286.1567.0180.98
HexE0AEEF61B0611e4351
Octal34025635763306436103121
Binary11100000101011101110111111011011011010001111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEEF; }

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

 H1.HeaderClassName
 {
   color: #E0AEEF;
 }
 .AnyTagClassName
 {
   color: #E0AEEF;
 }
</style>
background-color css

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

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

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

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

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

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