Html Css Color HEX #E400F8 Psychedelic Purple

📋 copy color: '#E400F8'

red 228 ◦ green 0 ◦ blue 248

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

Shades of Psychedelic Purple #E400F8

Tints of Psychedelic Purple #E400F8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.9%
G = 0%
B = 52.1%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E400F8 (or 0xE400F8) is known color: Psychedelic Purple. HEX triplet: E4, 00 and F8. RGB value is (228,0,248). Sum of RGB (Red+Green+Blue) = 228+0+248=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 0 (0.39% from 255 or 0% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #E400F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E400F8 is #1BFF07. Grayscale: #5F5F5F. Windows color (decimal): -1834760 or 16253156. OLE color: 16253156.

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

Color convert

RGB 228 0 248 -
CMYK 0.08 1 0 0.03
HSL 295.16º 1% 0.49% -
HSV(B) 295.16º 1% 0.97% -
XYZ 48.94 23.27 90.72 -
YUV 96.44 213.54 221.83 -
System Red Green Blue C M Y K H S L
Decimal 228 0 248 0.08 1 0 0.03 295.16 1 0.49
Hex E4 0 F8 8 64 0 3 127 64 31
Octal 344 0 370 10 144 0 3 447 144 61
Binary 11100100 0 11111000 1000 1100100 0 11 100100111 1100100 110001

Color Harmonies of #E400F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E400F8

Black with #E400F8

Text Example


Text Example

White with #E400F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E400F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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