#E386EB

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

Shades of Violet #E386EB

Tints of Violet #E386EB

Color information

#E386EB (or 0xE386EB) is unknown color: approx Violet. HEX triplet: E3, 86 and EB. RGB value is (227,134,235). Sum of RGB (Red+Green+Blue) = 227+134+235=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #E386EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E386EB is #1C7914. Grayscale: #ADADAD. Windows color (decimal): -1866005 or 15435491. OLE color: 15435491.

HSL color Cylindrical-coordinate representation of color #E386EB: hue angle of 295.25º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E386EB is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227134235-
CMYK0.030.4300.08
HSL295.25º71.63%72.35%-
HSV(B)295.25º42.98%92.16%-
XYZ55.239.3883.29-
YUV173.32162.81166.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.09%
GREEN value IS 134 (52.73% from 255) = 22.48%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=38.09%
G=22.48%
B=39.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271342350.030.4300.08295.2571.6372.35
HexE386EB32B081274848
Octal343206353353010447110110
Binary111000111000011011101011111010110100010010011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E386EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E386EB; }

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

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

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

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

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

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

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

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