#E696EF

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

Shades of Violet #E696EF

Tints of Violet #E696EF

Color information

#E696EF (or 0xE696EF) is unknown color: approx Violet. HEX triplet: E6, 96 and EF. RGB value is (230,150,239). Sum of RGB (Red+Green+Blue) = 230+150+239=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #E696EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E696EF is #196910. Grayscale: #B7B7B7. Windows color (decimal): -1665297 or 15701734. OLE color: 15701734.

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

Color convert

RGB230150239-
CMYK0.040.3700.06
HSL293.93º73.55%76.27%-
HSV(B)293.93º37.24%93.73%-
XYZ59.1244.8787.21-
YUV184.07159160.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.16%
GREEN value IS 150 (58.98% from 255) = 24.23%
BLUE value IS 239 (93.75% from 255) = 38.61%
R=37.16%
G=24.23%
B=38.61%

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
Decimal2301502390.040.3700.06293.9373.5576.27
HexE696EF425061264a4c
Octal34622635744506446112114
Binary111001101001011011101111100100101011010010011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E696EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E696EF; }

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

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

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

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

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

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

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

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