#E0AFF3

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

Shades of Mauve #E0AFF3

Tints of Mauve #E0AFF3

Color information

#E0AFF3 (or 0xE0AFF3) is unknown color: approx Mauve. HEX triplet: E0, AF and F3. RGB value is (224,175,243). Sum of RGB (Red+Green+Blue) = 224+175+243=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0AFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFF3 is #1F500C. Grayscale: #C5C5C5. Windows color (decimal): -2052109 or 15970272. OLE color: 15970272.

HSL color Cylindrical-coordinate representation of color #E0AFF3: hue angle of 283.24º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0AFF3 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224175243-
CMYK0.080.2800.05
HSL283.24º73.91%81.96%-
HSV(B)283.24º27.98%95.29%-
XYZ62.2552.9891.74-
YUV197.4153.73146.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.89%
GREEN value IS 175 (68.75% from 255) = 27.26%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=34.89%
G=27.26%
B=37.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241752430.080.2800.05283.2473.9181.96
HexE0AFF381C0511b4a52
Octal340257363103405433112122
Binary111000001010111111110011100011100010110001101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFF3; }

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

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

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

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

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

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

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

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