#E0A7FB

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

Shades of Mauve #E0A7FB

Tints of Mauve #E0A7FB

Color information

#E0A7FB (or 0xE0A7FB) is unknown color: approx Mauve. HEX triplet: E0, A7 and FB. RGB value is (224,167,251). Sum of RGB (Red+Green+Blue) = 224+167+251=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 167 (65.62% from 255 or 26.01% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0A7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A7FB is #1F5804. Grayscale: #C1C1C1. Windows color (decimal): -2054149 or 16492512. OLE color: 16492512.

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

Color convert

RGB224167251-
CMYK0.110.3300.02
HSL280.71º91.3%81.96%-
HSV(B)280.71º33.47%98.43%-
XYZ61.9750.4597.74-
YUV193.62160.38149.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.89%
GREEN value IS 167 (65.62% from 255) = 26.01%
BLUE value IS 251 (98.44% from 255) = 39.10%
R=34.89%
G=26.01%
B=39.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241672510.110.3300.02280.7191.381.96
HexE0A7FBB21021195b52
Octal340247373134102431133122
Binary111000001010011111111011101110000101010001100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A7FB; }

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

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

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

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

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

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

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

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