#E696F0

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

Shades of Violet #E696F0

Tints of Violet #E696F0

Color information

#E696F0 (or 0xE696F0) is unknown color: approx Violet. HEX triplet: E6, 96 and F0. RGB value is (230,150,240). Sum of RGB (Red+Green+Blue) = 230+150+240=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 150 (58.98% from 255 or 24.19% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #E696F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E696F0 is #19690F. Grayscale: #B7B7B7. Windows color (decimal): -1665296 or 15767270. OLE color: 15767270.

HSL color Cylindrical-coordinate representation of color #E696F0: hue angle of 293.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E696F0 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230150240-
CMYK0.040.3700.06
HSL293.33º75%76.47%-
HSV(B)293.33º37.5%94.12%-
XYZ59.2744.9387.99-
YUV184.18159.5160.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 150 (58.98% from 255) = 24.19%
BLUE value IS 240 (94.14% from 255) = 38.71%
R=37.10%
G=24.19%
B=38.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301502400.040.3700.06293.337576.47
HexE696F0425061254b4c
Octal34622636044506445113114
Binary111001101001011011110000100100101011010010010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E696F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E696F0; }

 p { color: rgb(230,150,240); }

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

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

 a { background-color: rgb(230,150,240); }

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

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

 span { border-color: rgb(230,150,240); }

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