#E2AFFB

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

Shades of Mauve #E2AFFB

Tints of Mauve #E2AFFB

Color information

#E2AFFB (or 0xE2AFFB) is unknown color: approx Mauve. HEX triplet: E2, AF and FB. RGB value is (226,175,251). Sum of RGB (Red+Green+Blue) = 226+175+251=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFFB is #1D5004. Grayscale: #C6C6C6. Windows color (decimal): -1921029 or 16494562. OLE color: 16494562.

HSL color Cylindrical-coordinate representation of color #E2AFFB: hue angle of 280.26º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2AFFB is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226175251-
CMYK0.100.3000.02
HSL280.26º90.48%83.53%-
HSV(B)280.26º30.28%98.43%-
XYZ64.1153.7998.27-
YUV198.91157.4147.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.66%
GREEN value IS 175 (68.75% from 255) = 26.84%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=34.66%
G=26.84%
B=38.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261752510.100.3000.02280.2690.4883.53
HexE2AFFBA1E021185a54
Octal342257373123602430132124
Binary11100010101011111111101110101111001010001100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AFFB; }

 p { color: rgb(226,175,251); }

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

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

 a { background-color: rgb(226,175,251); }

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

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

 span { border-color: rgb(226,175,251); }

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