#E68DF0

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

Shades of Violet #E68DF0

Tints of Violet #E68DF0

Color information

#E68DF0 (or 0xE68DF0) is unknown color: approx Violet. HEX triplet: E6, 8D and F0. RGB value is (230,141,240). Sum of RGB (Red+Green+Blue) = 230+141+240=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 141 (55.47% from 255 or 23.08% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #E68DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68DF0 is #19720F. Grayscale: #B2B2B2. Windows color (decimal): -1667600 or 15764966. OLE color: 15764966.

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

Color convert

RGB230141240-
CMYK0.040.4100.06
HSL293.94º76.74%74.71%-
HSV(B)293.94º41.25%94.12%-
XYZ57.8942.1687.53-
YUV178.9162.49164.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.64%
GREEN value IS 141 (55.47% from 255) = 23.08%
BLUE value IS 240 (94.14% from 255) = 39.28%
R=37.64%
G=23.08%
B=39.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301412400.040.4100.06293.9476.7474.71
HexE68DF0429061264d4b
Octal34621536045106446115113
Binary111001101000110111110000100101001011010010011010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DF0; }

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

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

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

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

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

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

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

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