Html Css Color HEX #E501FD Psychedelic Purple

📋 copy color: '#E501FD'

red 229 ◦ green 1 ◦ blue 253

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

Shades of Psychedelic Purple #E501FD

Tints of Psychedelic Purple #E501FD

RGB

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

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

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

R = 47.41%
G = 0.21%
B = 52.38%

CMYK

 C value IS 0.09

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E501FD (or 0xE501FD) is known color: Psychedelic Purple. HEX triplet: E5, 01 and FD. RGB value is (229,1,253). Sum of RGB (Red+Green+Blue) = 229+1+253=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 1 (0.78% from 255 or 0.21% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #E501FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E501FD is #1AFE02. Grayscale: #616161. Windows color (decimal): -1768963 or 16581093. OLE color: 16581093.

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

Color convert

RGB 229 1 253 -
CMYK 0.09 1.00 0 0.01
HSL 294.29º 0.99% 0.5% -
HSV(B) 294.29º 1% 0.99% -
XYZ 50.05 23.77 94.88 -
YUV 97.9 215.54 221.51 -
System Red Green Blue C M Y K H S L
Decimal 229 1 253 0.09 1.00 0 0.01 294.29 0.99 0.5
Hex E5 1 FD 9 64 0 1 126 63 32
Octal 345 1 375 11 144 0 1 446 143 62
Binary 11100101 1 11111101 1001 1100100 0 1 100100110 1100011 110010

Color Harmonies of #E501FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501FD

Black with #E501FD

Text Example


Text Example

White with #E501FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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