#E996FE

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

Shades of Violet #E996FE

Tints of Violet #E996FE

Color information

#E996FE (or 0xE996FE) is unknown color: approx Violet. HEX triplet: E9, 96 and FE. RGB value is (233,150,254). Sum of RGB (Red+Green+Blue) = 233+150+254=637 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.58% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #E996FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E996FE is #166901. Grayscale: #BABABA. Windows color (decimal): -1468674 or 16684777. OLE color: 16684777.

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

Color convert

RGB233150254-
CMYK0.080.4100.00
HSL287.88º98.11%79.22%-
HSV(B)287.88º40.94%99.61%-
XYZ62.446.2999.41-
YUV186.67166161.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.58%
GREEN value IS 150 (58.98% from 255) = 23.55%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=36.58%
G=23.55%
B=39.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2331502540.080.4100.00287.8898.1179.22
HexE996FE82900120624f
Octal351226376105100440142117
Binary11101001100101101111111010001010010010010000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E996FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E996FE; }

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

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

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

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

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

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

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

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