Html Css Color HEX #E516FA Psychedelic Purple

📋 copy color: '#E516FA'

red 229 ◦ green 22 ◦ blue 250

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

Shades of Psychedelic Purple #E516FA

Tints of Psychedelic Purple #E516FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.39%

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

R = 45.71%
G = 4.39%
B = 49.9%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E516FA (or 0xE516FA) is known color: Psychedelic Purple. HEX triplet: E5, 16 and FA. RGB value is (229,22,250). Sum of RGB (Red+Green+Blue) = 229+22+250=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 22 (8.98% from 255 or 4.39% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #E516FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E516FA is #1AE905. Grayscale: #6D6D6D. Windows color (decimal): -1763590 or 16389861. OLE color: 16389861.

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

Color convert

RGB 229 22 250 -
CMYK 0.08 0.91 0 0.02
HSL 294.47º 0.96% 0.53% -
HSV(B) 294.47º 0.91% 0.98% -
XYZ 49.86 24.13 92.47 -
YUV 109.89 207.08 212.96 -
System Red Green Blue C M Y K H S L
Decimal 229 22 250 0.08 0.91 0 0.02 294.47 0.96 0.53
Hex E5 16 FA 8 5B 0 2 126 60 35
Octal 345 26 372 10 133 0 2 446 140 65
Binary 11100101 10110 11111010 1000 1011011 0 10 100100110 1100000 110101

Color Harmonies of #E516FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E516FA

Black with #E516FA

Text Example


Text Example

White with #E516FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E516FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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