Html Css Color HEX #E523FC Psychedelic Purple

📋 copy color: '#E523FC'

red 229 ◦ green 35 ◦ blue 252

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

Shades of Psychedelic Purple #E523FC

Tints of Psychedelic Purple #E523FC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 6.78%

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

R = 44.38%
G = 6.78%
B = 48.84%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E523FC (or 0xE523FC) is known color: Psychedelic Purple. HEX triplet: E5, 23 and FC. RGB value is (229,35,252). Sum of RGB (Red+Green+Blue) = 229+35+252=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 35 (14.06% from 255 or 6.78% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #E523FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E523FC is #1ADC03. Grayscale: #757575. Windows color (decimal): -1760260 or 16524261. OLE color: 16524261.

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

Color convert

RGB 229 35 252 -
CMYK 0.09 0.86 0 0.01
HSL 293.64º 0.97% 0.56% -
HSV(B) 293.64º 0.86% 0.99% -
XYZ 50.48 24.89 94.24 -
YUV 117.74 203.77 207.36 -
System Red Green Blue C M Y K H S L
Decimal 229 35 252 0.09 0.86 0 0.01 293.64 0.97 0.56
Hex E5 23 FC 9 56 0 1 126 61 38
Octal 345 43 374 11 126 0 1 446 141 70
Binary 11100101 100011 11111100 1001 1010110 0 1 100100110 1100001 111000

Color Harmonies of #E523FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E523FC

Black with #E523FC

Text Example


Text Example

White with #E523FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E523FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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