#E0AEFC

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

Shades of Mauve #E0AEFC

Tints of Mauve #E0AEFC

Color information

#E0AEFC (or 0xE0AEFC) is unknown color: approx Mauve. HEX triplet: E0, AE and FC. RGB value is (224,174,252). Sum of RGB (Red+Green+Blue) = 224+174+252=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEFC is #1F5103. Grayscale: #C5C5C5. Windows color (decimal): -2052356 or 16559840. OLE color: 16559840.

HSL color Cylindrical-coordinate representation of color #E0AEFC: hue angle of 278.46º degrees, saturation: 0.93, 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 #E0AEFC is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224174252-
CMYK0.110.3100.01
HSL278.46º92.86%83.53%-
HSV(B)278.46º30.95%98.82%-
XYZ63.4553.1599.01-
YUV197.84158.56146.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.46%
GREEN value IS 174 (68.36% from 255) = 26.77%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=34.46%
G=26.77%
B=38.77%

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
Decimal2241742520.110.3100.01278.4692.8683.53
HexE0AEFCB1F011165d54
Octal340256374133701426135124
Binary1110000010101110111111001011111110110001011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEFC; }

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

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

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

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

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

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

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

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