#E2B8FF

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

Shades of Mauve #E2B8FF

Tints of Mauve #E2B8FF

Color information

#E2B8FF (or 0xE2B8FF) is unknown color: approx Mauve. HEX triplet: E2, B8 and FF. RGB value is (226,184,255). Sum of RGB (Red+Green+Blue) = 226+184+255=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 184 (72.27% from 255 or 27.67% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B8FF is #1D4700. Grayscale: #CCCCCC. Windows color (decimal): -1918721 or 16759010. OLE color: 16759010.

HSL color Cylindrical-coordinate representation of color #E2B8FF: hue angle of 275.49º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2B8FF is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB226184255-
CMYK0.110.2800
HSL275.49º100%86.08%-
HSV(B)275.49º27.84%100%-
XYZ66.5557.67102.23-
YUV204.65156.41143.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.98%
GREEN value IS 184 (72.27% from 255) = 27.67%
BLUE value IS 255 (100% from 255) = 38.35%
R=33.98%
G=27.67%
B=38.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261842550.110.2800275.4910086.08
HexE2B8FFB1C001136456
Octal342270377133400423144126
Binary1110001010111000111111111011111000010001001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B8FF; }

 p { color: rgb(226,184,255); }

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

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

 a { background-color: rgb(226,184,255); }

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

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

 span { border-color: rgb(226,184,255); }

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