#E68AEF

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

Shades of Violet #E68AEF

Tints of Violet #E68AEF

Color information

#E68AEF (or 0xE68AEF) is unknown color: approx Violet. HEX triplet: E6, 8A and EF. RGB value is (230,138,239). Sum of RGB (Red+Green+Blue) = 230+138+239=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 138 (54.30% from 255 or 22.73% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #E68AEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68AEF is #197510. Grayscale: #B0B0B0. Windows color (decimal): -1668369 or 15698662. OLE color: 15698662.

HSL color Cylindrical-coordinate representation of color #E68AEF: hue angle of 294.65º 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 #E68AEF is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230138239-
CMYK0.040.4200.06
HSL294.65º75.94%73.92%-
HSV(B)294.65º42.26%93.73%-
XYZ57.341.2386.6-
YUV177.02162.98165.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.89%
GREEN value IS 138 (54.30% from 255) = 22.73%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=37.89%
G=22.73%
B=39.37%

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
Decimal2301382390.040.4200.06294.6575.9473.92
HexE68AEF42A061274c4a
Octal34621235745206447114112
Binary111001101000101011101111100101010011010010011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68AEF; }

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

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

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

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

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

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

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

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