#E695FF

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

Shades of Mauve #E695FF

Tints of Mauve #E695FF

Color information

#E695FF (or 0xE695FF) is unknown color: approx Mauve. HEX triplet: E6, 95 and FF. RGB value is (230,149,255). Sum of RGB (Red+Green+Blue) = 230+149+255=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 149 (58.59% from 255 or 23.50% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #E695FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695FF is #196A00. Grayscale: #B8B8B8. Windows color (decimal): -1665537 or 16750054. OLE color: 16750054.

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

Color convert

RGB230149255-
CMYK0.100.4200
HSL285.85º100%79.22%-
HSV(B)285.85º41.57%100%-
XYZ61.4345.54100.16-
YUV185.3167.34159.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.28%
GREEN value IS 149 (58.59% from 255) = 23.50%
BLUE value IS 255 (100% from 255) = 40.22%
R=36.28%
G=23.50%
B=40.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2301492550.100.4200285.8510079.22
HexE695FFA2A0011e644f
Octal346225377125200436144117
Binary11100110100101011111111110101010100010001111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695FF; }

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

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

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

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

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

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

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

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