Html Css Color HEX #E028FE Psychedelic Purple

📋 copy color: '#E028FE'

red 224 ◦ green 40 ◦ blue 254

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

Shades of Psychedelic Purple #E028FE

Tints of Psychedelic Purple #E028FE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.72%

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

R = 43.24%
G = 7.72%
B = 49.03%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E028FE (or 0xE028FE) is known color: Psychedelic Purple. HEX triplet: E0, 28 and FE. RGB value is (224,40,254). Sum of RGB (Red+Green+Blue) = 224+40+254=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 40 (16.02% from 255 or 7.72% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #E028FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E028FE is #1FD701. Grayscale: #767676. Windows color (decimal): -2086658 or 16656608. OLE color: 16656608.

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

Color convert

RGB 224 40 254 -
CMYK 0.12 0.84 0 0.00
HSL 291.59º 0.99% 0.58% -
HSV(B) 291.59º 0.84% 1% -
XYZ 49.39 24.52 95.9 -
YUV 119.41 203.96 202.6 -
System Red Green Blue C M Y K H S L
Decimal 224 40 254 0.12 0.84 0 0.00 291.59 0.99 0.58
Hex E0 28 FE C 54 0 0 124 63 3A
Octal 340 50 376 14 124 0 0 444 143 72
Binary 11100000 101000 11111110 1100 1010100 0 0 100100100 1100011 111010

Color Harmonies of #E028FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028FE

Black with #E028FE

Text Example


Text Example

White with #E028FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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