Html Css Color HEX #E400F9 Psychedelic Purple

📋 copy color: '#E400F9'

red 228 ◦ green 0 ◦ blue 249

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

Shades of Psychedelic Purple #E400F9

Tints of Psychedelic Purple #E400F9

RGB

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

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

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

R = 47.8%
G = 0%
B = 52.2%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E400F9 (or 0xE400F9) is known color: Psychedelic Purple. HEX triplet: E4, 00 and F9. RGB value is (228,0,249). Sum of RGB (Red+Green+Blue) = 228+0+249=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 0 (0.39% from 255 or 0% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #E400F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E400F9 is #1BFF06. Grayscale: #5F5F5F. Windows color (decimal): -1834759 or 16318692. OLE color: 16318692.

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

Color convert

RGB 228 0 249 -
CMYK 0.08 1 0 0.02
HSL 294.94º 1% 0.49% -
HSV(B) 294.94º 1% 0.98% -
XYZ 49.09 23.33 91.54 -
YUV 96.56 214.04 221.75 -
System Red Green Blue C M Y K H S L
Decimal 228 0 249 0.08 1 0 0.02 294.94 1 0.49
Hex E4 0 F9 8 64 0 2 127 64 31
Octal 344 0 371 10 144 0 2 447 144 61
Binary 11100100 0 11111001 1000 1100100 0 10 100100111 1100100 110001

Color Harmonies of #E400F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E400F9

Black with #E400F9

Text Example


Text Example

White with #E400F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E400F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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