Html Css Color HEX #E426FE Psychedelic Purple

📋 copy color: '#E426FE'

red 228 ◦ green 38 ◦ blue 254

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

Shades of Psychedelic Purple #E426FE

Tints of Psychedelic Purple #E426FE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.31%

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

R = 43.85%
G = 7.31%
B = 48.85%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E426FE (or 0xE426FE) is known color: Psychedelic Purple. HEX triplet: E4, 26 and FE. RGB value is (228,38,254). Sum of RGB (Red+Green+Blue) = 228+38+254=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 38 (15.23% from 255 or 7.31% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #E426FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E426FE is #1BD901. Grayscale: #767676. Windows color (decimal): -1825026 or 16656100. OLE color: 16656100.

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

Color convert

RGB 228 38 254 -
CMYK 0.10 0.85 0 0.00
HSL 292.78º 0.99% 0.57% -
HSV(B) 292.78º 0.85% 1% -
XYZ 50.58 25.04 95.93 -
YUV 119.43 203.95 205.44 -
System Red Green Blue C M Y K H S L
Decimal 228 38 254 0.10 0.85 0 0.00 292.78 0.99 0.57
Hex E4 26 FE A 55 0 0 125 63 39
Octal 344 46 376 12 125 0 0 445 143 71
Binary 11100100 100110 11111110 1010 1010101 0 0 100100101 1100011 111001

Color Harmonies of #E426FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E426FE

Black with #E426FE

Text Example


Text Example

White with #E426FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E426FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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