Html Css Color HEX #E501F9 Psychedelic Purple

📋 copy color: '#E501F9'

red 229 ◦ green 1 ◦ blue 249

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

Shades of Psychedelic Purple #E501F9

Tints of Psychedelic Purple #E501F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.98%

R = 47.81%
G = 0.21%
B = 51.98%

CMYK

 C value IS 0.08

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E501F9 (or 0xE501F9) is known color: Psychedelic Purple. HEX triplet: E5, 01 and F9. RGB value is (229,1,249). Sum of RGB (Red+Green+Blue) = 229+1+249=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 1 (0.78% from 255 or 0.21% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #E501F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E501F9 is #1AFE06. Grayscale: #606060. Windows color (decimal): -1768967 or 16318949. OLE color: 16318949.

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

Color convert

RGB 229 1 249 -
CMYK 0.08 1.00 0 0.02
HSL 295.16º 0.99% 0.49% -
HSV(B) 295.16º 1% 0.98% -
XYZ 49.42 23.52 91.56 -
YUV 97.44 213.54 221.83 -
System Red Green Blue C M Y K H S L
Decimal 229 1 249 0.08 1.00 0 0.02 295.16 0.99 0.49
Hex E5 1 F9 8 64 0 2 127 63 31
Octal 345 1 371 10 144 0 2 447 143 61
Binary 11100101 1 11111001 1000 1100100 0 10 100100111 1100011 110001

Color Harmonies of #E501F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501F9

Black with #E501F9

Text Example


Text Example

White with #E501F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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