#E4A2FF

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

Shades of Mauve #E4A2FF

Tints of Mauve #E4A2FF

Color information

#E4A2FF (or 0xE4A2FF) is unknown color: approx Mauve. HEX triplet: E4, A2 and FF. RGB value is (228,162,255). Sum of RGB (Red+Green+Blue) = 228+162+255=645 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.35% from 645); Green value is 162 (63.67% from 255 or 25.12% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A2FF is #1B5D00. Grayscale: #C0C0C0. Windows color (decimal): -1793281 or 16753380. OLE color: 16753380.

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

Color convert

RGB228162255-
CMYK0.110.3600
HSL282.58º100%81.76%-
HSV(B)282.58º36.47%100%-
XYZ62.9749.55100.85-
YUV192.34163.37153.44-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.35%
GREEN value IS 162 (63.67% from 255) = 25.12%
BLUE value IS 255 (100% from 255) = 39.53%
R=35.35%
G=25.12%
B=39.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281622550.110.3600282.5810081.76
HexE4A2FFB240011b6452
Octal344242377134400433144122
Binary11100100101000101111111110111001000010001101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A2FF; }

 p { color: rgb(228,162,255); }

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

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

 a { background-color: rgb(228,162,255); }

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

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

 span { border-color: rgb(228,162,255); }

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