#E68CF0

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

Shades of Violet #E68CF0

Tints of Violet #E68CF0

Color information

#E68CF0 (or 0xE68CF0) is unknown color: approx Violet. HEX triplet: E6, 8C and F0. RGB value is (230,140,240). Sum of RGB (Red+Green+Blue) = 230+140+240=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #E68CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CF0 is #19730F. Grayscale: #B2B2B2. Windows color (decimal): -1667856 or 15764710. OLE color: 15764710.

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

Color convert

RGB230140240-
CMYK0.040.4200.06
HSL294º76.92%74.51%-
HSV(B)294º41.67%94.12%-
XYZ57.7441.8787.48-
YUV178.31162.82164.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.70%
GREEN value IS 140 (55.08% from 255) = 22.95%
BLUE value IS 240 (94.14% from 255) = 39.34%
R=37.70%
G=22.95%
B=39.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301402400.040.4200.0629476.9274.51
HexE68CF042A061264d4b
Octal34621436045206446115113
Binary111001101000110011110000100101010011010010011010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68CF0; }

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

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

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

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

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

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

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

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