#E0AEFE

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

Shades of Mauve #E0AEFE

Tints of Mauve #E0AEFE

Color information

#E0AEFE (or 0xE0AEFE) is unknown color: approx Mauve. HEX triplet: E0, AE and FE. RGB value is (224,174,254). Sum of RGB (Red+Green+Blue) = 224+174+254=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 174 (68.36% from 255 or 26.69% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEFE is #1F5101. Grayscale: #C5C5C5. Windows color (decimal): -2052354 or 16690912. OLE color: 16690912.

HSL color Cylindrical-coordinate representation of color #E0AEFE: hue angle of 277.5º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0AEFE is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB224174254-
CMYK0.120.3100.00
HSL277.5º97.56%83.92%-
HSV(B)277.5º31.5%99.61%-
XYZ63.7753.28100.69-
YUV198.07159.56146.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.36%
GREEN value IS 174 (68.36% from 255) = 26.69%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=34.36%
G=26.69%
B=38.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241742540.120.3100.00277.597.5683.92
HexE0AEFEC1F001166254
Octal340256376143700426142124
Binary1110000010101110111111101100111110010001011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEFE; }

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

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

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

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

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

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

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

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