#E1A7FB

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

Shades of Mauve #E1A7FB

Tints of Mauve #E1A7FB

Color information

#E1A7FB (or 0xE1A7FB) is unknown color: approx Mauve. HEX triplet: E1, A7 and FB. RGB value is (225,167,251). Sum of RGB (Red+Green+Blue) = 225+167+251=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 167 (65.62% from 255 or 25.97% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1A7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A7FB is #1E5804. Grayscale: #C1C1C1. Windows color (decimal): -1988613 or 16492513. OLE color: 16492513.

HSL color Cylindrical-coordinate representation of color #E1A7FB: hue angle of 281.43º 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 #E1A7FB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225167251-
CMYK0.100.3300.02
HSL281.43º91.3%81.96%-
HSV(B)281.43º33.47%98.43%-
XYZ62.2850.6197.75-
YUV193.92160.22150.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.99%
GREEN value IS 167 (65.62% from 255) = 25.97%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=34.99%
G=25.97%
B=39.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251672510.100.3300.02281.4391.381.96
HexE1A7FBA21021195b52
Octal341247373124102431133122
Binary111000011010011111111011101010000101010001100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A7FB; }

 p { color: rgb(225,167,251); }

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

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

 a { background-color: rgb(225,167,251); }

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

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

 span { border-color: rgb(225,167,251); }

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