#E4A7FE

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

Shades of Mauve #E4A7FE

Tints of Mauve #E4A7FE

Color information

#E4A7FE (or 0xE4A7FE) is unknown color: approx Mauve. HEX triplet: E4, A7 and FE. RGB value is (228,167,254). Sum of RGB (Red+Green+Blue) = 228+167+254=649 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.13% from 649); Green value is 167 (65.62% from 255 or 25.73% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A7FE is #1B5801. Grayscale: #C2C2C2. Windows color (decimal): -1792002 or 16689124. OLE color: 16689124.

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

Color convert

RGB228167254-
CMYK0.100.3400.00
HSL282.07º97.75%82.55%-
HSV(B)282.07º34.25%99.61%-
XYZ63.751.29100.31-
YUV195.16161.21151.43-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.13%
GREEN value IS 167 (65.62% from 255) = 25.73%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=35.13%
G=25.73%
B=39.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2281672540.100.3400.00282.0797.7582.55
HexE4A7FEA220011a6253
Octal344247376124200432142123
Binary11100100101001111111111010101000100010001101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A7FE; }

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

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

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

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

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

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

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

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