Html Css Color HEX #E711FE Psychedelic Purple

📋 copy color: '#E711FE'

red 231 ◦ green 17 ◦ blue 254

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

Shades of Psychedelic Purple #E711FE

Tints of Psychedelic Purple #E711FE

RGB

 RED value IS 231 (90.63% from 255) = 46.02%

 GREEN value IS 17 (7.03% from 255) = 3.39%

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 46.02%
G = 3.39%
B = 50.6%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E711FE (or 0xE711FE) is known color: Psychedelic Purple. HEX triplet: E7, 11 and FE. RGB value is (231,17,254). Sum of RGB (Red+Green+Blue) = 231+17+254=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 17 (7.03% from 255 or 3.39% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #E711FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E711FE is #18EE01. Grayscale: #6B6B6B. Windows color (decimal): -1633794 or 16650727. OLE color: 16650727.

HSL color Cylindrical-coordinate representation of color #E711FE: hue angle of 294.18º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711FE is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 231 17 254 -
CMYK 0.09 0.93 0 0.00
HSL 294.18º 0.99% 0.53% -
HSV(B) 294.18º 0.93% 1% -
XYZ 51.04 24.55 95.81 -
YUV 108 210.4 215.73 -
System Red Green Blue C M Y K H S L
Decimal 231 17 254 0.09 0.93 0 0.00 294.18 0.99 0.53
Hex E7 11 FE 9 5D 0 0 126 63 35
Octal 347 21 376 11 135 0 0 446 143 65
Binary 11100111 10001 11111110 1001 1011101 0 0 100100110 1100011 110101

Color Harmonies of #E711FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E711FE

Black with #E711FE

Text Example


Text Example

White with #E711FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E711FE; }

 p { color: rgb(231,17,254); }

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

background-color css

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

 a { background-color: rgb(231,17,254); }

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

border-color css

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

 span { border-color: rgb(231,17,254); }

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