#E8AFF3

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

Shades of Mauve #E8AFF3

Tints of Mauve #E8AFF3

Color information

#E8AFF3 (or 0xE8AFF3) is unknown color: approx Mauve. HEX triplet: E8, AF and F3. RGB value is (232,175,243). Sum of RGB (Red+Green+Blue) = 232+175+243=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8AFF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AFF3 is #17500C. Grayscale: #C7C7C7. Windows color (decimal): -1527821 or 15970280. OLE color: 15970280.

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

Color convert

RGB232175243-
CMYK0.050.2800.05
HSL290.29º73.91%81.96%-
HSV(B)290.29º27.98%95.29%-
XYZ64.7954.2991.86-
YUV199.8152.38150.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.69%
GREEN value IS 175 (68.75% from 255) = 26.92%
BLUE value IS 243 (95.31% from 255) = 37.38%
R=35.69%
G=26.92%
B=37.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321752430.050.2800.05290.2973.9181.96
HexE8AFF351C051224a52
Octal35025736353405442112122
Binary11101000101011111111001110111100010110010001010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFF3; }

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

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

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

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

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

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

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

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