#E68EFA

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

Shades of Violet #E68EFA

Tints of Violet #E68EFA

Color information

#E68EFA (or 0xE68EFA) is unknown color: approx Violet. HEX triplet: E6, 8E and FA. RGB value is (230,142,250). Sum of RGB (Red+Green+Blue) = 230+142+250=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 142 (55.86% from 255 or 22.83% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #E68EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68EFA is #197105. Grayscale: #B4B4B4. Windows color (decimal): -1667334 or 16420582. OLE color: 16420582.

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

Color convert

RGB230142250-
CMYK0.080.4300.02
HSL288.89º91.53%76.86%-
HSV(B)288.89º43.2%98.04%-
XYZ59.5643.0795.62-
YUV180.62167.15163.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.98%
GREEN value IS 142 (55.86% from 255) = 22.83%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=36.98%
G=22.83%
B=40.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301422500.080.4300.02288.8991.5376.86
HexE68EFA82B021215c4d
Octal346216372105302441134115
Binary111001101000111011111010100010101101010010000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68EFA; }

 p { color: rgb(230,142,250); }

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

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

 a { background-color: rgb(230,142,250); }

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

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

 span { border-color: rgb(230,142,250); }

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