#E791FC

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

Shades of Violet #E791FC

Tints of Violet #E791FC

Color information

#E791FC (or 0xE791FC) is unknown color: approx Violet. HEX triplet: E7, 91 and FC. RGB value is (231,145,252). Sum of RGB (Red+Green+Blue) = 231+145+252=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 145 (57.03% from 255 or 23.09% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #E791FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E791FC is #186E03. Grayscale: #B6B6B6. Windows color (decimal): -1601028 or 16552423. OLE color: 16552423.

HSL color Cylindrical-coordinate representation of color #E791FC: hue angle of 288.22º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E791FC is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231145252-
CMYK0.080.4200.01
HSL288.22º94.69%77.84%-
HSV(B)288.22º42.46%98.82%-
XYZ60.6544.2797.44-
YUV182.91166.99162.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.78%
GREEN value IS 145 (57.03% from 255) = 23.09%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=36.78%
G=23.09%
B=40.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311452520.080.4200.01288.2294.6977.84
HexE791FC82A011205f4e
Octal347221374105201440137116
Binary11100111100100011111110010001010100110010000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E791FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E791FC; }

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

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

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

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

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

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

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

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