Html Css Color HEX #E519F2 Psychedelic Purple

📋 copy color: '#E519F2'

red 229 ◦ green 25 ◦ blue 242

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

Shades of Psychedelic Purple #E519F2

Tints of Psychedelic Purple #E519F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.79%

R = 46.17%
G = 5.04%
B = 48.79%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E519F2 (or 0xE519F2) is known color: Psychedelic Purple. HEX triplet: E5, 19 and F2. RGB value is (229,25,242). Sum of RGB (Red+Green+Blue) = 229+25+242=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 25 (10.16% from 255 or 5.04% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #E519F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E519F2 is #1AE60D. Grayscale: #6E6E6E. Windows color (decimal): -1762830 or 15866341. OLE color: 15866341.

HSL color Cylindrical-coordinate representation of color #E519F2: hue angle of 296.41º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E519F2 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 25 242 -
CMYK 0.05 0.90 0 0.05
HSL 296.41º 0.89% 0.52% -
HSV(B) 296.41º 0.9% 0.95% -
XYZ 48.69 23.76 86.03 -
YUV 110.73 202.09 212.36 -
System Red Green Blue C M Y K H S L
Decimal 229 25 242 0.05 0.90 0 0.05 296.41 0.89 0.52
Hex E5 19 F2 5 5A 0 5 128 59 34
Octal 345 31 362 5 132 0 5 450 131 64
Binary 11100101 11001 11110010 101 1011010 0 101 100101000 1011001 110100

Color Harmonies of #E519F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E519F2

Black with #E519F2

Text Example


Text Example

White with #E519F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E519F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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