#E494F3

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

Shades of Violet #E494F3

Tints of Violet #E494F3

Color information

#E494F3 (or 0xE494F3) is unknown color: approx Violet. HEX triplet: E4, 94 and F3. RGB value is (228,148,243). Sum of RGB (Red+Green+Blue) = 228+148+243=619 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.83% from 619); Green value is 148 (58.20% from 255 or 23.91% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #E494F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E494F3 is #1B6B0C. Grayscale: #B6B6B6. Windows color (decimal): -1796877 or 15963364. OLE color: 15963364.

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

Color convert

RGB228148243-
CMYK0.060.3900.05
HSL290.53º79.83%76.67%-
HSV(B)290.53º39.09%95.29%-
XYZ58.7644.1490.22-
YUV182.75162160.28-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.83%
GREEN value IS 148 (58.20% from 255) = 23.91%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=36.83%
G=23.91%
B=39.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281482430.060.3900.05290.5379.8376.67
HexE494F362705123504d
Octal34422436364705443120115
Binary111001001001010011110011110100111010110010001110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E494F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E494F3; }

 p { color: rgb(228,148,243); }

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

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

 a { background-color: rgb(228,148,243); }

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

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

 span { border-color: rgb(228,148,243); }

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