#E697FF

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

Shades of Mauve #E697FF

Tints of Mauve #E697FF

Color information

#E697FF (or 0xE697FF) is unknown color: approx Mauve. HEX triplet: E6, 97 and FF. RGB value is (230,151,255). Sum of RGB (Red+Green+Blue) = 230+151+255=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 151 (59.38% from 255 or 23.74% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #E697FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E697FF is #196800. Grayscale: #BABABA. Windows color (decimal): -1665025 or 16750566. OLE color: 16750566.

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

Color convert

RGB230151255-
CMYK0.100.4100
HSL285.58º100%79.61%-
HSV(B)285.58º40.78%100%-
XYZ61.7546.18100.27-
YUV186.48166.67159.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.16%
GREEN value IS 151 (59.38% from 255) = 23.74%
BLUE value IS 255 (100% from 255) = 40.09%
R=36.16%
G=23.74%
B=40.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2301512550.100.4100285.5810079.61
HexE697FFA290011e6450
Octal346227377125100436144120
Binary11100110100101111111111110101010010010001111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E697FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E697FF; }

 p { color: rgb(230,151,255); }

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

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

 a { background-color: rgb(230,151,255); }

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

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

 span { border-color: rgb(230,151,255); }

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