Html Css Color HEX #E501FF Psychedelic Purple

📋 copy color: '#E501FF'

red 229 ◦ green 1 ◦ blue 255

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

Shades of Psychedelic Purple #E501FF

Tints of Psychedelic Purple #E501FF

RGB

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

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

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

R = 47.22%
G = 0.21%
B = 52.58%

CMYK

 C value IS 0.10

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E501FF (or 0xE501FF) is known color: Psychedelic Purple. HEX triplet: E5, 01 and FF. RGB value is (229,1,255). Sum of RGB (Red+Green+Blue) = 229+1+255=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 1 (0.78% from 255 or 0.21% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #E501FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E501FF is #1AFE00. Grayscale: #616161. Windows color (decimal): -1768961 or 16712165. OLE color: 16712165.

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

Color convert

RGB 229 1 255 -
CMYK 0.10 1.00 0 0
HSL 293.86º 1% 0.5% -
HSV(B) 293.86º 1% 1% -
XYZ 50.37 23.9 96.57 -
YUV 98.13 216.54 221.35 -
System Red Green Blue C M Y K H S L
Decimal 229 1 255 0.10 1.00 0 0 293.86 1 0.5
Hex E5 1 FF A 64 0 0 126 64 32
Octal 345 1 377 12 144 0 0 446 144 62
Binary 11100101 1 11111111 1010 1100100 0 0 100100110 1100100 110010

Color Harmonies of #E501FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501FF

Black with #E501FF

Text Example


Text Example

White with #E501FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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