Html Css Color HEX #E996EF Violet

📋 copy color: '#E996EF'

red 233 ◦ green 150 ◦ blue 239

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

Shades of Violet #E996EF

Tints of Violet #E996EF

RGB

 RED value IS 233 (91.41% from 255) = 37.46%

 GREEN value IS 150 (58.98% from 255) = 24.12%

 BLUE value IS 239 (93.75% from 255) = 38.42%

R = 37.46%
G = 24.12%
B = 38.42%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E996EF (or 0xE996EF) is known color: Violet. HEX triplet: E9, 96 and EF. RGB value is (233,150,239). Sum of RGB (Red+Green+Blue) = 233+150+239=622 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.46% from 622); Green value is 150 (58.98% from 255 or 24.12% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #E996EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E996EF is #166910. Grayscale: #B8B8B8. Windows color (decimal): -1468689 or 15701737. OLE color: 15701737.

HSL color Cylindrical-coordinate representation of color #E996EF: hue angle of 295.96º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E996EF is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 150 239 -
CMYK 0.03 0.37 0 0.06
HSL 295.96º 0.74% 0.76% -
HSV(B) 295.96º 0.37% 0.94% -
XYZ 60.09 45.37 87.25 -
YUV 184.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 233 150 239 0.03 0.37 0 0.06 295.96 0.74 0.76
Hex E9 96 EF 3 25 0 6 128 4A 4C
Octal 351 226 357 3 45 0 6 450 112 114
Binary 11101001 10010110 11101111 11 100101 0 110 100101000 1001010 1001100

Color Harmonies of #E996EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996EF

Black with #E996EF

Text Example


Text Example

White with #E996EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996EF; }

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

 H1.HeaderClassName
 {
   color: #E996EF;
 }
 .AnyTagClassName
 {
   color: #E996EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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