Html Css Color HEX #E504FC Psychedelic Purple

📋 copy color: '#E504FC'

red 229 ◦ green 4 ◦ blue 252

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

Shades of Psychedelic Purple #E504FC

Tints of Psychedelic Purple #E504FC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.82%

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

R = 47.22%
G = 0.82%
B = 51.96%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E504FC (or 0xE504FC) is known color: Psychedelic Purple. HEX triplet: E5, 04 and FC. RGB value is (229,4,252). Sum of RGB (Red+Green+Blue) = 229+4+252=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 4 (1.95% from 255 or 0.82% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #E504FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E504FC is #1AFB03. Grayscale: #626262. Windows color (decimal): -1768196 or 16516325. OLE color: 16516325.

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

Color convert

RGB 229 4 252 -
CMYK 0.09 0.98 0 0.01
HSL 294.44º 0.98% 0.5% -
HSV(B) 294.44º 0.98% 0.99% -
XYZ 49.93 23.77 94.05 -
YUV 99.55 214.04 220.33 -
System Red Green Blue C M Y K H S L
Decimal 229 4 252 0.09 0.98 0 0.01 294.44 0.98 0.5
Hex E5 4 FC 9 62 0 1 126 62 32
Octal 345 4 374 11 142 0 1 446 142 62
Binary 11100101 100 11111100 1001 1100010 0 1 100100110 1100010 110010

Color Harmonies of #E504FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504FC

Black with #E504FC

Text Example


Text Example

White with #E504FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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