Html Css Color HEX #E524FC Psychedelic Purple

📋 copy color: '#E524FC'

red 229 ◦ green 36 ◦ blue 252

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

Shades of Psychedelic Purple #E524FC

Tints of Psychedelic Purple #E524FC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 6.96%

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

R = 44.29%
G = 6.96%
B = 48.74%

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

#E524FC (or 0xE524FC) is known color: Psychedelic Purple. HEX triplet: E5, 24 and FC. RGB value is (229,36,252). Sum of RGB (Red+Green+Blue) = 229+36+252=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 36 (14.45% from 255 or 6.96% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #E524FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E524FC is #1ADB03. Grayscale: #757575. Windows color (decimal): -1760004 or 16524517. OLE color: 16524517.

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

Color convert

RGB 229 36 252 -
CMYK 0.09 0.86 0 0.01
HSL 293.61º 0.97% 0.56% -
HSV(B) 293.61º 0.86% 0.99% -
XYZ 50.51 24.95 94.25 -
YUV 118.33 203.44 206.94 -
System Red Green Blue C M Y K H S L
Decimal 229 36 252 0.09 0.86 0 0.01 293.61 0.97 0.56
Hex E5 24 FC 9 56 0 1 126 61 38
Octal 345 44 374 11 126 0 1 446 141 70
Binary 11100101 100100 11111100 1001 1010110 0 1 100100110 1100001 111000

Color Harmonies of #E524FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524FC

Black with #E524FC

Text Example


Text Example

White with #E524FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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