#E68BF0

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

Shades of Violet #E68BF0

Tints of Violet #E68BF0

Color information

#E68BF0 (or 0xE68BF0) is unknown color: approx Violet. HEX triplet: E6, 8B and F0. RGB value is (230,139,240). Sum of RGB (Red+Green+Blue) = 230+139+240=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 139 (54.69% from 255 or 22.82% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #E68BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68BF0 is #19740F. Grayscale: #B1B1B1. Windows color (decimal): -1668112 or 15764454. OLE color: 15764454.

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

Color convert

RGB230139240-
CMYK0.040.4200.06
HSL294.06º77.1%74.31%-
HSV(B)294.06º42.08%94.12%-
XYZ57.5941.5887.43-
YUV177.72163.15165.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.77%
GREEN value IS 139 (54.69% from 255) = 22.82%
BLUE value IS 240 (94.14% from 255) = 39.41%
R=37.77%
G=22.82%
B=39.41%

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
Decimal2301392400.040.4200.06294.0677.174.31
HexE68BF042A061264d4a
Octal34621336045206446115112
Binary111001101000101111110000100101010011010010011010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68BF0; }

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

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

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

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

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

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

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

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