#E0A5FE

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

Shades of Mauve #E0A5FE

Tints of Mauve #E0A5FE

Color information

#E0A5FE (or 0xE0A5FE) is unknown color: approx Mauve. HEX triplet: E0, A5 and FE. RGB value is (224,165,254). Sum of RGB (Red+Green+Blue) = 224+165+254=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 165 (64.84% from 255 or 25.66% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0A5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A5FE is #1F5A01. Grayscale: #C0C0C0. Windows color (decimal): -2054658 or 16688608. OLE color: 16688608.

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

Color convert

RGB224165254-
CMYK0.120.3500.00
HSL279.78º97.8%82.16%-
HSV(B)279.78º35.04%99.61%-
XYZ62.0849.91100.13-
YUV192.79162.55150.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 165 (64.84% from 255) = 25.66%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=34.84%
G=25.66%
B=39.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241652540.120.3500.00279.7897.882.16
HexE0A5FEC23001186252
Octal340245376144300430142122
Binary11100000101001011111111011001000110010001100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A5FE; }

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

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

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

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

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

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

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

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