#E4ACFC

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

Shades of Mauve #E4ACFC

Tints of Mauve #E4ACFC

Color information

#E4ACFC (or 0xE4ACFC) is unknown color: approx Mauve. HEX triplet: E4, AC and FC. RGB value is (228,172,252). Sum of RGB (Red+Green+Blue) = 228+172+252=652 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.97% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ACFC is #1B5303. Grayscale: #C5C5C5. Windows color (decimal): -1790724 or 16559332. OLE color: 16559332.

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

Color convert

RGB228172252-
CMYK0.100.3200.01
HSL282º93.02%83.14%-
HSV(B)282º31.75%98.82%-
XYZ64.3253.0398.94-
YUV197.86158.55149.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.97%
GREEN value IS 172 (67.58% from 255) = 26.38%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=34.97%
G=26.38%
B=38.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281722520.100.3200.0128293.0283.14
HexE4ACFCA200111a5d53
Octal344254374124001432135123
Binary11100100101011001111110010101000000110001101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ACFC; }

 p { color: rgb(228,172,252); }

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

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

 a { background-color: rgb(228,172,252); }

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

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

 span { border-color: rgb(228,172,252); }

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