#E991FA

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

Shades of Violet #E991FA

Tints of Violet #E991FA

Color information

#E991FA (or 0xE991FA) is unknown color: approx Violet. HEX triplet: E9, 91 and FA. RGB value is (233,145,250). Sum of RGB (Red+Green+Blue) = 233+145+250=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 145 (57.03% from 255 or 23.09% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #E991FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E991FA is #166E05. Grayscale: #B6B6B6. Windows color (decimal): -1469958 or 16421353. OLE color: 16421353.

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

Color convert

RGB233145250-
CMYK0.070.4200.02
HSL290.29º91.3%77.45%-
HSV(B)290.29º42%98.04%-
XYZ60.9844.4895.81-
YUV183.28165.65163.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.10%
GREEN value IS 145 (57.03% from 255) = 23.09%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=37.10%
G=23.09%
B=39.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331452500.070.4200.02290.2991.377.45
HexE991FA72A021225b4d
Octal35122137275202442133115
Binary11101001100100011111101011110101001010010001010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E991FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E991FA; }

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

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

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

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

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

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

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

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