#E2AEFE

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

Shades of Mauve #E2AEFE

Tints of Mauve #E2AEFE

Color information

#E2AEFE (or 0xE2AEFE) is unknown color: approx Mauve. HEX triplet: E2, AE and FE. RGB value is (226,174,254). Sum of RGB (Red+Green+Blue) = 226+174+254=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 174 (68.36% from 255 or 26.61% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AEFE is #1D5101. Grayscale: #C6C6C6. Windows color (decimal): -1921282 or 16690914. OLE color: 16690914.

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

Color convert

RGB226174254-
CMYK0.110.3100.00
HSL279º97.56%83.92%-
HSV(B)279º31.5%99.61%-
XYZ64.3953.6100.72-
YUV198.67159.23147.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.56%
GREEN value IS 174 (68.36% from 255) = 26.61%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=34.56%
G=26.61%
B=38.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2261742540.110.3100.0027997.5683.92
HexE2AEFEB1F001176254
Octal342256376133700427142124
Binary1110001010101110111111101011111110010001011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AEFE; }

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

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

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

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

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

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

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

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