Html Css Color HEX #E026EE Psychedelic Purple

📋 copy color: '#E026EE'

red 224 ◦ green 38 ◦ blue 238

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

Shades of Psychedelic Purple #E026EE

Tints of Psychedelic Purple #E026EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 44.8%
G = 7.6%
B = 47.6%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E026EE (or 0xE026EE) is known color: Psychedelic Purple. HEX triplet: E0, 26 and EE. RGB value is (224,38,238). Sum of RGB (Red+Green+Blue) = 224+38+238=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 38 (15.23% from 255 or 7.6% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #E026EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E026EE is #1FD911. Grayscale: #737373. Windows color (decimal): -2087186 or 15607520. OLE color: 15607520.

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

Color convert

RGB 224 38 238 -
CMYK 0.06 0.84 0 0.07
HSL 295.8º 0.85% 0.54% -
HSV(B) 295.8º 0.84% 0.93% -
XYZ 46.87 23.41 82.94 -
YUV 116.41 196.62 204.74 -
System Red Green Blue C M Y K H S L
Decimal 224 38 238 0.06 0.84 0 0.07 295.8 0.85 0.54
Hex E0 26 EE 6 54 0 7 128 55 36
Octal 340 46 356 6 124 0 7 450 125 66
Binary 11100000 100110 11101110 110 1010100 0 111 100101000 1010101 110110

Color Harmonies of #E026EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E026EE

Black with #E026EE

Text Example


Text Example

White with #E026EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E026EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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