#E4AFEF

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

Shades of Mauve #E4AFEF

Tints of Mauve #E4AFEF

Color information

#E4AFEF (or 0xE4AFEF) is unknown color: approx Mauve. HEX triplet: E4, AF and EF. RGB value is (228,175,239). Sum of RGB (Red+Green+Blue) = 228+175+239=642 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.51% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AFEF is #1B5010. Grayscale: #C5C5C5. Windows color (decimal): -1789969 or 15708132. OLE color: 15708132.

HSL color Cylindrical-coordinate representation of color #E4AFEF: hue angle of 289.69º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E4AFEF is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228175239-
CMYK0.050.2700.06
HSL289.69º66.67%81.18%-
HSV(B)289.69º26.78%93.73%-
XYZ62.953.3988.65-
YUV198.14151.06149.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.51%
GREEN value IS 175 (68.75% from 255) = 27.26%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=35.51%
G=27.26%
B=37.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281752390.050.2700.06289.6966.6781.18
HexE4AFEF51B061224351
Octal34425735753306442103121
Binary11100100101011111110111110111011011010010001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AFEF; }

 p { color: rgb(228,175,239); }

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

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

 a { background-color: rgb(228,175,239); }

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

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

 span { border-color: rgb(228,175,239); }

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