#E3AEFE

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

Shades of Mauve #E3AEFE

Tints of Mauve #E3AEFE

Color information

#E3AEFE (or 0xE3AEFE) is unknown color: approx Mauve. HEX triplet: E3, AE and FE. RGB value is (227,174,254). Sum of RGB (Red+Green+Blue) = 227+174+254=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AEFE is #1C5101. Grayscale: #C6C6C6. Windows color (decimal): -1855746 or 16690915. OLE color: 16690915.

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

Color convert

RGB227174254-
CMYK0.110.3100.00
HSL279.75º97.56%83.92%-
HSV(B)279.75º31.5%99.61%-
XYZ64.753.76100.73-
YUV198.97159.06148-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.66%
GREEN value IS 174 (68.36% from 255) = 26.56%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=34.66%
G=26.56%
B=38.78%

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
Decimal2271742540.110.3100.00279.7597.5683.92
HexE3AEFEB1F001186254
Octal343256376133700430142124
Binary1110001110101110111111101011111110010001100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AEFE; }

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

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

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

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

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

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

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

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