Html Css Color HEX #E101FF Psychedelic Purple

📋 copy color: '#E101FF'

red 225 ◦ green 1 ◦ blue 255

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

Shades of Psychedelic Purple #E101FF

Tints of Psychedelic Purple #E101FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

 BLUE value IS 255 (100% from 255) = 53.01%

R = 46.78%
G = 0.21%
B = 53.01%

CMYK

 C value IS 0.12

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E101FF (or 0xE101FF) is known color: Psychedelic Purple. HEX triplet: E1, 01 and FF. RGB value is (225,1,255). Sum of RGB (Red+Green+Blue) = 225+1+255=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 1 (0.78% from 255 or 0.21% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #E101FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E101FF is #1EFE00. Grayscale: #606060. Windows color (decimal): -2031105 or 16712161. OLE color: 16712161.

HSL color Cylindrical-coordinate representation of color #E101FF: hue angle of 292.91º 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 #E101FF is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 225 1 255 -
CMYK 0.12 1.00 0 0
HSL 292.91º 1% 0.5% -
HSV(B) 292.91º 1% 1% -
XYZ 49.11 23.25 96.51 -
YUV 96.93 217.21 219.35 -
System Red Green Blue C M Y K H S L
Decimal 225 1 255 0.12 1.00 0 0 292.91 1 0.5
Hex E1 1 FF C 64 0 0 125 64 32
Octal 341 1 377 14 144 0 0 445 144 62
Binary 11100001 1 11111111 1100 1100100 0 0 100100101 1100100 110010

Color Harmonies of #E101FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E101FF

Black with #E101FF

Text Example


Text Example

White with #E101FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E101FF; }

 p { color: rgb(225,1,255); }

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

background-color css

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

 a { background-color: rgb(225,1,255); }

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

border-color css

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

 span { border-color: rgb(225,1,255); }

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