Html Css Color HEX #E100FE Psychedelic Purple

📋 copy color: '#E100FE'

red 225 ◦ green 0 ◦ blue 254

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

Shades of Psychedelic Purple #E100FE

Tints of Psychedelic Purple #E100FE

RGB

 RED value IS 225 (88.28% from 255) = 46.97%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.97%
G = 0%
B = 53.03%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E100FE (or 0xE100FE) is known color: Psychedelic Purple. HEX triplet: E1, 00 and FE. RGB value is (225,0,254). Sum of RGB (Red+Green+Blue) = 225+0+254=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 0 (0.39% from 255 or 0% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #E100FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E100FE is #1EFF01. Grayscale: #5F5F5F. Windows color (decimal): -2031362 or 16646369. OLE color: 16646369.

HSL color Cylindrical-coordinate representation of color #E100FE: hue angle of 293.15º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100FE is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 0 254 -
CMYK 0.11 1 0 0.00
HSL 293.15º 1% 0.5% -
HSV(B) 293.15º 1% 1% -
XYZ 48.94 23.16 95.66 -
YUV 96.23 217.04 219.85 -
System Red Green Blue C M Y K H S L
Decimal 225 0 254 0.11 1 0 0.00 293.15 1 0.5
Hex E1 0 FE B 64 0 0 125 64 32
Octal 341 0 376 13 144 0 0 445 144 62
Binary 11100001 0 11111110 1011 1100100 0 0 100100101 1100100 110010

Color Harmonies of #E100FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E100FE

Black with #E100FE

Text Example


Text Example

White with #E100FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E100FE; }

 p { color: rgb(225,0,254); }

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

background-color css

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

 a { background-color: rgb(225,0,254); }

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

border-color css

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

 span { border-color: rgb(225,0,254); }

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