#E4B0FA

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

Shades of Mauve #E4B0FA

Tints of Mauve #E4B0FA

Color information

#E4B0FA (or 0xE4B0FA) is unknown color: approx Mauve. HEX triplet: E4, B0 and FA. RGB value is (228,176,250). Sum of RGB (Red+Green+Blue) = 228+176+250=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B0FA is #1B4F05. Grayscale: #C7C7C7. Windows color (decimal): -1789702 or 16429284. OLE color: 16429284.

HSL color Cylindrical-coordinate representation of color #E4B0FA: hue angle of 282.16º degrees, saturation: 0.88, 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 #E4B0FA is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228176250-
CMYK0.090.3000.02
HSL282.16º88.1%83.53%-
HSV(B)282.16º29.6%98.04%-
XYZ64.7854.4597.54-
YUV199.98156.23147.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.86%
GREEN value IS 176 (69.14% from 255) = 26.91%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=34.86%
G=26.91%
B=38.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281762500.090.3000.02282.1688.183.53
HexE4B0FA91E0211a5854
Octal344260372113602432130124
Binary11100100101100001111101010011111001010001101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B0FA; }

 p { color: rgb(228,176,250); }

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

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

 a { background-color: rgb(228,176,250); }

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

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

 span { border-color: rgb(228,176,250); }

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