Html Css Color HEX #E026FA Psychedelic Purple

📋 copy color: '#E026FA'

red 224 ◦ green 38 ◦ blue 250

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

Shades of Psychedelic Purple #E026FA

Tints of Psychedelic Purple #E026FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 43.75%
G = 7.42%
B = 48.83%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E026FA (or 0xE026FA) is known color: Psychedelic Purple. HEX triplet: E0, 26 and FA. RGB value is (224,38,250). Sum of RGB (Red+Green+Blue) = 224+38+250=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 38 (15.23% from 255 or 7.42% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #E026FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E026FA is #1FD905. Grayscale: #757575. Windows color (decimal): -2087174 or 16393952. OLE color: 16393952.

HSL color Cylindrical-coordinate representation of color #E026FA: hue angle of 292.64º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E026FA is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 38 250 -
CMYK 0.10 0.85 0 0.02
HSL 292.64º 0.95% 0.56% -
HSV(B) 292.64º 0.85% 0.98% -
XYZ 48.69 24.14 92.53 -
YUV 117.78 202.62 203.76 -
System Red Green Blue C M Y K H S L
Decimal 224 38 250 0.10 0.85 0 0.02 292.64 0.95 0.56
Hex E0 26 FA A 55 0 2 125 5F 38
Octal 340 46 372 12 125 0 2 445 137 70
Binary 11100000 100110 11111010 1010 1010101 0 10 100100101 1011111 111000

Color Harmonies of #E026FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E026FA

Black with #E026FA

Text Example


Text Example

White with #E026FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E026FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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