#E5B4FF

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

Shades of Mauve #E5B4FF

Tints of Mauve #E5B4FF

Color information

#E5B4FF (or 0xE5B4FF) is unknown color: approx Mauve. HEX triplet: E5, B4 and FF. RGB value is (229,180,255). Sum of RGB (Red+Green+Blue) = 229+180+255=664 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.49% from 664); Green value is 180 (70.70% from 255 or 27.11% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5B4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B4FF is #1A4B00. Grayscale: #CACACA. Windows color (decimal): -1723137 or 16757989. OLE color: 16757989.

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

Color convert

RGB229180255-
CMYK0.100.2900
HSL279.2º100%85.29%-
HSV(B)279.2º29.41%100%-
XYZ66.6856.52102-
YUV203.2157.23146.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.49%
GREEN value IS 180 (70.70% from 255) = 27.11%
BLUE value IS 255 (100% from 255) = 38.40%
R=34.49%
G=27.11%
B=38.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2291802550.100.2900279.210085.29
HexE5B4FFA1D001176455
Octal345264377123500427144125
Binary1110010110110100111111111010111010010001011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B4FF; }

 p { color: rgb(229,180,255); }

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

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

 a { background-color: rgb(229,180,255); }

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

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

 span { border-color: rgb(229,180,255); }

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