#E4AFFF

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

Shades of Mauve #E4AFFF

Tints of Mauve #E4AFFF

Color information

#E4AFFF (or 0xE4AFFF) is unknown color: approx Mauve. HEX triplet: E4, AF and FF. RGB value is (228,175,255). Sum of RGB (Red+Green+Blue) = 228+175+255=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 175 (68.75% from 255 or 26.60% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AFFF is #1B5000. Grayscale: #C7C7C7. Windows color (decimal): -1789953 or 16756708. OLE color: 16756708.

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

Color convert

RGB228175255-
CMYK0.110.3100
HSL279.75º100%84.31%-
HSV(B)279.75º31.37%100%-
XYZ65.3754.37101.66-
YUV199.97159.06148-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.65%
GREEN value IS 175 (68.75% from 255) = 26.60%
BLUE value IS 255 (100% from 255) = 38.75%
R=34.65%
G=26.60%
B=38.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281752550.110.3100279.7510084.31
HexE4AFFFB1F001186454
Octal344257377133700430144124
Binary1110010010101111111111111011111110010001100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AFFF; }

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

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

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

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

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

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

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

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