#E0A8EF

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

Shades of Mauve #E0A8EF

Tints of Mauve #E0A8EF

Color information

#E0A8EF (or 0xE0A8EF) is unknown color: approx Mauve. HEX triplet: E0, A8 and EF. RGB value is (224,168,239). Sum of RGB (Red+Green+Blue) = 224+168+239=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 168 (66.02% from 255 or 26.62% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0A8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A8EF is #1F5710. Grayscale: #C0C0C0. Windows color (decimal): -2053905 or 15706336. OLE color: 15706336.

HSL color Cylindrical-coordinate representation of color #E0A8EF: hue angle of 287.32º 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 #E0A8EF is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224168239-
CMYK0.060.3000.06
HSL287.32º68.93%79.8%-
HSV(B)287.32º29.71%93.73%-
XYZ60.3250.0888.15-
YUV192.84154.05150.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.50%
GREEN value IS 168 (66.02% from 255) = 26.62%
BLUE value IS 239 (93.75% from 255) = 37.88%
R=35.50%
G=26.62%
B=37.88%

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
Decimal2241682390.060.3000.06287.3268.9379.8
HexE0A8EF61E0611f4550
Octal34025035763606437105120
Binary11100000101010001110111111011110011010001111110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A8EF; }

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

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

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

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

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

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

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

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