Html Css Color HEX #E11FFF Psychedelic Purple

📋 copy color: '#E11FFF'

red 225 ◦ green 31 ◦ blue 255

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

Shades of Psychedelic Purple #E11FFF

Tints of Psychedelic Purple #E11FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.9%

R = 44.03%
G = 6.07%
B = 49.9%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E11FFF (or 0xE11FFF) is known color: Psychedelic Purple. HEX triplet: E1, 1F and FF. RGB value is (225,31,255). Sum of RGB (Red+Green+Blue) = 225+31+255=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 31 (12.5% from 255 or 6.07% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #E11FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11FFF is #1EE000. Grayscale: #717171. Windows color (decimal): -2023425 or 16719841. OLE color: 16719841.

HSL color Cylindrical-coordinate representation of color #E11FFF: hue angle of 291.96º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11FFF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 225 31 255 -
CMYK 0.12 0.88 0 0
HSL 291.96º 1% 0.56% -
HSV(B) 291.96º 0.88% 1% -
XYZ 49.59 24.21 96.67 -
YUV 114.54 207.27 206.79 -
System Red Green Blue C M Y K H S L
Decimal 225 31 255 0.12 0.88 0 0 291.96 1 0.56
Hex E1 1F FF C 58 0 0 124 64 38
Octal 341 37 377 14 130 0 0 444 144 70
Binary 11100001 11111 11111111 1100 1011000 0 0 100100100 1100100 111000

Color Harmonies of #E11FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11FFF

Black with #E11FFF

Text Example


Text Example

White with #E11FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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