#E68CFA

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

Shades of Violet #E68CFA

Tints of Violet #E68CFA

Color information

#E68CFA (or 0xE68CFA) is unknown color: approx Violet. HEX triplet: E6, 8C and FA. RGB value is (230,140,250). Sum of RGB (Red+Green+Blue) = 230+140+250=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 140 (55.08% from 255 or 22.58% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #E68CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CFA is #197305. Grayscale: #B3B3B3. Windows color (decimal): -1667846 or 16420070. OLE color: 16420070.

HSL color Cylindrical-coordinate representation of color #E68CFA: hue angle of 289.09º degrees, saturation: 0.92, 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 #E68CFA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230140250-
CMYK0.080.4400.02
HSL289.09º91.67%76.47%-
HSV(B)289.09º44%98.04%-
XYZ59.2742.4895.52-
YUV179.45167.82164.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 140 (55.08% from 255) = 22.58%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=37.10%
G=22.58%
B=40.32%

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
Decimal2301402500.080.4400.02289.0991.6776.47
HexE68CFA82C021215c4c
Octal346214372105402441134114
Binary111001101000110011111010100010110001010010000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68CFA; }

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

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

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

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

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

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

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

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