#E993FA

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

Shades of Violet #E993FA

Tints of Violet #E993FA

Color information

#E993FA (or 0xE993FA) is unknown color: approx Violet. HEX triplet: E9, 93 and FA. RGB value is (233,147,250). Sum of RGB (Red+Green+Blue) = 233+147+250=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 147 (57.81% from 255 or 23.33% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #E993FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E993FA is #166C05. Grayscale: #B8B8B8. Windows color (decimal): -1469446 or 16421865. OLE color: 16421865.

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

Color convert

RGB233147250-
CMYK0.070.4100.02
HSL290.1º91.15%77.84%-
HSV(B)290.1º41.2%98.04%-
XYZ61.2945.0995.92-
YUV184.46164.99162.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.98%
GREEN value IS 147 (57.81% from 255) = 23.33%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=36.98%
G=23.33%
B=39.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331472500.070.4100.02290.191.1577.84
HexE993FA729021225b4e
Octal35122337275102442133116
Binary11101001100100111111101011110100101010010001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E993FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E993FA; }

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

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

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

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

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

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

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

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