#E2ACFD

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

Shades of Mauve #E2ACFD

Tints of Mauve #E2ACFD

Color information

#E2ACFD (or 0xE2ACFD) is unknown color: approx Mauve. HEX triplet: E2, AC and FD. RGB value is (226,172,253). Sum of RGB (Red+Green+Blue) = 226+172+253=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACFD is #1D5302. Grayscale: #C5C5C5. Windows color (decimal): -1921795 or 16624866. OLE color: 16624866.

HSL color Cylindrical-coordinate representation of color #E2ACFD: hue angle of 280º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2ACFD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226172253-
CMYK0.110.3200.01
HSL280º95.29%83.33%-
HSV(B)280º32.02%99.22%-
XYZ63.8552.7799.75-
YUV197.38159.39148.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.72%
GREEN value IS 172 (67.58% from 255) = 26.42%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=34.72%
G=26.42%
B=38.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261722530.110.3200.0128095.2983.33
HexE2ACFDB20011185f53
Octal342254375134001430137123
Binary11100010101011001111110110111000000110001100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACFD; }

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

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

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

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

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

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

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

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