#E4AEFC

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

Shades of Mauve #E4AEFC

Tints of Mauve #E4AEFC

Color information

#E4AEFC (or 0xE4AEFC) is unknown color: approx Mauve. HEX triplet: E4, AE and FC. RGB value is (228,174,252). Sum of RGB (Red+Green+Blue) = 228+174+252=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 174 (68.36% from 255 or 26.61% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AEFC is #1B5103. Grayscale: #C6C6C6. Windows color (decimal): -1790212 or 16559844. OLE color: 16559844.

HSL color Cylindrical-coordinate representation of color #E4AEFC: hue angle of 281.54º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E4AEFC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228174252-
CMYK0.100.3100.01
HSL281.54º92.86%83.53%-
HSV(B)281.54º30.95%98.82%-
XYZ64.753.7999.07-
YUV199.04157.89148.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.86%
GREEN value IS 174 (68.36% from 255) = 26.61%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=34.86%
G=26.61%
B=38.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281742520.100.3100.01281.5492.8683.53
HexE4AEFCA1F0111a5d54
Octal344256374123701432135124
Binary1110010010101110111111001010111110110001101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AEFC; }

 p { color: rgb(228,174,252); }

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

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

 a { background-color: rgb(228,174,252); }

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

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

 span { border-color: rgb(228,174,252); }

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