#E9ACFB

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

Shades of Mauve #E9ACFB

Tints of Mauve #E9ACFB

Color information

#E9ACFB (or 0xE9ACFB) is unknown color: approx Mauve. HEX triplet: E9, AC and FB. RGB value is (233,172,251). Sum of RGB (Red+Green+Blue) = 233+172+251=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9ACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ACFB is #165304. Grayscale: #C6C6C6. Windows color (decimal): -1463045 or 16493801. OLE color: 16493801.

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

Color convert

RGB233172251-
CMYK0.070.3100.02
HSL286.33º90.8%82.94%-
HSV(B)286.33º31.47%98.43%-
XYZ65.7753.7998.18-
YUV199.24157.21152.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.52%
GREEN value IS 172 (67.58% from 255) = 26.22%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=35.52%
G=26.22%
B=38.26%

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
Decimal2331722510.070.3100.02286.3390.882.94
HexE9ACFB71F0211e5b53
Octal35125437373702436133123
Binary1110100110101100111110111111111101010001111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ACFB; }

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

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

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

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

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

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

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

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