#E996FA

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

Shades of Violet #E996FA

Tints of Violet #E996FA

Color information

#E996FA (or 0xE996FA) is unknown color: approx Violet. HEX triplet: E9, 96 and FA. RGB value is (233,150,250). Sum of RGB (Red+Green+Blue) = 233+150+250=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 150 (58.98% from 255 or 23.70% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #E996FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E996FA is #166905. Grayscale: #B9B9B9. Windows color (decimal): -1468678 or 16422633. OLE color: 16422633.

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

Color convert

RGB233150250-
CMYK0.070.400.02
HSL289.8º90.91%78.43%-
HSV(B)289.8º40%98.04%-
XYZ61.7746.0496.07-
YUV186.22164161.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.81%
GREEN value IS 150 (58.98% from 255) = 23.70%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=36.81%
G=23.70%
B=39.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331502500.070.400.02289.890.9178.43
HexE996FA728021225b4e
Octal35122637275002442133116
Binary11101001100101101111101011110100001010010001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E996FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E996FA; }

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

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

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

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

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

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

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

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