Html Css Color HEX #E404FC Psychedelic Purple

📋 copy color: '#E404FC'

red 228 ◦ green 4 ◦ blue 252

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

Shades of Psychedelic Purple #E404FC

Tints of Psychedelic Purple #E404FC

RGB

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

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

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

R = 47.11%
G = 0.83%
B = 52.07%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E404FC (or 0xE404FC) is known color: Psychedelic Purple. HEX triplet: E4, 04 and FC. RGB value is (228,4,252). Sum of RGB (Red+Green+Blue) = 228+4+252=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 4 (1.95% from 255 or 0.83% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #E404FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E404FC is #1BFB03. Grayscale: #626262. Windows color (decimal): -1833732 or 16516324. OLE color: 16516324.

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

Color convert

RGB 228 4 252 -
CMYK 0.10 0.98 0 0.01
HSL 294.19º 0.98% 0.5% -
HSV(B) 294.19º 0.98% 0.99% -
XYZ 49.61 23.61 94.04 -
YUV 99.25 214.21 219.83 -
System Red Green Blue C M Y K H S L
Decimal 228 4 252 0.10 0.98 0 0.01 294.19 0.98 0.5
Hex E4 4 FC A 62 0 1 126 62 32
Octal 344 4 374 12 142 0 1 446 142 62
Binary 11100100 100 11111100 1010 1100010 0 1 100100110 1100010 110010

Color Harmonies of #E404FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E404FC

Black with #E404FC

Text Example


Text Example

White with #E404FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E404FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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