Html Css Color HEX #E023FE Psychedelic Purple

📋 copy color: '#E023FE'

red 224 ◦ green 35 ◦ blue 254

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

Shades of Psychedelic Purple #E023FE

Tints of Psychedelic Purple #E023FE

RGB

 RED value IS 224 (87.89% from 255) = 43.66%

 GREEN value IS 35 (14.06% from 255) = 6.82%

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

R = 43.66%
G = 6.82%
B = 49.51%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E023FE (or 0xE023FE) is known color: Psychedelic Purple. HEX triplet: E0, 23 and FE. RGB value is (224,35,254). Sum of RGB (Red+Green+Blue) = 224+35+254=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 35 (14.06% from 255 or 6.82% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #E023FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E023FE is #1FDC01. Grayscale: #737373. Windows color (decimal): -2087938 or 16655328. OLE color: 16655328.

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

Color convert

RGB 224 35 254 -
CMYK 0.12 0.86 0 0.00
HSL 291.78º 0.99% 0.57% -
HSV(B) 291.78º 0.86% 1% -
XYZ 49.23 24.21 95.84 -
YUV 116.48 205.62 204.69 -
System Red Green Blue C M Y K H S L
Decimal 224 35 254 0.12 0.86 0 0.00 291.78 0.99 0.57
Hex E0 23 FE C 56 0 0 124 63 39
Octal 340 43 376 14 126 0 0 444 143 71
Binary 11100000 100011 11111110 1100 1010110 0 0 100100100 1100011 111001

Color Harmonies of #E023FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E023FE

Black with #E023FE

Text Example


Text Example

White with #E023FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E023FE; }

 p { color: rgb(224,35,254); }

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

background-color css

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

 a { background-color: rgb(224,35,254); }

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

border-color css

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

 span { border-color: rgb(224,35,254); }

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