#E699FA

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

Shades of Mauve #E699FA

Tints of Mauve #E699FA

Color information

#E699FA (or 0xE699FA) is unknown color: approx Mauve. HEX triplet: E6, 99 and FA. RGB value is (230,153,250). Sum of RGB (Red+Green+Blue) = 230+153+250=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 153 (60.16% from 255 or 24.17% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #E699FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E699FA is #196605. Grayscale: #BABABA. Windows color (decimal): -1664518 or 16423398. OLE color: 16423398.

HSL color Cylindrical-coordinate representation of color #E699FA: hue angle of 287.63º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E699FA is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230153250-
CMYK0.080.3900.02
HSL287.63º90.65%79.02%-
HSV(B)287.63º38.8%98.04%-
XYZ61.2846.5196.19-
YUV187.08163.51158.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.33%
GREEN value IS 153 (60.16% from 255) = 24.17%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=36.33%
G=24.17%
B=39.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301532500.080.3900.02287.6390.6579.02
HexE699FA827021205b4f
Octal346231372104702440133117
Binary111001101001100111111010100010011101010010000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E699FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E699FA; }

 p { color: rgb(230,153,250); }

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

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

 a { background-color: rgb(230,153,250); }

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

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

 span { border-color: rgb(230,153,250); }

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