Html Css Color HEX #E11FEF Psychedelic Purple

📋 copy color: '#E11FEF'

red 225 ◦ green 31 ◦ blue 239

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

Shades of Psychedelic Purple #E11FEF

Tints of Psychedelic Purple #E11FEF

RGB

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

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

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

R = 45.45%
G = 6.26%
B = 48.28%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E11FEF (or 0xE11FEF) is known color: Psychedelic Purple. HEX triplet: E1, 1F and EF. RGB value is (225,31,239). Sum of RGB (Red+Green+Blue) = 225+31+239=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 31 (12.5% from 255 or 6.26% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #E11FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11FEF is #1EE010. Grayscale: #707070. Windows color (decimal): -2023441 or 15671265. OLE color: 15671265.

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

Color convert

RGB 225 31 239 -
CMYK 0.06 0.87 0 0.06
HSL 295.96º 0.87% 0.53% -
HSV(B) 295.96º 0.87% 0.94% -
XYZ 47.12 23.22 83.66 -
YUV 112.72 199.27 208.09 -
System Red Green Blue C M Y K H S L
Decimal 225 31 239 0.06 0.87 0 0.06 295.96 0.87 0.53
Hex E1 1F EF 6 57 0 6 128 57 35
Octal 341 37 357 6 127 0 6 450 127 65
Binary 11100001 11111 11101111 110 1010111 0 110 100101000 1010111 110101

Color Harmonies of #E11FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11FEF

Black with #E11FEF

Text Example


Text Example

White with #E11FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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