#E4ACFA

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

Shades of Mauve #E4ACFA

Tints of Mauve #E4ACFA

Color information

#E4ACFA (or 0xE4ACFA) is unknown color: approx Mauve. HEX triplet: E4, AC and FA. RGB value is (228,172,250). Sum of RGB (Red+Green+Blue) = 228+172+250=650 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.08% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ACFA is #1B5305. Grayscale: #C5C5C5. Windows color (decimal): -1790726 or 16428260. OLE color: 16428260.

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

Color convert

RGB228172250-
CMYK0.090.3100.02
HSL283.08º88.64%82.75%-
HSV(B)283.08º31.2%98.04%-
XYZ6452.997.28-
YUV197.64157.55149.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.08%
GREEN value IS 172 (67.58% from 255) = 26.46%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=35.08%
G=26.46%
B=38.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281722500.090.3100.02283.0888.6482.75
HexE4ACFA91F0211b5953
Octal344254372113702433131123
Binary11100100101011001111101010011111101010001101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ACFA; }

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

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

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

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

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

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

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

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