#E5ACFD

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

Shades of Mauve #E5ACFD

Tints of Mauve #E5ACFD

Color information

#E5ACFD (or 0xE5ACFD) is unknown color: approx Mauve. HEX triplet: E5, AC and FD. RGB value is (229,172,253). Sum of RGB (Red+Green+Blue) = 229+172+253=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ACFD is #1A5302. Grayscale: #C6C6C6. Windows color (decimal): -1725187 or 16624869. OLE color: 16624869.

HSL color Cylindrical-coordinate representation of color #E5ACFD: hue angle of 282.22º 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 #E5ACFD is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229172253-
CMYK0.090.3200.01
HSL282.22º95.29%83.33%-
HSV(B)282.22º32.02%99.22%-
XYZ64.853.2599.79-
YUV198.28158.88149.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 172 (67.58% from 255) = 26.30%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=35.02%
G=26.30%
B=38.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291722530.090.3200.01282.2295.2983.33
HexE5ACFD9200111a5f53
Octal345254375114001432137123
Binary11100101101011001111110110011000000110001101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ACFD; }

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

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

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

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

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

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

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

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