#E68EF1

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

Shades of Violet #E68EF1

Tints of Violet #E68EF1

Color information

#E68EF1 (or 0xE68EF1) is unknown color: approx Violet. HEX triplet: E6, 8E and F1. RGB value is (230,142,241). Sum of RGB (Red+Green+Blue) = 230+142+241=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 142 (55.86% from 255 or 23.16% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #E68EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68EF1 is #19710E. Grayscale: #B3B3B3. Windows color (decimal): -1667343 or 15830758. OLE color: 15830758.

HSL color Cylindrical-coordinate representation of color #E68EF1: hue angle of 293.33º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E68EF1 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230142241-
CMYK0.050.4100.05
HSL293.33º77.95%75.1%-
HSV(B)293.33º41.08%94.51%-
XYZ58.1842.5288.36-
YUV179.6162.65163.95-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.52%
GREEN value IS 142 (55.86% from 255) = 23.16%
BLUE value IS 241 (94.53% from 255) = 39.31%
R=37.52%
G=23.16%
B=39.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301422410.050.4100.05293.3377.9575.1
HexE68EF1529051254e4b
Octal34621636155105445116113
Binary111001101000111011110001101101001010110010010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68EF1; }

 p { color: rgb(230,142,241); }

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

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

 a { background-color: rgb(230,142,241); }

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

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

 span { border-color: rgb(230,142,241); }

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