Html Css Color HEX #E505FD Psychedelic Purple

📋 copy color: '#E505FD'

red 229 ◦ green 5 ◦ blue 253

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

Shades of Psychedelic Purple #E505FD

Tints of Psychedelic Purple #E505FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.03%

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

R = 47.02%
G = 1.03%
B = 51.95%

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

#E505FD (or 0xE505FD) is known color: Psychedelic Purple. HEX triplet: E5, 05 and FD. RGB value is (229,5,253). Sum of RGB (Red+Green+Blue) = 229+5+253=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 5 (2.34% from 255 or 1.03% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #E505FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E505FD is #1AFA02. Grayscale: #636363. Windows color (decimal): -1767939 or 16582117. OLE color: 16582117.

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

Color convert

RGB 229 5 253 -
CMYK 0.09 0.98 0 0.01
HSL 294.19º 0.98% 0.51% -
HSV(B) 294.19º 0.98% 0.99% -
XYZ 50.1 23.86 94.89 -
YUV 100.25 214.21 219.83 -
System Red Green Blue C M Y K H S L
Decimal 229 5 253 0.09 0.98 0 0.01 294.19 0.98 0.51
Hex E5 5 FD 9 62 0 1 126 62 33
Octal 345 5 375 11 142 0 1 446 142 63
Binary 11100101 101 11111101 1001 1100010 0 1 100100110 1100010 110011

Color Harmonies of #E505FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505FD

Black with #E505FD

Text Example


Text Example

White with #E505FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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