#E6AFEF

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

Shades of Mauve #E6AFEF

Tints of Mauve #E6AFEF

Color information

#E6AFEF (or 0xE6AFEF) is unknown color: approx Mauve. HEX triplet: E6, AF and EF. RGB value is (230,175,239). Sum of RGB (Red+Green+Blue) = 230+175+239=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6AFEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFEF is #195010. Grayscale: #C6C6C6. Windows color (decimal): -1658897 or 15708134. OLE color: 15708134.

HSL color Cylindrical-coordinate representation of color #E6AFEF: hue angle of 291.56º 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 #E6AFEF is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230175239-
CMYK0.040.2700.06
HSL291.56º66.67%81.18%-
HSV(B)291.56º26.78%93.73%-
XYZ63.5453.7188.68-
YUV198.74150.72150.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.71%
GREEN value IS 175 (68.75% from 255) = 27.17%
BLUE value IS 239 (93.75% from 255) = 37.11%
R=35.71%
G=27.17%
B=37.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301752390.040.2700.06291.5666.6781.18
HexE6AFEF41B061244351
Octal34625735743306444103121
Binary11100110101011111110111110011011011010010010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFEF; }

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

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

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

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

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

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

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

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