Html Css Color HEX #E521FC Psychedelic Purple

📋 copy color: '#E521FC'

red 229 ◦ green 33 ◦ blue 252

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

Shades of Psychedelic Purple #E521FC

Tints of Psychedelic Purple #E521FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 44.55%
G = 6.42%
B = 49.03%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E521FC (or 0xE521FC) is known color: Psychedelic Purple. HEX triplet: E5, 21 and FC. RGB value is (229,33,252). Sum of RGB (Red+Green+Blue) = 229+33+252=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 33 (13.28% from 255 or 6.42% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #E521FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E521FC is #1ADE03. Grayscale: #737373. Windows color (decimal): -1760772 or 16523749. OLE color: 16523749.

HSL color Cylindrical-coordinate representation of color #E521FC: hue angle of 293.7º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E521FC is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 33 252 -
CMYK 0.09 0.87 0 0.01
HSL 293.7º 0.97% 0.56% -
HSV(B) 293.7º 0.87% 0.99% -
XYZ 50.43 24.77 94.22 -
YUV 116.57 204.43 208.19 -
System Red Green Blue C M Y K H S L
Decimal 229 33 252 0.09 0.87 0 0.01 293.7 0.97 0.56
Hex E5 21 FC 9 57 0 1 126 61 38
Octal 345 41 374 11 127 0 1 446 141 70
Binary 11100101 100001 11111100 1001 1010111 0 1 100100110 1100001 111000

Color Harmonies of #E521FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521FC

Black with #E521FC

Text Example


Text Example

White with #E521FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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