Html Css Color HEX #E996F9 Violet

📋 copy color: '#E996F9'

red 233 ◦ green 150 ◦ blue 249

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

Shades of Violet #E996F9

Tints of Violet #E996F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.4%

R = 36.87%
G = 23.73%
B = 39.4%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E996F9 (or 0xE996F9) is known color: Violet. HEX triplet: E9, 96 and F9. RGB value is (233,150,249). Sum of RGB (Red+Green+Blue) = 233+150+249=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 150 (58.98% from 255 or 23.73% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #E996F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E996F9 is #166906. Grayscale: #B9B9B9. Windows color (decimal): -1468679 or 16357097. OLE color: 16357097.

HSL color Cylindrical-coordinate representation of color #E996F9: hue angle of 290.3º degrees, saturation: 0.89, 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 #E996F9 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 150 249 -
CMYK 0.06 0.40 0 0.02
HSL 290.3º 0.89% 0.78% -
HSV(B) 290.3º 0.4% 0.98% -
XYZ 61.61 45.98 95.25 -
YUV 186.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 233 150 249 0.06 0.40 0 0.02 290.3 0.89 0.78
Hex E9 96 F9 6 28 0 2 122 59 4E
Octal 351 226 371 6 50 0 2 442 131 116
Binary 11101001 10010110 11111001 110 101000 0 10 100100010 1011001 1001110

Color Harmonies of #E996F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996F9

Black with #E996F9

Text Example


Text Example

White with #E996F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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