#E994FF

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

Shades of Violet #E994FF

Tints of Violet #E994FF

Color information

#E994FF (or 0xE994FF) is unknown color: approx Violet. HEX triplet: E9, 94 and FF. RGB value is (233,148,255). Sum of RGB (Red+Green+Blue) = 233+148+255=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 148 (58.20% from 255 or 23.27% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #E994FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E994FF is #166B00. Grayscale: #B9B9B9. Windows color (decimal): -1469185 or 16749801. OLE color: 16749801.

HSL color Cylindrical-coordinate representation of color #E994FF: hue angle of 287.66º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E994FF is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB233148255-
CMYK0.090.4200
HSL287.66º100%79.02%-
HSV(B)287.66º41.96%100%-
XYZ62.2445.72100.15-
YUV185.61167.16161.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.64%
GREEN value IS 148 (58.20% from 255) = 23.27%
BLUE value IS 255 (100% from 255) = 40.09%
R=36.64%
G=23.27%
B=40.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2331482550.090.4200287.6610079.02
HexE994FF92A00120644f
Octal351224377115200440144117
Binary11101001100101001111111110011010100010010000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E994FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E994FF; }

 p { color: rgb(233,148,255); }

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

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

 a { background-color: rgb(233,148,255); }

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

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

 span { border-color: rgb(233,148,255); }

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