#E68BEF

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

Shades of Violet #E68BEF

Tints of Violet #E68BEF

Color information

#E68BEF (or 0xE68BEF) is unknown color: approx Violet. HEX triplet: E6, 8B and EF. RGB value is (230,139,239). Sum of RGB (Red+Green+Blue) = 230+139+239=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 139 (54.69% from 255 or 22.86% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #E68BEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68BEF is #197410. Grayscale: #B1B1B1. Windows color (decimal): -1668113 or 15698918. OLE color: 15698918.

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

Color convert

RGB230139239-
CMYK0.040.4200.06
HSL294.6º75.76%74.12%-
HSV(B)294.6º41.84%93.73%-
XYZ57.4541.5286.65-
YUV177.61162.65165.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.83%
GREEN value IS 139 (54.69% from 255) = 22.86%
BLUE value IS 239 (93.75% from 255) = 39.31%
R=37.83%
G=22.86%
B=39.31%

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
Decimal2301392390.040.4200.06294.675.7674.12
HexE68BEF42A061274c4a
Octal34621335745206447114112
Binary111001101000101111101111100101010011010010011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68BEF; }

 p { color: rgb(230,139,239); }

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

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

 a { background-color: rgb(230,139,239); }

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

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

 span { border-color: rgb(230,139,239); }

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