Html Css Color HEX #E519FA Psychedelic Purple

📋 copy color: '#E519FA'

red 229 ◦ green 25 ◦ blue 250

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

Shades of Psychedelic Purple #E519FA

Tints of Psychedelic Purple #E519FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 45.44%
G = 4.96%
B = 49.6%

CMYK

 C value IS 0.08

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E519FA (or 0xE519FA) is known color: Psychedelic Purple. HEX triplet: E5, 19 and FA. RGB value is (229,25,250). Sum of RGB (Red+Green+Blue) = 229+25+250=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 25 (10.16% from 255 or 4.96% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #E519FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E519FA is #1AE605. Grayscale: #6E6E6E. Windows color (decimal): -1762822 or 16390629. OLE color: 16390629.

HSL color Cylindrical-coordinate representation of color #E519FA: hue angle of 294.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E519FA is Cyan = 0.08, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 25 250 -
CMYK 0.08 0.9 0 0.02
HSL 294.4º 0.96% 0.54% -
HSV(B) 294.4º 0.9% 0.98% -
XYZ 49.92 24.26 92.49 -
YUV 111.65 206.09 211.7 -
System Red Green Blue C M Y K H S L
Decimal 229 25 250 0.08 0.9 0 0.02 294.4 0.96 0.54
Hex E5 19 FA 8 5A 0 2 126 60 36
Octal 345 31 372 10 132 0 2 446 140 66
Binary 11100101 11001 11111010 1000 1011010 0 10 100100110 1100000 110110

Color Harmonies of #E519FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E519FA

Black with #E519FA

Text Example


Text Example

White with #E519FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E519FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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