#E0AEFD

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

Shades of Mauve #E0AEFD

Tints of Mauve #E0AEFD

Color information

#E0AEFD (or 0xE0AEFD) is unknown color: approx Mauve. HEX triplet: E0, AE and FD. RGB value is (224,174,253). Sum of RGB (Red+Green+Blue) = 224+174+253=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEFD is #1F5102. Grayscale: #C5C5C5. Windows color (decimal): -2052355 or 16625376. OLE color: 16625376.

HSL color Cylindrical-coordinate representation of color #E0AEFD: hue angle of 277.97º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0AEFD is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224174253-
CMYK0.110.3100.01
HSL277.97º95.18%83.73%-
HSV(B)277.97º31.23%99.22%-
XYZ63.6153.2199.85-
YUV197.96159.06146.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.41%
GREEN value IS 174 (68.36% from 255) = 26.73%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=34.41%
G=26.73%
B=38.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241742530.110.3100.01277.9795.1883.73
HexE0AEFDB1F011165f54
Octal340256375133701426137124
Binary1110000010101110111111011011111110110001011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEFD; }

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

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

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

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

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

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

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

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