#E8B4FF

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

Shades of Mauve #E8B4FF

Tints of Mauve #E8B4FF

Color information

#E8B4FF (or 0xE8B4FF) is unknown color: approx Mauve. HEX triplet: E8, B4 and FF. RGB value is (232,180,255). Sum of RGB (Red+Green+Blue) = 232+180+255=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 180 (70.70% from 255 or 26.99% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8B4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B4FF is #174B00. Grayscale: #CBCBCB. Windows color (decimal): -1526529 or 16757992. OLE color: 16757992.

HSL color Cylindrical-coordinate representation of color #E8B4FF: hue angle of 281.6º 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 #E8B4FF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB232180255-
CMYK0.090.2900
HSL281.6º100%85.29%-
HSV(B)281.6º29.41%100%-
XYZ67.6557.02102.05-
YUV204.1156.73147.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.78%
GREEN value IS 180 (70.70% from 255) = 26.99%
BLUE value IS 255 (100% from 255) = 38.23%
R=34.78%
G=26.99%
B=38.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2321802550.090.2900281.610085.29
HexE8B4FF91D0011a6455
Octal350264377113500432144125
Binary1110100010110100111111111001111010010001101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B4FF; }

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

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

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

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

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

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

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

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