Html Css Color HEX #E519E2 Psychedelic Purple

📋 copy color: '#E519E2'

red 229 ◦ green 25 ◦ blue 226

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

Shades of Psychedelic Purple #E519E2

Tints of Psychedelic Purple #E519E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.08%

R = 47.71%
G = 5.21%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E519E2 (or 0xE519E2) is known color: Psychedelic Purple. HEX triplet: E5, 19 and E2. RGB value is (229,25,226). Sum of RGB (Red+Green+Blue) = 229+25+226=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 25 (10.16% from 255 or 5.21% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E519E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E519E2 is #1AE61D. Grayscale: #6C6C6C. Windows color (decimal): -1762846 or 14817765. OLE color: 14817765.

HSL color Cylindrical-coordinate representation of color #E519E2: hue angle of 300.88º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E519E2 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 25 226 -
CMYK 0 0.89 0.01 0.10
HSL 300.88º 0.8% 0.5% -
HSV(B) 300.88º 0.89% 0.9% -
XYZ 46.39 22.84 73.92 -
YUV 108.91 194.09 213.66 -
System Red Green Blue C M Y K H S L
Decimal 229 25 226 0 0.89 0.01 0.10 300.88 0.8 0.5
Hex E5 19 E2 0 59 1 A 12D 50 32
Octal 345 31 342 0 131 1 12 455 120 62
Binary 11100101 11001 11100010 0 1011001 1 1010 100101101 1010000 110010

Color Harmonies of #E519E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E519E2

Black with #E519E2

Text Example


Text Example

White with #E519E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E519E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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