Html Css Color HEX #E517FF Psychedelic Purple

📋 copy color: '#E517FF'

red 229 ◦ green 23 ◦ blue 255

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

Shades of Psychedelic Purple #E517FF

Tints of Psychedelic Purple #E517FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.54%

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

R = 45.17%
G = 4.54%
B = 50.3%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E517FF (or 0xE517FF) is known color: Psychedelic Purple. HEX triplet: E5, 17 and FF. RGB value is (229,23,255). Sum of RGB (Red+Green+Blue) = 229+23+255=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 23 (9.38% from 255 or 4.54% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #E517FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E517FF is #1AE800. Grayscale: #6E6E6E. Windows color (decimal): -1763329 or 16717797. OLE color: 16717797.

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

Color convert

RGB 229 23 255 -
CMYK 0.10 0.91 0 0
HSL 293.28º 1% 0.55% -
HSV(B) 293.28º 0.91% 1% -
XYZ 50.67 24.49 96.66 -
YUV 111.04 209.25 212.14 -
System Red Green Blue C M Y K H S L
Decimal 229 23 255 0.10 0.91 0 0 293.28 1 0.55
Hex E5 17 FF A 5B 0 0 125 64 37
Octal 345 27 377 12 133 0 0 445 144 67
Binary 11100101 10111 11111111 1010 1011011 0 0 100100101 1100100 110111

Color Harmonies of #E517FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E517FF

Black with #E517FF

Text Example


Text Example

White with #E517FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E517FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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