#E386F0

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

Shades of Violet #E386F0

Tints of Violet #E386F0

Color information

#E386F0 (or 0xE386F0) is unknown color: approx Violet. HEX triplet: E3, 86 and F0. RGB value is (227,134,240). Sum of RGB (Red+Green+Blue) = 227+134+240=601 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.77% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #E386F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E386F0 is #1C790F. Grayscale: #ADADAD. Windows color (decimal): -1866000 or 15763171. OLE color: 15763171.

HSL color Cylindrical-coordinate representation of color #E386F0: hue angle of 292.64º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E386F0 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB227134240-
CMYK0.050.4400.06
HSL292.64º77.94%73.33%-
HSV(B)292.64º44.17%94.12%-
XYZ55.9339.6787.15-
YUV173.89165.31165.88-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.77%
GREEN value IS 134 (52.73% from 255) = 22.30%
BLUE value IS 240 (94.14% from 255) = 39.93%
R=37.77%
G=22.30%
B=39.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2271342400.050.4400.06292.6477.9473.33
HexE386F052C061254e49
Octal34320636055406445116111
Binary111000111000011011110000101101100011010010010110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E386F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E386F0; }

 p { color: rgb(227,134,240); }

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

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

 a { background-color: rgb(227,134,240); }

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

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

 span { border-color: rgb(227,134,240); }

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