Html Css Color HEX #E400F6 Psychedelic Purple

📋 copy color: '#E400F6'

red 228 ◦ green 0 ◦ blue 246

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

Shades of Psychedelic Purple #E400F6

Tints of Psychedelic Purple #E400F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.9%

R = 48.1%
G = 0%
B = 51.9%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E400F6 (or 0xE400F6) is known color: Psychedelic Purple. HEX triplet: E4, 00 and F6. RGB value is (228,0,246). Sum of RGB (Red+Green+Blue) = 228+0+246=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #E400F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E400F6 is #1BFF09. Grayscale: #5F5F5F. Windows color (decimal): -1834762 or 16122084. OLE color: 16122084.

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

Color convert

RGB 228 0 246 -
CMYK 0.07 1 0 0.04
HSL 295.61º 1% 0.48% -
HSV(B) 295.61º 1% 0.96% -
XYZ 48.63 23.15 89.09 -
YUV 96.22 212.54 222 -
System Red Green Blue C M Y K H S L
Decimal 228 0 246 0.07 1 0 0.04 295.61 1 0.48
Hex E4 0 F6 7 64 0 4 128 64 30
Octal 344 0 366 7 144 0 4 450 144 60
Binary 11100100 0 11110110 111 1100100 0 100 100101000 1100100 110000

Color Harmonies of #E400F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E400F6

Black with #E400F6

Text Example


Text Example

White with #E400F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E400F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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