Html Css Color HEX #E525FC Psychedelic Purple

📋 copy color: '#E525FC'

red 229 ◦ green 37 ◦ blue 252

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

Shades of Psychedelic Purple #E525FC

Tints of Psychedelic Purple #E525FC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.14%

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

R = 44.21%
G = 7.14%
B = 48.65%

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

#E525FC (or 0xE525FC) is known color: Psychedelic Purple. HEX triplet: E5, 25 and FC. RGB value is (229,37,252). Sum of RGB (Red+Green+Blue) = 229+37+252=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 37 (14.84% from 255 or 7.14% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #E525FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E525FC is #1ADA03. Grayscale: #767676. Windows color (decimal): -1759748 or 16524773. OLE color: 16524773.

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

Color convert

RGB 229 37 252 -
CMYK 0.09 0.85 0 0.01
HSL 293.58º 0.97% 0.57% -
HSV(B) 293.58º 0.85% 0.99% -
XYZ 50.55 25.01 94.26 -
YUV 118.92 203.11 206.52 -
System Red Green Blue C M Y K H S L
Decimal 229 37 252 0.09 0.85 0 0.01 293.58 0.97 0.57
Hex E5 25 FC 9 55 0 1 126 61 39
Octal 345 45 374 11 125 0 1 446 141 71
Binary 11100101 100101 11111100 1001 1010101 0 1 100100110 1100001 111001

Color Harmonies of #E525FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525FC

Black with #E525FC

Text Example


Text Example

White with #E525FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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