#E8B4F2

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

Shades of Mauve #E8B4F2

Tints of Mauve #E8B4F2

Color information

#E8B4F2 (or 0xE8B4F2) is unknown color: approx Mauve. HEX triplet: E8, B4 and F2. RGB value is (232,180,242). Sum of RGB (Red+Green+Blue) = 232+180+242=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 180 (70.70% from 255 or 27.52% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8B4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B4F2 is #174B0D. Grayscale: #CACACA. Windows color (decimal): -1526542 or 15906024. OLE color: 15906024.

HSL color Cylindrical-coordinate representation of color #E8B4F2: hue angle of 290.32º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8B4F2 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232180242-
CMYK0.040.2600.05
HSL290.32º70.45%82.75%-
HSV(B)290.32º25.62%94.9%-
XYZ65.6356.2191.39-
YUV202.62150.23148.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.47%
GREEN value IS 180 (70.70% from 255) = 27.52%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=35.47%
G=27.52%
B=37.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321802420.040.2600.05290.3270.4582.75
HexE8B4F241A051224653
Octal35026436243205442106123
Binary11101000101101001111001010011010010110010001010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B4F2; }

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

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

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

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

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

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

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

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