#E695FD

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

Shades of Mauve #E695FD

Tints of Mauve #E695FD

Color information

#E695FD (or 0xE695FD) is unknown color: approx Mauve. HEX triplet: E6, 95 and FD. RGB value is (230,149,253). Sum of RGB (Red+Green+Blue) = 230+149+253=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 149 (58.59% from 255 or 23.58% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #E695FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695FD is #196A02. Grayscale: #B8B8B8. Windows color (decimal): -1665539 or 16618982. OLE color: 16618982.

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

Color convert

RGB230149253-
CMYK0.090.4100.01
HSL286.73º96.3%78.82%-
HSV(B)286.73º41.11%99.22%-
XYZ61.1145.4198.47-
YUV185.08166.34160.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.39%
GREEN value IS 149 (58.59% from 255) = 23.58%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=36.39%
G=23.58%
B=40.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2301492530.090.4100.01286.7396.378.82
HexE695FD9290111f604f
Octal346225375115101437140117
Binary11100110100101011111110110011010010110001111111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695FD; }

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

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

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

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

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

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

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

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