#E2A7FE

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

Shades of Mauve #E2A7FE

Tints of Mauve #E2A7FE

Color information

#E2A7FE (or 0xE2A7FE) is unknown color: approx Mauve. HEX triplet: E2, A7 and FE. RGB value is (226,167,254). Sum of RGB (Red+Green+Blue) = 226+167+254=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 167 (65.62% from 255 or 25.81% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A7FE is #1D5801. Grayscale: #C2C2C2. Windows color (decimal): -1923074 or 16689122. OLE color: 16689122.

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

Color convert

RGB226167254-
CMYK0.110.3400.00
HSL280.69º97.75%82.55%-
HSV(B)280.69º34.25%99.61%-
XYZ63.0750.96100.28-
YUV194.56161.55150.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.93%
GREEN value IS 167 (65.62% from 255) = 25.81%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=34.93%
G=25.81%
B=39.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2261672540.110.3400.00280.6997.7582.55
HexE2A7FEB22001196253
Octal342247376134200431142123
Binary11100010101001111111111010111000100010001100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A7FE; }

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

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

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

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

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

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

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

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