#E791FA

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

Shades of Violet #E791FA

Tints of Violet #E791FA

Color information

#E791FA (or 0xE791FA) is unknown color: approx Violet. HEX triplet: E7, 91 and FA. RGB value is (231,145,250). Sum of RGB (Red+Green+Blue) = 231+145+250=626 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.90% from 626); Green value is 145 (57.03% from 255 or 23.16% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #E791FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E791FA is #186E05. Grayscale: #B6B6B6. Windows color (decimal): -1601030 or 16421351. OLE color: 16421351.

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

Color convert

RGB231145250-
CMYK0.080.4200.02
HSL289.14º91.3%77.45%-
HSV(B)289.14º42%98.04%-
XYZ60.3444.1495.78-
YUV182.68165.99162.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.90%
GREEN value IS 145 (57.03% from 255) = 23.16%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=36.90%
G=23.16%
B=39.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311452500.080.4200.02289.1491.377.45
HexE791FA82A021215b4d
Octal347221372105202441133115
Binary111001111001000111111010100010101001010010000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E791FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E791FA; }

 p { color: rgb(231,145,250); }

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

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

 a { background-color: rgb(231,145,250); }

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

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

 span { border-color: rgb(231,145,250); }

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