Html Css Color HEX #E501F8 Psychedelic Purple

📋 copy color: '#E501F8'

red 229 ◦ green 1 ◦ blue 248

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

Shades of Psychedelic Purple #E501F8

Tints of Psychedelic Purple #E501F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.88%

R = 47.91%
G = 0.21%
B = 51.88%

CMYK

 C value IS 0.08

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E501F8 (or 0xE501F8) is known color: Psychedelic Purple. HEX triplet: E5, 01 and F8. RGB value is (229,1,248). Sum of RGB (Red+Green+Blue) = 229+1+248=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 1 (0.78% from 255 or 0.21% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #E501F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E501F8 is #1AFE07. Grayscale: #606060. Windows color (decimal): -1768968 or 16253413. OLE color: 16253413.

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

Color convert

RGB 229 1 248 -
CMYK 0.08 1.00 0 0.03
HSL 295.38º 0.99% 0.49% -
HSV(B) 295.38º 1% 0.97% -
XYZ 49.27 23.46 90.74 -
YUV 97.33 213.04 221.92 -
System Red Green Blue C M Y K H S L
Decimal 229 1 248 0.08 1.00 0 0.03 295.38 0.99 0.49
Hex E5 1 F8 8 64 0 3 127 63 31
Octal 345 1 370 10 144 0 3 447 143 61
Binary 11100101 1 11111000 1000 1100100 0 11 100100111 1100011 110001

Color Harmonies of #E501F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501F8

Black with #E501F8

Text Example


Text Example

White with #E501F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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