#E390FA

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

Shades of Violet #E390FA

Tints of Violet #E390FA

Color information

#E390FA (or 0xE390FA) is unknown color: approx Violet. HEX triplet: E3, 90 and FA. RGB value is (227,144,250). Sum of RGB (Red+Green+Blue) = 227+144+250=621 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.55% from 621); Green value is 144 (56.64% from 255 or 23.19% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #E390FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E390FA is #1C6F05. Grayscale: #B4B4B4. Windows color (decimal): -1863430 or 16421091. OLE color: 16421091.

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

Color convert

RGB227144250-
CMYK0.090.4200.02
HSL286.98º91.38%77.25%-
HSV(B)286.98º42.4%98.04%-
XYZ58.9143.1895.67-
YUV180.9167160.88-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.55%
GREEN value IS 144 (56.64% from 255) = 23.19%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=36.55%
G=23.19%
B=40.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271442500.090.4200.02286.9891.3877.25
HexE390FA92A0211f5b4d
Octal343220372115202437133115
Binary111000111001000011111010100110101001010001111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E390FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E390FA; }

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

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

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

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

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

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

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

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