#E492FA

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

Shades of Violet #E492FA

Tints of Violet #E492FA

Color information

#E492FA (or 0xE492FA) is unknown color: approx Violet. HEX triplet: E4, 92 and FA. RGB value is (228,146,250). Sum of RGB (Red+Green+Blue) = 228+146+250=624 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.54% from 624); Green value is 146 (57.42% from 255 or 23.40% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #E492FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E492FA is #1B6D05. Grayscale: #B6B6B6. Windows color (decimal): -1797382 or 16421604. OLE color: 16421604.

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

Color convert

RGB228146250-
CMYK0.090.4200.02
HSL287.31º91.23%77.65%-
HSV(B)287.31º41.6%98.04%-
XYZ59.5343.9595.79-
YUV182.37166.17160.54-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.54%
GREEN value IS 146 (57.42% from 255) = 23.40%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=36.54%
G=23.40%
B=40.06%

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
Decimal2281462500.090.4200.02287.3191.2377.65
HexE492FA92A0211f5b4e
Octal344222372115202437133116
Binary111001001001001011111010100110101001010001111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E492FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E492FA; }

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

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

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

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

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

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

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

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