#E68CF9

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

Shades of Violet #E68CF9

Tints of Violet #E68CF9

Color information

#E68CF9 (or 0xE68CF9) is unknown color: approx Violet. HEX triplet: E6, 8C and F9. RGB value is (230,140,249). Sum of RGB (Red+Green+Blue) = 230+140+249=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 140 (55.08% from 255 or 22.62% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #E68CF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CF9 is #197306. Grayscale: #B2B2B2. Windows color (decimal): -1667847 or 16354534. OLE color: 16354534.

HSL color Cylindrical-coordinate representation of color #E68CF9: hue angle of 289.54º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68CF9 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230140249-
CMYK0.080.4400.02
HSL289.54º90.08%76.27%-
HSV(B)289.54º43.78%97.65%-
XYZ59.1142.4294.69-
YUV179.34167.32164.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.16%
GREEN value IS 140 (55.08% from 255) = 22.62%
BLUE value IS 249 (97.66% from 255) = 40.23%
R=37.16%
G=22.62%
B=40.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301402490.080.4400.02289.5490.0876.27
HexE68CF982C021225a4c
Octal346214371105402442132114
Binary111001101000110011111001100010110001010010001010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68CF9; }

 p { color: rgb(230,140,249); }

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

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

 a { background-color: rgb(230,140,249); }

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

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

 span { border-color: rgb(230,140,249); }

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