Html Css Color HEX #E400FF Psychedelic Purple

📋 copy color: '#E400FF'

red 228 ◦ green 0 ◦ blue 255

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

Shades of Psychedelic Purple #E400FF

Tints of Psychedelic Purple #E400FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.8%

R = 47.2%
G = 0%
B = 52.8%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E400FF (or 0xE400FF) is known color: Psychedelic Purple. HEX triplet: E4, 00 and FF. RGB value is (228,0,255). Sum of RGB (Red+Green+Blue) = 228+0+255=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 0 (0.39% from 255 or 0% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #E400FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E400FF is #1BFF00. Grayscale: #606060. Windows color (decimal): -1834753 or 16711908. OLE color: 16711908.

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

Color convert

RGB 228 0 255 -
CMYK 0.11 1 0 0
HSL 293.65º 1% 0.5% -
HSV(B) 293.65º 1% 1% -
XYZ 50.04 23.71 96.55 -
YUV 97.24 217.04 221.27 -
System Red Green Blue C M Y K H S L
Decimal 228 0 255 0.11 1 0 0 293.65 1 0.5
Hex E4 0 FF B 64 0 0 126 64 32
Octal 344 0 377 13 144 0 0 446 144 62
Binary 11100100 0 11111111 1011 1100100 0 0 100100110 1100100 110010

Color Harmonies of #E400FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E400FF

Black with #E400FF

Text Example


Text Example

White with #E400FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E400FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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