#E694FF

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

Shades of Mauve #E694FF

Tints of Mauve #E694FF

Color information

#E694FF (or 0xE694FF) is unknown color: approx Mauve. HEX triplet: E6, 94 and FF. RGB value is (230,148,255). Sum of RGB (Red+Green+Blue) = 230+148+255=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 148 (58.20% from 255 or 23.38% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #E694FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694FF is #196B00. Grayscale: #B8B8B8. Windows color (decimal): -1665793 or 16749798. OLE color: 16749798.

HSL color Cylindrical-coordinate representation of color #E694FF: hue angle of 285.98º 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 #E694FF is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB230148255-
CMYK0.100.4200
HSL285.98º100%79.02%-
HSV(B)285.98º41.96%100%-
XYZ61.2745.22100.11-
YUV184.72167.67160.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.33%
GREEN value IS 148 (58.20% from 255) = 23.38%
BLUE value IS 255 (100% from 255) = 40.28%
R=36.33%
G=23.38%
B=40.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2301482550.100.4200285.9810079.02
HexE694FFA2A0011e644f
Octal346224377125200436144117
Binary11100110100101001111111110101010100010001111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E694FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E694FF; }

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

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

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

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

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

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

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

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