Html Css Color HEX #E511FF Psychedelic Purple

📋 copy color: '#E511FF'

red 229 ◦ green 17 ◦ blue 255

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

Shades of Psychedelic Purple #E511FF

Tints of Psychedelic Purple #E511FF

RGB

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

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

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

R = 45.71%
G = 3.39%
B = 50.9%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E511FF (or 0xE511FF) is known color: Psychedelic Purple. HEX triplet: E5, 11 and FF. RGB value is (229,17,255). Sum of RGB (Red+Green+Blue) = 229+17+255=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 17 (7.03% from 255 or 3.39% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #E511FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E511FF is #1AEE00. Grayscale: #6A6A6A. Windows color (decimal): -1764865 or 16716261. OLE color: 16716261.

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

Color convert

RGB 229 17 255 -
CMYK 0.10 0.93 0 0
HSL 293.45º 1% 0.53% -
HSV(B) 293.45º 0.93% 1% -
XYZ 50.56 24.28 96.63 -
YUV 107.52 211.24 214.65 -
System Red Green Blue C M Y K H S L
Decimal 229 17 255 0.10 0.93 0 0 293.45 1 0.53
Hex E5 11 FF A 5D 0 0 125 64 35
Octal 345 21 377 12 135 0 0 445 144 65
Binary 11100101 10001 11111111 1010 1011101 0 0 100100101 1100100 110101

Color Harmonies of #E511FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E511FF

Black with #E511FF

Text Example


Text Example

White with #E511FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E511FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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