Html Css Color HEX #E519EA Psychedelic Purple

📋 copy color: '#E519EA'

red 229 ◦ green 25 ◦ blue 234

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

Shades of Psychedelic Purple #E519EA

Tints of Psychedelic Purple #E519EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 46.93%
G = 5.12%
B = 47.95%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E519EA (or 0xE519EA) is known color: Psychedelic Purple. HEX triplet: E5, 19 and EA. RGB value is (229,25,234). Sum of RGB (Red+Green+Blue) = 229+25+234=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #E519EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E519EA is #1AE615. Grayscale: #6D6D6D. Windows color (decimal): -1762838 or 15342053. OLE color: 15342053.

HSL color Cylindrical-coordinate representation of color #E519EA: hue angle of 298.56º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E519EA is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 25 234 -
CMYK 0.02 0.89 0 0.08
HSL 298.56º 0.83% 0.51% -
HSV(B) 298.56º 0.89% 0.92% -
XYZ 47.51 23.29 79.83 -
YUV 109.82 198.09 213.01 -
System Red Green Blue C M Y K H S L
Decimal 229 25 234 0.02 0.89 0 0.08 298.56 0.83 0.51
Hex E5 19 EA 2 59 0 8 12B 53 33
Octal 345 31 352 2 131 0 10 453 123 63
Binary 11100101 11001 11101010 10 1011001 0 1000 100101011 1010011 110011

Color Harmonies of #E519EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E519EA

Black with #E519EA

Text Example


Text Example

White with #E519EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E519EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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