Html Css Color HEX #E026EF Psychedelic Purple

📋 copy color: '#E026EF'

red 224 ◦ green 38 ◦ blue 239

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

Shades of Psychedelic Purple #E026EF

Tints of Psychedelic Purple #E026EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 44.71%
G = 7.58%
B = 47.7%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E026EF (or 0xE026EF) is known color: Psychedelic Purple. HEX triplet: E0, 26 and EF. RGB value is (224,38,239). Sum of RGB (Red+Green+Blue) = 224+38+239=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 38 (15.23% from 255 or 7.58% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #E026EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E026EF is #1FD910. Grayscale: #737373. Windows color (decimal): -2087185 or 15673056. OLE color: 15673056.

HSL color Cylindrical-coordinate representation of color #E026EF: hue angle of 295.52º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E026EF is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 38 239 -
CMYK 0.06 0.84 0 0.06
HSL 295.52º 0.86% 0.54% -
HSV(B) 295.52º 0.84% 0.94% -
XYZ 47.01 23.47 83.71 -
YUV 116.53 197.12 204.66 -
System Red Green Blue C M Y K H S L
Decimal 224 38 239 0.06 0.84 0 0.06 295.52 0.86 0.54
Hex E0 26 EF 6 54 0 6 128 56 36
Octal 340 46 357 6 124 0 6 450 126 66
Binary 11100000 100110 11101111 110 1010100 0 110 100101000 1010110 110110

Color Harmonies of #E026EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E026EF

Black with #E026EF

Text Example


Text Example

White with #E026EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E026EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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