#E2ACFA

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

Shades of Mauve #E2ACFA

Tints of Mauve #E2ACFA

Color information

#E2ACFA (or 0xE2ACFA) is unknown color: approx Mauve. HEX triplet: E2, AC and FA. RGB value is (226,172,250). Sum of RGB (Red+Green+Blue) = 226+172+250=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACFA is #1D5305. Grayscale: #C4C4C4. Windows color (decimal): -1921798 or 16428258. OLE color: 16428258.

HSL color Cylindrical-coordinate representation of color #E2ACFA: hue angle of 281.54º 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 #E2ACFA is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226172250-
CMYK0.100.3100.02
HSL281.54º88.64%82.75%-
HSV(B)281.54º31.2%98.04%-
XYZ63.3752.5897.25-
YUV197.04157.89148.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.88%
GREEN value IS 172 (67.58% from 255) = 26.54%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=34.88%
G=26.54%
B=38.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261722500.100.3100.02281.5488.6482.75
HexE2ACFAA1F0211a5953
Octal342254372123702432131123
Binary11100010101011001111101010101111101010001101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACFA; }

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

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

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

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

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

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

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

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