Html Css Color HEX #E404FE Psychedelic Purple

📋 copy color: '#E404FE'

red 228 ◦ green 4 ◦ blue 254

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

Shades of Psychedelic Purple #E404FE

Tints of Psychedelic Purple #E404FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.82%

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 46.91%
G = 0.82%
B = 52.26%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E404FE (or 0xE404FE) is known color: Psychedelic Purple. HEX triplet: E4, 04 and FE. RGB value is (228,4,254). Sum of RGB (Red+Green+Blue) = 228+4+254=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 4 (1.95% from 255 or 0.82% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #E404FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E404FE is #1BFB01. Grayscale: #626262. Windows color (decimal): -1833730 or 16647396. OLE color: 16647396.

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

Color convert

RGB 228 4 254 -
CMYK 0.10 0.98 0 0.00
HSL 293.76º 0.99% 0.51% -
HSV(B) 293.76º 0.98% 1% -
XYZ 49.93 23.74 95.72 -
YUV 99.48 215.21 219.67 -
System Red Green Blue C M Y K H S L
Decimal 228 4 254 0.10 0.98 0 0.00 293.76 0.99 0.51
Hex E4 4 FE A 62 0 0 126 63 33
Octal 344 4 376 12 142 0 0 446 143 63
Binary 11100100 100 11111110 1010 1100010 0 0 100100110 1100011 110011

Color Harmonies of #E404FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E404FE

Black with #E404FE

Text Example


Text Example

White with #E404FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E404FE; }

 p { color: rgb(228,4,254); }

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

background-color css

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

 a { background-color: rgb(228,4,254); }

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

border-color css

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

 span { border-color: rgb(228,4,254); }

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