Html Css Color HEX #E231FE Psychedelic Purple

📋 copy color: '#E231FE'

red 226 ◦ green 49 ◦ blue 254

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

Shades of Psychedelic Purple #E231FE

Tints of Psychedelic Purple #E231FE

RGB

 RED value IS 226 (88.67% from 255) = 42.72%

 GREEN value IS 49 (19.53% from 255) = 9.26%

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

R = 42.72%
G = 9.26%
B = 48.02%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E231FE (or 0xE231FE) is known color: Psychedelic Purple. HEX triplet: E2, 31 and FE. RGB value is (226,49,254). Sum of RGB (Red+Green+Blue) = 226+49+254=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 49 (19.53% from 255 or 9.26% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #E231FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E231FE is #1DCE01. Grayscale: #7C7C7C. Windows color (decimal): -1953282 or 16658914. OLE color: 16658914.

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

Color convert

RGB 226 49 254 -
CMYK 0.11 0.81 0 0.00
HSL 291.8º 0.99% 0.59% -
HSV(B) 291.8º 0.81% 1% -
XYZ 50.35 25.52 96.04 -
YUV 125.29 200.64 199.83 -
System Red Green Blue C M Y K H S L
Decimal 226 49 254 0.11 0.81 0 0.00 291.8 0.99 0.59
Hex E2 31 FE B 51 0 0 124 63 3B
Octal 342 61 376 13 121 0 0 444 143 73
Binary 11100010 110001 11111110 1011 1010001 0 0 100100100 1100011 111011

Color Harmonies of #E231FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E231FE

Black with #E231FE

Text Example


Text Example

White with #E231FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E231FE; }

 p { color: rgb(226,49,254); }

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

background-color css

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

 a { background-color: rgb(226,49,254); }

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

border-color css

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

 span { border-color: rgb(226,49,254); }

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