Html Css Color HEX #E505FF Psychedelic Purple

📋 copy color: '#E505FF'

red 229 ◦ green 5 ◦ blue 255

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

Shades of Psychedelic Purple #E505FF

Tints of Psychedelic Purple #E505FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.15%

R = 46.83%
G = 1.02%
B = 52.15%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E505FF (or 0xE505FF) is known color: Psychedelic Purple. HEX triplet: E5, 05 and FF. RGB value is (229,5,255). Sum of RGB (Red+Green+Blue) = 229+5+255=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 5 (2.34% from 255 or 1.02% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #E505FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E505FF is #1AFA00. Grayscale: #636363. Windows color (decimal): -1767937 or 16713189. OLE color: 16713189.

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

Color convert

RGB 229 5 255 -
CMYK 0.10 0.98 0 0
HSL 293.76º 1% 0.51% -
HSV(B) 293.76º 0.98% 1% -
XYZ 50.42 23.99 96.58 -
YUV 100.48 215.21 219.67 -
System Red Green Blue C M Y K H S L
Decimal 229 5 255 0.10 0.98 0 0 293.76 1 0.51
Hex E5 5 FF A 62 0 0 126 64 33
Octal 345 5 377 12 142 0 0 446 144 63
Binary 11100101 101 11111111 1010 1100010 0 0 100100110 1100100 110011

Color Harmonies of #E505FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505FF

Black with #E505FF

Text Example


Text Example

White with #E505FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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