#E4A5FE

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

Shades of Mauve #E4A5FE

Tints of Mauve #E4A5FE

Color information

#E4A5FE (or 0xE4A5FE) is unknown color: approx Mauve. HEX triplet: E4, A5 and FE. RGB value is (228,165,254). Sum of RGB (Red+Green+Blue) = 228+165+254=647 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.24% from 647); Green value is 165 (64.84% from 255 or 25.50% 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 #E4A5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A5FE is #1B5A01. Grayscale: #C1C1C1. Windows color (decimal): -1792514 or 16688612. OLE color: 16688612.

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

Color convert

RGB228165254-
CMYK0.100.3500.00
HSL282.47º97.8%82.16%-
HSV(B)282.47º35.04%99.61%-
XYZ63.3450.56100.19-
YUV193.98161.87152.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.24%
GREEN value IS 165 (64.84% from 255) = 25.50%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=35.24%
G=25.50%
B=39.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2281652540.100.3500.00282.4797.882.16
HexE4A5FEA230011a6252
Octal344245376124300432142122
Binary11100100101001011111111010101000110010001101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A5FE; }

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

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

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

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

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

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

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

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