Html Css Color HEX #E519FE Psychedelic Purple

📋 copy color: '#E519FE'

red 229 ◦ green 25 ◦ blue 254

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

Shades of Psychedelic Purple #E519FE

Tints of Psychedelic Purple #E519FE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.92%

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

R = 45.08%
G = 4.92%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E519FE (or 0xE519FE) is known color: Psychedelic Purple. HEX triplet: E5, 19 and FE. RGB value is (229,25,254). Sum of RGB (Red+Green+Blue) = 229+25+254=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 25 (10.16% from 255 or 4.92% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #E519FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E519FE is #1AE601. Grayscale: #6F6F6F. Windows color (decimal): -1762818 or 16652773. OLE color: 16652773.

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

Color convert

RGB 229 25 254 -
CMYK 0.10 0.90 0 0.00
HSL 293.45º 0.99% 0.55% -
HSV(B) 293.45º 0.9% 1% -
XYZ 50.55 24.51 95.83 -
YUV 112.1 208.09 211.38 -
System Red Green Blue C M Y K H S L
Decimal 229 25 254 0.10 0.90 0 0.00 293.45 0.99 0.55
Hex E5 19 FE A 5A 0 0 125 63 37
Octal 345 31 376 12 132 0 0 445 143 67
Binary 11100101 11001 11111110 1010 1011010 0 0 100100101 1100011 110111

Color Harmonies of #E519FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E519FE

Black with #E519FE

Text Example


Text Example

White with #E519FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E519FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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