#E8AFFF

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

Shades of Mauve #E8AFFF

Tints of Mauve #E8AFFF

Color information

#E8AFFF (or 0xE8AFFF) is unknown color: approx Mauve. HEX triplet: E8, AF and FF. RGB value is (232,175,255). Sum of RGB (Red+Green+Blue) = 232+175+255=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 175 (68.75% from 255 or 26.44% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8AFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AFFF is #175000. Grayscale: #C8C8C8. Windows color (decimal): -1527809 or 16756712. OLE color: 16756712.

HSL color Cylindrical-coordinate representation of color #E8AFFF: hue angle of 282.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 #E8AFFF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB232175255-
CMYK0.090.3100
HSL282.75º100%84.31%-
HSV(B)282.75º31.37%100%-
XYZ66.6655.04101.72-
YUV201.16158.38150-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.05%
GREEN value IS 175 (68.75% from 255) = 26.44%
BLUE value IS 255 (100% from 255) = 38.52%
R=35.05%
G=26.44%
B=38.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2321752550.090.3100282.7510084.31
HexE8AFFF91F0011b6454
Octal350257377113700433144124
Binary1110100010101111111111111001111110010001101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFFF; }

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

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

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

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

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

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

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

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