Html Css Color HEX #E504FE Psychedelic Purple

📋 copy color: '#E504FE'

red 229 ◦ green 4 ◦ blue 254

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

Shades of Psychedelic Purple #E504FE

Tints of Psychedelic Purple #E504FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.16%

R = 47.02%
G = 0.82%
B = 52.16%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E504FE (or 0xE504FE) is known color: Psychedelic Purple. HEX triplet: E5, 04 and FE. RGB value is (229,4,254). Sum of RGB (Red+Green+Blue) = 229+4+254=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 4 (1.95% from 255 or 0.82% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #E504FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E504FE is #1AFB01. Grayscale: #636363. Windows color (decimal): -1768194 or 16647397. OLE color: 16647397.

HSL color Cylindrical-coordinate representation of color #E504FE: hue angle of 294º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E504FE is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 229 4 254 -
CMYK 0.10 0.98 0 0.00
HSL 294º 0.99% 0.51% -
HSV(B) 294º 0.98% 1% -
XYZ 50.25 23.9 95.73 -
YUV 99.78 215.04 220.17 -
System Red Green Blue C M Y K H S L
Decimal 229 4 254 0.10 0.98 0 0.00 294 0.99 0.51
Hex E5 4 FE A 62 0 0 126 63 33
Octal 345 4 376 12 142 0 0 446 143 63
Binary 11100101 100 11111110 1010 1100010 0 0 100100110 1100011 110011

Color Harmonies of #E504FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504FE

Black with #E504FE

Text Example


Text Example

White with #E504FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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