#E68BF1

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

Shades of Violet #E68BF1

Tints of Violet #E68BF1

Color information

#E68BF1 (or 0xE68BF1) is unknown color: approx Violet. HEX triplet: E6, 8B and F1. RGB value is (230,139,241). Sum of RGB (Red+Green+Blue) = 230+139+241=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 139 (54.69% from 255 or 22.79% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #E68BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68BF1 is #19740E. Grayscale: #B1B1B1. Windows color (decimal): -1668111 or 15829990. OLE color: 15829990.

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

Color convert

RGB230139241-
CMYK0.050.4200.05
HSL293.53º78.46%74.51%-
HSV(B)293.53º42.32%94.51%-
XYZ57.7441.6488.21-
YUV177.84163.65165.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.70%
GREEN value IS 139 (54.69% from 255) = 22.79%
BLUE value IS 241 (94.53% from 255) = 39.51%
R=37.70%
G=22.79%
B=39.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301392410.050.4200.05293.5378.4674.51
HexE68BF152A051264e4b
Octal34621336155205446116113
Binary111001101000101111110001101101010010110010011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68BF1; }

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

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

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

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

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

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

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

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