Html Css Color HEX #E995FE Violet

📋 copy color: '#E995FE'

red 233 ◦ green 149 ◦ blue 254

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

Shades of Violet #E995FE

Tints of Violet #E995FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.43%

 BLUE value IS 254 (99.61% from 255) = 39.94%

R = 36.64%
G = 23.43%
B = 39.94%

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

#E995FE (or 0xE995FE) is known color: Violet. HEX triplet: E9, 95 and FE. RGB value is (233,149,254). Sum of RGB (Red+Green+Blue) = 233+149+254=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 149 (58.59% from 255 or 23.43% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #E995FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E995FE is #166A01. Grayscale: #B9B9B9. Windows color (decimal): -1468930 or 16684521. OLE color: 16684521.

HSL color Cylindrical-coordinate representation of color #E995FE: hue angle of 288º 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 #E995FE is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 233 149 254 -
CMYK 0.08 0.41 0 0.00
HSL 288º 0.98% 0.79% -
HSV(B) 288º 0.41% 1% -
XYZ 62.24 45.97 99.36 -
YUV 186.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 233 149 254 0.08 0.41 0 0.00 288 0.98 0.79
Hex E9 95 FE 8 29 0 0 120 62 4F
Octal 351 225 376 10 51 0 0 440 142 117
Binary 11101001 10010101 11111110 1000 101001 0 0 100100000 1100010 1001111

Color Harmonies of #E995FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E995FE

Black with #E995FE

Text Example


Text Example

White with #E995FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E995FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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