Html Css Color HEX #E504FD Psychedelic Purple

📋 copy color: '#E504FD'

red 229 ◦ green 4 ◦ blue 253

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

Shades of Psychedelic Purple #E504FD

Tints of Psychedelic Purple #E504FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.06%

R = 47.12%
G = 0.82%
B = 52.06%

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

#E504FD (or 0xE504FD) is known color: Psychedelic Purple. HEX triplet: E5, 04 and FD. RGB value is (229,4,253). Sum of RGB (Red+Green+Blue) = 229+4+253=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 4 (1.95% from 255 or 0.82% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #E504FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E504FD is #1AFB02. Grayscale: #626262. Windows color (decimal): -1768195 or 16581861. OLE color: 16581861.

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

Color convert

RGB 229 4 253 -
CMYK 0.09 0.98 0 0.01
HSL 294.22º 0.98% 0.5% -
HSV(B) 294.22º 0.98% 0.99% -
XYZ 50.09 23.84 94.89 -
YUV 99.66 214.54 220.25 -
System Red Green Blue C M Y K H S L
Decimal 229 4 253 0.09 0.98 0 0.01 294.22 0.98 0.5
Hex E5 4 FD 9 62 0 1 126 62 32
Octal 345 4 375 11 142 0 1 446 142 62
Binary 11100101 100 11111101 1001 1100010 0 1 100100110 1100010 110010

Color Harmonies of #E504FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504FD

Black with #E504FD

Text Example


Text Example

White with #E504FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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