Html Css Color HEX #E521FA Psychedelic Purple

📋 copy color: '#E521FA'

red 229 ◦ green 33 ◦ blue 250

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

Shades of Psychedelic Purple #E521FA

Tints of Psychedelic Purple #E521FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.45%

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

R = 44.73%
G = 6.45%
B = 48.83%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E521FA (or 0xE521FA) is known color: Psychedelic Purple. HEX triplet: E5, 21 and FA. RGB value is (229,33,250). Sum of RGB (Red+Green+Blue) = 229+33+250=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 33 (13.28% from 255 or 6.45% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #E521FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E521FA is #1ADE05. Grayscale: #737373. Windows color (decimal): -1760774 or 16392677. OLE color: 16392677.

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

Color convert

RGB 229 33 250 -
CMYK 0.08 0.87 0 0.02
HSL 294.19º 0.96% 0.55% -
HSV(B) 294.19º 0.87% 0.98% -
XYZ 50.11 24.65 92.56 -
YUV 116.34 203.43 208.36 -
System Red Green Blue C M Y K H S L
Decimal 229 33 250 0.08 0.87 0 0.02 294.19 0.96 0.55
Hex E5 21 FA 8 57 0 2 126 60 37
Octal 345 41 372 10 127 0 2 446 140 67
Binary 11100101 100001 11111010 1000 1010111 0 10 100100110 1100000 110111

Color Harmonies of #E521FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521FA

Black with #E521FA

Text Example


Text Example

White with #E521FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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