Html Css Color HEX #E901FD Psychedelic Purple

📋 copy color: '#E901FD'

red 233 ◦ green 1 ◦ blue 253

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

Shades of Psychedelic Purple #E901FD

Tints of Psychedelic Purple #E901FD

RGB

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

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

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

R = 47.84%
G = 0.21%
B = 51.95%

CMYK

 C value IS 0.08

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E901FD (or 0xE901FD) is known color: Psychedelic Purple. HEX triplet: E9, 01 and FD. RGB value is (233,1,253). Sum of RGB (Red+Green+Blue) = 233+1+253=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 1 (0.78% from 255 or 0.21% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #E901FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E901FD is #16FE02. Grayscale: #626262. Windows color (decimal): -1506819 or 16581097. OLE color: 16581097.

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

Color convert

RGB 233 1 253 -
CMYK 0.08 1.00 0 0.01
HSL 295.24º 0.99% 0.5% -
HSV(B) 295.24º 1% 0.99% -
XYZ 51.34 24.44 94.94 -
YUV 99.1 214.86 223.51 -
System Red Green Blue C M Y K H S L
Decimal 233 1 253 0.08 1.00 0 0.01 295.24 0.99 0.5
Hex E9 1 FD 8 64 0 1 127 63 32
Octal 351 1 375 10 144 0 1 447 143 62
Binary 11101001 1 11111101 1000 1100100 0 1 100100111 1100011 110010

Color Harmonies of #E901FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E901FD

Black with #E901FD

Text Example


Text Example

White with #E901FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E901FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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