#E9C5FA

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

Shades of Mauve #E9C5FA

Tints of Mauve #E9C5FA

Color information

#E9C5FA (or 0xE9C5FA) is unknown color: approx Mauve. HEX triplet: E9, C5 and FA. RGB value is (233,197,250). Sum of RGB (Red+Green+Blue) = 233+197+250=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 197 (77.34% from 255 or 28.97% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9C5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C5FA is #163A05. Grayscale: #D5D5D5. Windows color (decimal): -1456646 or 16434665. OLE color: 16434665.

HSL color Cylindrical-coordinate representation of color #E9C5FA: hue angle of 280.75º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9C5FA is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233197250-
CMYK0.070.2100.02
HSL280.75º84.13%87.65%-
HSV(B)280.75º21.2%98.04%-
XYZ70.8364.1699.09-
YUV213.81148.43141.69-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.26%
GREEN value IS 197 (77.34% from 255) = 28.97%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=34.26%
G=28.97%
B=36.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331972500.070.2100.02280.7584.1387.65
HexE9C5FA715021195458
Octal35130537272502431124130
Binary1110100111000101111110101111010101010001100110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C5FA; }

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

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

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

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

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

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

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

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