#E0AFEE

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

Shades of Mauve #E0AFEE

Tints of Mauve #E0AFEE

Color information

#E0AFEE (or 0xE0AFEE) is unknown color: approx Mauve. HEX triplet: E0, AF and EE. RGB value is (224,175,238). Sum of RGB (Red+Green+Blue) = 224+175+238=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFEE is #1F5011. Grayscale: #C4C4C4. Windows color (decimal): -2052114 or 15642592. OLE color: 15642592.

HSL color Cylindrical-coordinate representation of color #E0AFEE: hue angle of 286.67º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0AFEE is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224175238-
CMYK0.060.2600.07
HSL286.67º64.95%80.98%-
HSV(B)286.67º26.47%93.33%-
XYZ61.552.6887.82-
YUV196.83151.23147.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.16%
GREEN value IS 175 (68.75% from 255) = 27.47%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=35.16%
G=27.47%
B=37.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241752380.060.2600.07286.6764.9580.98
HexE0AFEE61A0711f4151
Octal34025735663207437101121
Binary11100000101011111110111011011010011110001111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFEE; }

 p { color: rgb(224,175,238); }

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

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

 a { background-color: rgb(224,175,238); }

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

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

 span { border-color: rgb(224,175,238); }

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