Html Css Color HEX #E411FE Psychedelic Purple

📋 copy color: '#E411FE'

red 228 ◦ green 17 ◦ blue 254

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

Shades of Psychedelic Purple #E411FE

Tints of Psychedelic Purple #E411FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.41%

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

R = 45.69%
G = 3.41%
B = 50.9%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E411FE (or 0xE411FE) is known color: Psychedelic Purple. HEX triplet: E4, 11 and FE. RGB value is (228,17,254). Sum of RGB (Red+Green+Blue) = 228+17+254=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 17 (7.03% from 255 or 3.41% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #E411FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E411FE is #1BEE01. Grayscale: #6A6A6A. Windows color (decimal): -1830402 or 16650724. OLE color: 16650724.

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

Color convert

RGB 228 17 254 -
CMYK 0.10 0.93 0 0.00
HSL 293.42º 0.99% 0.53% -
HSV(B) 293.42º 0.93% 1% -
XYZ 50.08 24.05 95.77 -
YUV 107.11 210.9 214.23 -
System Red Green Blue C M Y K H S L
Decimal 228 17 254 0.10 0.93 0 0.00 293.42 0.99 0.53
Hex E4 11 FE A 5D 0 0 125 63 35
Octal 344 21 376 12 135 0 0 445 143 65
Binary 11100100 10001 11111110 1010 1011101 0 0 100100101 1100011 110101

Color Harmonies of #E411FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E411FE

Black with #E411FE

Text Example


Text Example

White with #E411FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E411FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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