Html Css Color HEX #E11FEE Psychedelic Purple

📋 copy color: '#E11FEE'

red 225 ◦ green 31 ◦ blue 238

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

Shades of Psychedelic Purple #E11FEE

Tints of Psychedelic Purple #E11FEE

RGB

 RED value IS 225 (88.28% from 255) = 45.55%

 GREEN value IS 31 (12.5% from 255) = 6.28%

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

R = 45.55%
G = 6.28%
B = 48.18%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E11FEE (or 0xE11FEE) is known color: Psychedelic Purple. HEX triplet: E1, 1F and EE. RGB value is (225,31,238). Sum of RGB (Red+Green+Blue) = 225+31+238=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 31 (12.5% from 255 or 6.28% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #E11FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11FEE is #1EE011. Grayscale: #6F6F6F. Windows color (decimal): -2023442 or 15605729. OLE color: 15605729.

HSL color Cylindrical-coordinate representation of color #E11FEE: hue angle of 296.23º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11FEE is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 31 238 -
CMYK 0.05 0.87 0 0.07
HSL 296.23º 0.86% 0.53% -
HSV(B) 296.23º 0.87% 0.93% -
XYZ 46.97 23.16 82.88 -
YUV 112.6 198.77 208.17 -
System Red Green Blue C M Y K H S L
Decimal 225 31 238 0.05 0.87 0 0.07 296.23 0.86 0.53
Hex E1 1F EE 5 57 0 7 128 56 35
Octal 341 37 356 5 127 0 7 450 126 65
Binary 11100001 11111 11101110 101 1010111 0 111 100101000 1010110 110101

Color Harmonies of #E11FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11FEE

Black with #E11FEE

Text Example


Text Example

White with #E11FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11FEE; }

 p { color: rgb(225,31,238); }

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

background-color css

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

 a { background-color: rgb(225,31,238); }

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

border-color css

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

 span { border-color: rgb(225,31,238); }

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