#E396F1

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

Shades of Violet #E396F1

Tints of Violet #E396F1

Color information

#E396F1 (or 0xE396F1) is unknown color: approx Violet. HEX triplet: E3, 96 and F1. RGB value is (227,150,241). Sum of RGB (Red+Green+Blue) = 227+150+241=618 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.73% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #E396F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E396F1 is #1C690E. Grayscale: #B7B7B7. Windows color (decimal): -1861903 or 15832803. OLE color: 15832803.

HSL color Cylindrical-coordinate representation of color #E396F1: hue angle of 290.77º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E396F1 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227150241-
CMYK0.060.3800.05
HSL290.77º76.47%76.67%-
HSV(B)290.77º37.76%94.51%-
XYZ58.4644.4988.73-
YUV183.4160.51159.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.73%
GREEN value IS 150 (58.98% from 255) = 24.27%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=36.73%
G=24.27%
B=39.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271502410.060.3800.05290.7776.4776.67
HexE396F1626051234c4d
Octal34322636164605443114115
Binary111000111001011011110001110100110010110010001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E396F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E396F1; }

 p { color: rgb(227,150,241); }

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

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

 a { background-color: rgb(227,150,241); }

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

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

 span { border-color: rgb(227,150,241); }

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