Html Css Color HEX #E996FE Violet

📋 copy color: '#E996FE'

red 233 ◦ green 150 ◦ blue 254

#E996FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #E996FE

Tints of Violet #E996FE

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 value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E996FE (or 0xE996FE) is known color: 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

RGB 233 150 254 -
CMYK 0.08 0.41 0 0.00
HSL 287.88º 0.98% 0.79% -
HSV(B) 287.88º 0.41% 1% -
XYZ 62.4 46.29 99.41 -
YUV 186.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 233 150 254 0.08 0.41 0 0.00 287.88 0.98 0.79
Hex E9 96 FE 8 29 0 0 120 62 4F
Octal 351 226 376 10 51 0 0 440 142 117
Binary 11101001 10010110 11111110 1000 101001 0 0 100100000 1100010 1001111

Color Harmonies of #E996FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996FE

Black with #E996FE

Text Example


Text Example

White with #E996FE

Text Example


Text Example

HTML Codes & Css Web 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>