Html Css Color HEX #E996FD Violet

📋 copy color: '#E996FD'

red 233 ◦ green 150 ◦ blue 253

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

Shades of Violet #E996FD

Tints of Violet #E996FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.78%

R = 36.64%
G = 23.58%
B = 39.78%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E996FD (or 0xE996FD) is known color: Violet. HEX triplet: E9, 96 and FD. RGB value is (233,150,253). Sum of RGB (Red+Green+Blue) = 233+150+253=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 150 (58.98% from 255 or 23.58% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #E996FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E996FD is #166902. Grayscale: #BABABA. Windows color (decimal): -1468675 or 16619241. OLE color: 16619241.

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

Color convert

RGB 233 150 253 -
CMYK 0.08 0.41 0 0.01
HSL 288.35º 0.96% 0.79% -
HSV(B) 288.35º 0.41% 0.99% -
XYZ 62.24 46.23 98.57 -
YUV 186.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 233 150 253 0.08 0.41 0 0.01 288.35 0.96 0.79
Hex E9 96 FD 8 29 0 1 120 60 4F
Octal 351 226 375 10 51 0 1 440 140 117
Binary 11101001 10010110 11111101 1000 101001 0 1 100100000 1100000 1001111

Color Harmonies of #E996FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996FD

Black with #E996FD

Text Example


Text Example

White with #E996FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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