#E490FA

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

Shades of Violet #E490FA

Tints of Violet #E490FA

Color information

#E490FA (or 0xE490FA) is unknown color: approx Violet. HEX triplet: E4, 90 and FA. RGB value is (228,144,250). Sum of RGB (Red+Green+Blue) = 228+144+250=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 144 (56.64% from 255 or 23.15% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #E490FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E490FA is #1B6F05. Grayscale: #B4B4B4. Windows color (decimal): -1797894 or 16421092. OLE color: 16421092.

HSL color Cylindrical-coordinate representation of color #E490FA: hue angle of 287.55º 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 #E490FA is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228144250-
CMYK0.090.4200.02
HSL287.55º91.38%77.25%-
HSV(B)287.55º42.4%98.04%-
XYZ59.2243.3495.69-
YUV181.2166.83161.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.66%
GREEN value IS 144 (56.64% from 255) = 23.15%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=36.66%
G=23.15%
B=40.19%

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
Decimal2281442500.090.4200.02287.5591.3877.25
HexE490FA92A021205b4d
Octal344220372115202440133115
Binary111001001001000011111010100110101001010010000010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E490FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E490FA; }

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

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

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

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

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

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

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

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