#E0A7FA

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

Shades of Mauve #E0A7FA

Tints of Mauve #E0A7FA

Color information

#E0A7FA (or 0xE0A7FA) is unknown color: approx Mauve. HEX triplet: E0, A7 and FA. RGB value is (224,167,250). Sum of RGB (Red+Green+Blue) = 224+167+250=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A7FA is #1F5805. Grayscale: #C1C1C1. Windows color (decimal): -2054150 or 16426976. OLE color: 16426976.

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

Color convert

RGB224167250-
CMYK0.100.3300.02
HSL281.2º89.25%81.76%-
HSV(B)281.2º33.2%98.04%-
XYZ61.8150.3996.91-
YUV193.5159.88149.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 167 (65.62% from 255) = 26.05%
BLUE value IS 250 (98.05% from 255) = 39.00%
R=34.95%
G=26.05%
B=39.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241672500.100.3300.02281.289.2581.76
HexE0A7FAA21021195952
Octal340247372124102431131122
Binary111000001010011111111010101010000101010001100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A7FA; }

 p { color: rgb(224,167,250); }

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

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

 a { background-color: rgb(224,167,250); }

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

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

 span { border-color: rgb(224,167,250); }

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