#E0A7EF

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

Shades of Mauve #E0A7EF

Tints of Mauve #E0A7EF

Color information

#E0A7EF (or 0xE0A7EF) is unknown color: approx Mauve. HEX triplet: E0, A7 and EF. RGB value is (224,167,239). Sum of RGB (Red+Green+Blue) = 224+167+239=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 167 (65.62% from 255 or 26.51% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0A7EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A7EF is #1F5810. Grayscale: #C0C0C0. Windows color (decimal): -2054161 or 15706080. OLE color: 15706080.

HSL color Cylindrical-coordinate representation of color #E0A7EF: hue angle of 287.5º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0A7EF is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224167239-
CMYK0.060.3000.06
HSL287.5º69.23%79.61%-
HSV(B)287.5º30.13%93.73%-
XYZ60.1449.7288.09-
YUV192.25154.38150.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.56%
GREEN value IS 167 (65.62% from 255) = 26.51%
BLUE value IS 239 (93.75% from 255) = 37.94%
R=35.56%
G=26.51%
B=37.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241672390.060.3000.06287.569.2379.61
HexE0A7EF61E061204550
Octal34024735763606440105120
Binary11100000101001111110111111011110011010010000010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A7EF; }

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

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

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

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

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

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

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

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