#E386E7

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

Shades of Violet #E386E7

Tints of Violet #E386E7

Color information

#E386E7 (or 0xE386E7) is unknown color: approx Violet. HEX triplet: E3, 86 and E7. RGB value is (227,134,231). Sum of RGB (Red+Green+Blue) = 227+134+231=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 134 (52.73% from 255 or 22.64% from 592); Blue value is 231 (90.62% from 255 or 39.02% from 592); Max value from RGB is 231 - color contains mainly: blue. Hex color #E386E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E386E7 is #1C7918. Grayscale: #ACACAC. Windows color (decimal): -1866009 or 15173347. OLE color: 15173347.

HSL color Cylindrical-coordinate representation of color #E386E7: hue angle of 297.53º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E386E7 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB227134231-
CMYK0.020.4200.09
HSL297.53º66.9%71.57%-
HSV(B)297.53º41.99%90.59%-
XYZ54.6339.1580.28-
YUV172.86160.81166.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.34%
GREEN value IS 134 (52.73% from 255) = 22.64%
BLUE value IS 231 (90.62% from 255) = 39.02%
R=38.34%
G=22.64%
B=39.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2271342310.020.4200.09297.5366.971.57
HexE386E722A0912a4348
Octal343206347252011452103110
Binary111000111000011011100111101010100100110010101010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E386E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E386E7; }

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

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

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

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

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

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

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

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