#E8B9FA

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

Shades of Mauve #E8B9FA

Tints of Mauve #E8B9FA

Color information

#E8B9FA (or 0xE8B9FA) is unknown color: approx Mauve. HEX triplet: E8, B9 and FA. RGB value is (232,185,250). Sum of RGB (Red+Green+Blue) = 232+185+250=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 185 (72.66% from 255 or 27.74% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8B9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B9FA is #174605. Grayscale: #CECECE. Windows color (decimal): -1525254 or 16431592. OLE color: 16431592.

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

Color convert

RGB232185250-
CMYK0.070.2600.02
HSL283.38º86.67%85.29%-
HSV(B)283.38º26%98.04%-
XYZ67.8858.7698.21-
YUV206.46152.57146.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.78%
GREEN value IS 185 (72.66% from 255) = 27.74%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=34.78%
G=27.74%
B=37.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321852500.070.2600.02283.3886.6785.29
HexE8B9FA71A0211b5755
Octal35027137273202433127125
Binary1110100010111001111110101111101001010001101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B9FA; }

 p { color: rgb(232,185,250); }

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

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

 a { background-color: rgb(232,185,250); }

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

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

 span { border-color: rgb(232,185,250); }

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