#E390F3

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

Shades of Violet #E390F3

Tints of Violet #E390F3

Color information

#E390F3 (or 0xE390F3) is unknown color: approx Violet. HEX triplet: E3, 90 and F3. RGB value is (227,144,243). Sum of RGB (Red+Green+Blue) = 227+144+243=614 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.97% from 614); Green value is 144 (56.64% from 255 or 23.45% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #E390F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E390F3 is #1C6F0C. Grayscale: #B3B3B3. Windows color (decimal): -1863437 or 15962339. OLE color: 15962339.

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

Color convert

RGB227144243-
CMYK0.070.4100.05
HSL290.3º80.49%75.88%-
HSV(B)290.3º40.74%95.29%-
XYZ57.8342.7590-
YUV180.1163.5161.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.97%
GREEN value IS 144 (56.64% from 255) = 23.45%
BLUE value IS 243 (95.31% from 255) = 39.58%
R=36.97%
G=23.45%
B=39.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271442430.070.4100.05290.380.4975.88
HexE390F372905122504c
Octal34322036375105442120114
Binary111000111001000011110011111101001010110010001010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E390F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E390F3; }

 p { color: rgb(227,144,243); }

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

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

 a { background-color: rgb(227,144,243); }

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

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

 span { border-color: rgb(227,144,243); }

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