#E4A8F2

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

Shades of Mauve #E4A8F2

Tints of Mauve #E4A8F2

Color information

#E4A8F2 (or 0xE4A8F2) is unknown color: approx Mauve. HEX triplet: E4, A8 and F2. RGB value is (228,168,242). Sum of RGB (Red+Green+Blue) = 228+168+242=638 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.74% from 638); Green value is 168 (66.02% from 255 or 26.33% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4A8F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A8F2 is #1B570D. Grayscale: #C2C2C2. Windows color (decimal): -1791758 or 15902948. OLE color: 15902948.

HSL color Cylindrical-coordinate representation of color #E4A8F2: hue angle of 288.65º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E4A8F2 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228168242-
CMYK0.060.3100.05
HSL288.65º74%80.39%-
HSV(B)288.65º30.58%94.9%-
XYZ62.0250.9190.56-
YUV194.38154.88151.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.74%
GREEN value IS 168 (66.02% from 255) = 26.33%
BLUE value IS 242 (94.92% from 255) = 37.93%
R=35.74%
G=26.33%
B=37.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281682420.060.3100.05288.657480.39
HexE4A8F261F051214a50
Octal34425036263705441112120
Binary11100100101010001111001011011111010110010000110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A8F2; }

 p { color: rgb(228,168,242); }

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

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

 a { background-color: rgb(228,168,242); }

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

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

 span { border-color: rgb(228,168,242); }

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