#E697FE

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

Shades of Mauve #E697FE

Tints of Mauve #E697FE

Color information

#E697FE (or 0xE697FE) is unknown color: approx Mauve. HEX triplet: E6, 97 and FE. RGB value is (230,151,254). Sum of RGB (Red+Green+Blue) = 230+151+254=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 151 (59.38% from 255 or 23.78% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #E697FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E697FE is #196801. Grayscale: #BABABA. Windows color (decimal): -1665026 or 16685030. OLE color: 16685030.

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

Color convert

RGB230151254-
CMYK0.090.4100.00
HSL286.02º98.1%79.41%-
HSV(B)286.02º40.55%99.61%-
XYZ61.5946.1199.42-
YUV186.36166.17159.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.22%
GREEN value IS 151 (59.38% from 255) = 23.78%
BLUE value IS 254 (99.61% from 255) = 40%
R=36.22%
G=23.78%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2301512540.090.4100.00286.0298.179.41
HexE697FE9290011e624f
Octal346227376115100436142117
Binary11100110100101111111111010011010010010001111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E697FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E697FE; }

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

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

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

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

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

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

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

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