Html Css Color HEX #E400FC Psychedelic Purple

📋 copy color: '#E400FC'

red 228 ◦ green 0 ◦ blue 252

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

Shades of Psychedelic Purple #E400FC

Tints of Psychedelic Purple #E400FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.5%

R = 47.5%
G = 0%
B = 52.5%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E400FC (or 0xE400FC) is known color: Psychedelic Purple. HEX triplet: E4, 00 and FC. RGB value is (228,0,252). Sum of RGB (Red+Green+Blue) = 228+0+252=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 0 (0.39% from 255 or 0% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #E400FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E400FC is #1BFF03. Grayscale: #606060. Windows color (decimal): -1834756 or 16515300. OLE color: 16515300.

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

Color convert

RGB 228 0 252 -
CMYK 0.10 1 0 0.01
HSL 294.29º 1% 0.49% -
HSV(B) 294.29º 1% 0.99% -
XYZ 49.57 23.52 94.02 -
YUV 96.9 215.54 221.51 -
System Red Green Blue C M Y K H S L
Decimal 228 0 252 0.10 1 0 0.01 294.29 1 0.49
Hex E4 0 FC A 64 0 1 126 64 31
Octal 344 0 374 12 144 0 1 446 144 61
Binary 11100100 0 11111100 1010 1100100 0 1 100100110 1100100 110001

Color Harmonies of #E400FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E400FC

Black with #E400FC

Text Example


Text Example

White with #E400FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E400FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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