Html Css Color HEX #E519FC Psychedelic Purple

📋 copy color: '#E519FC'

red 229 ◦ green 25 ◦ blue 252

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

Shades of Psychedelic Purple #E519FC

Tints of Psychedelic Purple #E519FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 45.26%
G = 4.94%
B = 49.8%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E519FC (or 0xE519FC) is known color: Psychedelic Purple. HEX triplet: E5, 19 and FC. RGB value is (229,25,252). Sum of RGB (Red+Green+Blue) = 229+25+252=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 25 (10.16% from 255 or 4.94% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #E519FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E519FC is #1AE603. Grayscale: #6F6F6F. Windows color (decimal): -1762820 or 16521701. OLE color: 16521701.

HSL color Cylindrical-coordinate representation of color #E519FC: hue angle of 293.92º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E519FC is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 25 252 -
CMYK 0.09 0.90 0 0.01
HSL 293.92º 0.97% 0.54% -
HSV(B) 293.92º 0.9% 0.99% -
XYZ 50.23 24.38 94.15 -
YUV 111.87 207.09 211.54 -
System Red Green Blue C M Y K H S L
Decimal 229 25 252 0.09 0.90 0 0.01 293.92 0.97 0.54
Hex E5 19 FC 9 5A 0 1 126 61 36
Octal 345 31 374 11 132 0 1 446 141 66
Binary 11100101 11001 11111100 1001 1011010 0 1 100100110 1100001 110110

Color Harmonies of #E519FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E519FC

Black with #E519FC

Text Example


Text Example

White with #E519FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E519FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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