#E69FF8

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

Shades of Mauve #E69FF8

Tints of Mauve #E69FF8

Color information

#E69FF8 (or 0xE69FF8) is unknown color: approx Mauve. HEX triplet: E6, 9F and F8. RGB value is (230,159,248). Sum of RGB (Red+Green+Blue) = 230+159+248=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #E69FF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69FF8 is #196007. Grayscale: #BEBEBE. Windows color (decimal): -1662984 or 16293862. OLE color: 16293862.

HSL color Cylindrical-coordinate representation of color #E69FF8: hue angle of 287.87º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E69FF8 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB230159248-
CMYK0.070.3600.03
HSL287.87º86.41%79.8%-
HSV(B)287.87º35.89%97.25%-
XYZ61.9748.494.88-
YUV190.38160.52156.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.11%
GREEN value IS 159 (62.5% from 255) = 24.96%
BLUE value IS 248 (97.27% from 255) = 38.93%
R=36.11%
G=24.96%
B=38.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2301592480.070.3600.03287.8786.4179.8
HexE69FF8724031205650
Octal34623737074403440126120
Binary11100110100111111111100011110010001110010000010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FF8; }

 p { color: rgb(230,159,248); }

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

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

 a { background-color: rgb(230,159,248); }

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

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

 span { border-color: rgb(230,159,248); }

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