Html Css Color HEX #E522FC Psychedelic Purple

📋 copy color: '#E522FC'

red 229 ◦ green 34 ◦ blue 252

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

Shades of Psychedelic Purple #E522FC

Tints of Psychedelic Purple #E522FC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.6%

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

R = 44.47%
G = 6.6%
B = 48.93%

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

#E522FC (or 0xE522FC) is known color: Psychedelic Purple. HEX triplet: E5, 22 and FC. RGB value is (229,34,252). Sum of RGB (Red+Green+Blue) = 229+34+252=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 34 (13.67% from 255 or 6.60% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #E522FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E522FC is #1ADD03. Grayscale: #747474. Windows color (decimal): -1760516 or 16524005. OLE color: 16524005.

HSL color Cylindrical-coordinate representation of color #E522FC: hue angle of 293.67º 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 #E522FC is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 34 252 -
CMYK 0.09 0.87 0 0.01
HSL 293.67º 0.97% 0.56% -
HSV(B) 293.67º 0.87% 0.99% -
XYZ 50.46 24.83 94.23 -
YUV 117.16 204.1 207.77 -
System Red Green Blue C M Y K H S L
Decimal 229 34 252 0.09 0.87 0 0.01 293.67 0.97 0.56
Hex E5 22 FC 9 57 0 1 126 61 38
Octal 345 42 374 11 127 0 1 446 141 70
Binary 11100101 100010 11111100 1001 1010111 0 1 100100110 1100001 111000

Color Harmonies of #E522FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E522FC

Black with #E522FC

Text Example


Text Example

White with #E522FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E522FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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