#E7ACFA

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

Shades of Mauve #E7ACFA

Tints of Mauve #E7ACFA

Color information

#E7ACFA (or 0xE7ACFA) is unknown color: approx Mauve. HEX triplet: E7, AC and FA. RGB value is (231,172,250). Sum of RGB (Red+Green+Blue) = 231+172+250=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7ACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ACFA is #185305. Grayscale: #C6C6C6. Windows color (decimal): -1594118 or 16428263. OLE color: 16428263.

HSL color Cylindrical-coordinate representation of color #E7ACFA: hue angle of 285.38º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7ACFA is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231172250-
CMYK0.080.3100.02
HSL285.38º88.64%82.75%-
HSV(B)285.38º31.2%98.04%-
XYZ64.9653.497.33-
YUV198.53157.05151.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.38%
GREEN value IS 172 (67.58% from 255) = 26.34%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=35.38%
G=26.34%
B=38.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311722500.080.3100.02285.3888.6482.75
HexE7ACFA81F0211d5953
Octal347254372103702435131123
Binary11100111101011001111101010001111101010001110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACFA; }

 p { color: rgb(231,172,250); }

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

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

 a { background-color: rgb(231,172,250); }

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

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

 span { border-color: rgb(231,172,250); }

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