Html Css Color HEX #E401F8 Psychedelic Purple

📋 copy color: '#E401F8'

red 228 ◦ green 1 ◦ blue 248

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

Shades of Psychedelic Purple #E401F8

Tints of Psychedelic Purple #E401F8

RGB

 RED value IS 228 (89.45% from 255) = 47.8%

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

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

R = 47.8%
G = 0.21%
B = 51.99%

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

#E401F8 (or 0xE401F8) is known color: Psychedelic Purple. HEX triplet: E4, 01 and F8. RGB value is (228,1,248). Sum of RGB (Red+Green+Blue) = 228+1+248=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 1 (0.78% from 255 or 0.21% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #E401F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E401F8 is #1BFE07. Grayscale: #606060. Windows color (decimal): -1834504 or 16253412. OLE color: 16253412.

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

Color convert

RGB 228 1 248 -
CMYK 0.08 1.00 0 0.03
HSL 295.14º 0.99% 0.49% -
HSV(B) 295.14º 1% 0.97% -
XYZ 48.95 23.29 90.72 -
YUV 97.03 213.21 221.42 -
System Red Green Blue C M Y K H S L
Decimal 228 1 248 0.08 1.00 0 0.03 295.14 0.99 0.49
Hex E4 1 F8 8 64 0 3 127 63 31
Octal 344 1 370 10 144 0 3 447 143 61
Binary 11100100 1 11111000 1000 1100100 0 11 100100111 1100011 110001

Color Harmonies of #E401F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E401F8

Black with #E401F8

Text Example


Text Example

White with #E401F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E401F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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