#E2ACFE

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

Shades of Mauve #E2ACFE

Tints of Mauve #E2ACFE

Color information

#E2ACFE (or 0xE2ACFE) is unknown color: approx Mauve. HEX triplet: E2, AC and FE. RGB value is (226,172,254). Sum of RGB (Red+Green+Blue) = 226+172+254=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACFE is #1D5301. Grayscale: #C5C5C5. Windows color (decimal): -1921794 or 16690402. OLE color: 16690402.

HSL color Cylindrical-coordinate representation of color #E2ACFE: hue angle of 279.51º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2ACFE is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB226172254-
CMYK0.110.3200.00
HSL279.51º97.62%83.53%-
HSV(B)279.51º32.28%99.61%-
XYZ64.0152.83100.59-
YUV197.49159.89148.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.66%
GREEN value IS 172 (67.58% from 255) = 26.38%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=34.66%
G=26.38%
B=38.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2261722540.110.3200.00279.5197.6283.53
HexE2ACFEB20001186254
Octal342254376134000430142124
Binary11100010101011001111111010111000000010001100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACFE; }

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

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

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

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

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

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

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

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