#E9C0FB

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

Shades of Mauve #E9C0FB

Tints of Mauve #E9C0FB

Color information

#E9C0FB (or 0xE9C0FB) is unknown color: approx Mauve. HEX triplet: E9, C0 and FB. RGB value is (233,192,251). Sum of RGB (Red+Green+Blue) = 233+192+251=676 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.47% from 676); Green value is 192 (75.39% from 255 or 28.40% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9C0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C0FB is #163F04. Grayscale: #D2D2D2. Windows color (decimal): -1457925 or 16498921. OLE color: 16498921.

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

Color convert

RGB233192251-
CMYK0.070.2400.02
HSL281.69º88.06%86.86%-
HSV(B)281.69º23.51%98.43%-
XYZ69.8761.9999.55-
YUV210.98150.58143.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.47%
GREEN value IS 192 (75.39% from 255) = 28.40%
BLUE value IS 251 (98.44% from 255) = 37.13%
R=34.47%
G=28.40%
B=37.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331922510.070.2400.02281.6988.0686.86
HexE9C0FB7180211a5857
Octal35130037373002432130127
Binary1110100111000000111110111111100001010001101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C0FB; }

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

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

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

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

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

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

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

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