Html Css Color HEX #E501FE Psychedelic Purple

📋 copy color: '#E501FE'

red 229 ◦ green 1 ◦ blue 254

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

Shades of Psychedelic Purple #E501FE

Tints of Psychedelic Purple #E501FE

RGB

 RED value IS 229 (89.84% from 255) = 47.31%

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

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

R = 47.31%
G = 0.21%
B = 52.48%

CMYK

 C value IS 0.10

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E501FE (or 0xE501FE) is known color: Psychedelic Purple. HEX triplet: E5, 01 and FE. RGB value is (229,1,254). Sum of RGB (Red+Green+Blue) = 229+1+254=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 1 (0.78% from 255 or 0.21% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #E501FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E501FE is #1AFE01. Grayscale: #616161. Windows color (decimal): -1768962 or 16646629. OLE color: 16646629.

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

Color convert

RGB 229 1 254 -
CMYK 0.10 1.00 0 0.00
HSL 294.07º 0.99% 0.5% -
HSV(B) 294.07º 1% 1% -
XYZ 50.21 23.84 95.72 -
YUV 98.01 216.04 221.43 -
System Red Green Blue C M Y K H S L
Decimal 229 1 254 0.10 1.00 0 0.00 294.07 0.99 0.5
Hex E5 1 FE A 64 0 0 126 63 32
Octal 345 1 376 12 144 0 0 446 143 62
Binary 11100101 1 11111110 1010 1100100 0 0 100100110 1100011 110010

Color Harmonies of #E501FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501FE

Black with #E501FE

Text Example


Text Example

White with #E501FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501FE; }

 p { color: rgb(229,1,254); }

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

background-color css

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

 a { background-color: rgb(229,1,254); }

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

border-color css

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

 span { border-color: rgb(229,1,254); }

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