#E4A9FB

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

Shades of Mauve #E4A9FB

Tints of Mauve #E4A9FB

Color information

#E4A9FB (or 0xE4A9FB) is unknown color: approx Mauve. HEX triplet: E4, A9 and FB. RGB value is (228,169,251). Sum of RGB (Red+Green+Blue) = 228+169+251=648 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.19% from 648); Green value is 169 (66.41% from 255 or 26.08% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4A9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A9FB is #1B5604. Grayscale: #C3C3C3. Windows color (decimal): -1791493 or 16493028. OLE color: 16493028.

HSL color Cylindrical-coordinate representation of color #E4A9FB: hue angle of 283.17º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E4A9FB is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228169251-
CMYK0.090.3300.02
HSL283.17º91.11%82.35%-
HSV(B)283.17º32.67%98.43%-
XYZ63.651.8397.92-
YUV195.99159.05150.83-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.19%
GREEN value IS 169 (66.41% from 255) = 26.08%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=35.19%
G=26.08%
B=38.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281692510.090.3300.02283.1791.1182.35
HexE4A9FB9210211b5b52
Octal344251373114102433133122
Binary111001001010100111111011100110000101010001101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A9FB; }

 p { color: rgb(228,169,251); }

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

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

 a { background-color: rgb(228,169,251); }

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

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

 span { border-color: rgb(228,169,251); }

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