Html Css Color HEX #E026FC Psychedelic Purple

📋 copy color: '#E026FC'

red 224 ◦ green 38 ◦ blue 252

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

Shades of Psychedelic Purple #E026FC

Tints of Psychedelic Purple #E026FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 43.58%
G = 7.39%
B = 49.03%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E026FC (or 0xE026FC) is known color: Psychedelic Purple. HEX triplet: E0, 26 and FC. RGB value is (224,38,252). Sum of RGB (Red+Green+Blue) = 224+38+252=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 38 (15.23% from 255 or 7.39% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #E026FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E026FC is #1FD903. Grayscale: #757575. Windows color (decimal): -2087172 or 16525024. OLE color: 16525024.

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

Color convert

RGB 224 38 252 -
CMYK 0.11 0.85 0 0.01
HSL 292.15º 0.97% 0.57% -
HSV(B) 292.15º 0.85% 0.99% -
XYZ 49 24.26 94.2 -
YUV 118.01 203.62 203.6 -
System Red Green Blue C M Y K H S L
Decimal 224 38 252 0.11 0.85 0 0.01 292.15 0.97 0.57
Hex E0 26 FC B 55 0 1 124 61 39
Octal 340 46 374 13 125 0 1 444 141 71
Binary 11100000 100110 11111100 1011 1010101 0 1 100100100 1100001 111001

Color Harmonies of #E026FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E026FC

Black with #E026FC

Text Example


Text Example

White with #E026FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E026FC; }

 p { color: rgb(224,38,252); }

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

background-color css

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

 a { background-color: rgb(224,38,252); }

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

border-color css

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

 span { border-color: rgb(224,38,252); }

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