Html Css Color HEX #E527FC Psychedelic Purple

📋 copy color: '#E527FC'

red 229 ◦ green 39 ◦ blue 252

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

Shades of Psychedelic Purple #E527FC

Tints of Psychedelic Purple #E527FC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.5%

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

R = 44.04%
G = 7.5%
B = 48.46%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E527FC (or 0xE527FC) is known color: Psychedelic Purple. HEX triplet: E5, 27 and FC. RGB value is (229,39,252). Sum of RGB (Red+Green+Blue) = 229+39+252=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 39 (15.62% from 255 or 7.5% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #E527FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E527FC is #1AD803. Grayscale: #777777. Windows color (decimal): -1759236 or 16525285. OLE color: 16525285.

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

Color convert

RGB 229 39 252 -
CMYK 0.09 0.85 0 0.01
HSL 293.52º 0.97% 0.57% -
HSV(B) 293.52º 0.85% 0.99% -
XYZ 50.61 25.14 94.28 -
YUV 120.09 202.45 205.68 -
System Red Green Blue C M Y K H S L
Decimal 229 39 252 0.09 0.85 0 0.01 293.52 0.97 0.57
Hex E5 27 FC 9 55 0 1 126 61 39
Octal 345 47 374 11 125 0 1 446 141 71
Binary 11100101 100111 11111100 1001 1010101 0 1 100100110 1100001 111001

Color Harmonies of #E527FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527FC

Black with #E527FC

Text Example


Text Example

White with #E527FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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