#E686EB

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

Shades of Violet #E686EB

Tints of Violet #E686EB

Color information

#E686EB (or 0xE686EB) is unknown color: approx Violet. HEX triplet: E6, 86 and EB. RGB value is (230,134,235). Sum of RGB (Red+Green+Blue) = 230+134+235=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 134 (52.73% from 255 or 22.37% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #E686EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E686EB is #197914. Grayscale: #ADADAD. Windows color (decimal): -1669397 or 15435494. OLE color: 15435494.

HSL color Cylindrical-coordinate representation of color #E686EB: hue angle of 297.03º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E686EB is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230134235-
CMYK0.020.4300.08
HSL297.03º71.63%72.35%-
HSV(B)297.03º42.98%92.16%-
XYZ56.1539.8783.33-
YUV174.22162.3167.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.40%
GREEN value IS 134 (52.73% from 255) = 22.37%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=38.40%
G=22.37%
B=39.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301342350.020.4300.08297.0371.6372.35
HexE686EB22B081294848
Octal346206353253010451110110
Binary111001101000011011101011101010110100010010100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E686EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E686EB; }

 p { color: rgb(230,134,235); }

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

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

 a { background-color: rgb(230,134,235); }

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

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

 span { border-color: rgb(230,134,235); }

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