Html Css Color HEX #E401EA Psychedelic Purple

📋 copy color: '#E401EA'

red 228 ◦ green 1 ◦ blue 234

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

Shades of Psychedelic Purple #E401EA

Tints of Psychedelic Purple #E401EA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 234 (91.8% from 255) = 50.54%

R = 49.24%
G = 0.22%
B = 50.54%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E401EA (or 0xE401EA) is known color: Psychedelic Purple. HEX triplet: E4, 01 and EA. RGB value is (228,1,234). Sum of RGB (Red+Green+Blue) = 228+1+234=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 1 (0.78% from 255 or 0.22% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #E401EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E401EA is #1BFE15. Grayscale: #5E5E5E. Windows color (decimal): -1834518 or 15335908. OLE color: 15335908.

HSL color Cylindrical-coordinate representation of color #E401EA: hue angle of 298.45º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E401EA is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 228 1 234 -
CMYK 0.03 1.00 0 0.08
HSL 298.45º 0.99% 0.46% -
HSV(B) 298.45º 1% 0.92% -
XYZ 46.86 22.46 79.71 -
YUV 95.44 206.21 222.55 -
System Red Green Blue C M Y K H S L
Decimal 228 1 234 0.03 1.00 0 0.08 298.45 0.99 0.46
Hex E4 1 EA 3 64 0 8 12A 63 2E
Octal 344 1 352 3 144 0 10 452 143 56
Binary 11100100 1 11101010 11 1100100 0 1000 100101010 1100011 101110

Color Harmonies of #E401EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E401EA

Black with #E401EA

Text Example


Text Example

White with #E401EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E401EA; }

 p { color: rgb(228,1,234); }

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

background-color css

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

 a { background-color: rgb(228,1,234); }

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

border-color css

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

 span { border-color: rgb(228,1,234); }

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