#E0AEFF

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

Shades of Mauve #E0AEFF

Tints of Mauve #E0AEFF

Color information

#E0AEFF (or 0xE0AEFF) is unknown color: approx 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

RGB224174255-
CMYK0.120.3200
HSL277.04º100%84.12%-
HSV(B)277.04º31.76%100%-
XYZ63.9353.34101.53-
YUV198.18160.06146.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.30%
GREEN value IS 174 (68.36% from 255) = 26.65%
BLUE value IS 255 (100% from 255) = 39.05%
R=34.30%
G=26.65%
B=39.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241742550.120.3200277.0410084.12
HexE0AEFFC20001156454
Octal340256377144000425144124
Binary11100000101011101111111111001000000010001010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>