Html Css Color HEX #E511FE Psychedelic Purple

📋 copy color: '#E511FE'

red 229 ◦ green 17 ◦ blue 254

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

Shades of Psychedelic Purple #E511FE

Tints of Psychedelic Purple #E511FE

RGB

 RED value IS 229 (89.84% from 255) = 45.8%

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

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

R = 45.8%
G = 3.4%
B = 50.8%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E511FE (or 0xE511FE) is known color: Psychedelic Purple. HEX triplet: E5, 11 and FE. RGB value is (229,17,254). Sum of RGB (Red+Green+Blue) = 229+17+254=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #E511FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E511FE is #1AEE01. Grayscale: #6A6A6A. Windows color (decimal): -1764866 or 16650725. OLE color: 16650725.

HSL color Cylindrical-coordinate representation of color #E511FE: hue angle of 293.67º 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 #E511FE is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 229 17 254 -
CMYK 0.10 0.93 0 0.00
HSL 293.67º 0.99% 0.53% -
HSV(B) 293.67º 0.93% 1% -
XYZ 50.4 24.21 95.78 -
YUV 107.41 210.74 214.73 -
System Red Green Blue C M Y K H S L
Decimal 229 17 254 0.10 0.93 0 0.00 293.67 0.99 0.53
Hex E5 11 FE A 5D 0 0 126 63 35
Octal 345 21 376 12 135 0 0 446 143 65
Binary 11100101 10001 11111110 1010 1011101 0 0 100100110 1100011 110101

Color Harmonies of #E511FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E511FE

Black with #E511FE

Text Example


Text Example

White with #E511FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E511FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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