#E0AEFA

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

Shades of Mauve #E0AEFA

Tints of Mauve #E0AEFA

Color information

#E0AEFA (or 0xE0AEFA) is unknown color: approx Mauve. HEX triplet: E0, AE and FA. RGB value is (224,174,250). Sum of RGB (Red+Green+Blue) = 224+174+250=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEFA is #1F5105. Grayscale: #C5C5C5. Windows color (decimal): -2052358 or 16428768. OLE color: 16428768.

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

Color convert

RGB224174250-
CMYK0.100.3000.02
HSL279.47º88.37%83.14%-
HSV(B)279.47º30.4%98.04%-
XYZ63.1353.0297.35-
YUV197.61157.56146.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 174 (68.36% from 255) = 26.85%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=34.57%
G=26.85%
B=38.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241742500.100.3000.02279.4788.3783.14
HexE0AEFAA1E021175853
Octal340256372123602427130123
Binary11100000101011101111101010101111001010001011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEFA; }

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

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

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

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

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

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

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

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