#E9ACFA

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

Shades of Mauve #E9ACFA

Tints of Mauve #E9ACFA

Color information

#E9ACFA (or 0xE9ACFA) is unknown color: approx Mauve. HEX triplet: E9, AC and FA. RGB value is (233,172,250). Sum of RGB (Red+Green+Blue) = 233+172+250=655 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.57% from 655); Green value is 172 (67.58% from 255 or 26.26% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9ACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ACFA is #165305. Grayscale: #C6C6C6. Windows color (decimal): -1463046 or 16428265. OLE color: 16428265.

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

Color convert

RGB233172250-
CMYK0.070.3100.02
HSL286.92º88.64%82.75%-
HSV(B)286.92º31.2%98.04%-
XYZ65.6153.7397.36-
YUV199.13156.71152.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.57%
GREEN value IS 172 (67.58% from 255) = 26.26%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=35.57%
G=26.26%
B=38.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331722500.070.3100.02286.9288.6482.75
HexE9ACFA71F0211f5953
Octal35125437273702437131123
Binary1110100110101100111110101111111101010001111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ACFA; }

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

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

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

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

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

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

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

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