Html Css Color HEX #E505FA Psychedelic Purple

📋 copy color: '#E505FA'

red 229 ◦ green 5 ◦ blue 250

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

Shades of Psychedelic Purple #E505FA

Tints of Psychedelic Purple #E505FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 47.31%
G = 1.03%
B = 51.65%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E505FA (or 0xE505FA) is known color: Psychedelic Purple. HEX triplet: E5, 05 and FA. RGB value is (229,5,250). Sum of RGB (Red+Green+Blue) = 229+5+250=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 5 (2.34% from 255 or 1.03% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #E505FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E505FA is #1AFA05. Grayscale: #636363. Windows color (decimal): -1767942 or 16385509. OLE color: 16385509.

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

Color convert

RGB 229 5 250 -
CMYK 0.08 0.98 0 0.02
HSL 294.86º 0.96% 0.5% -
HSV(B) 294.86º 0.98% 0.98% -
XYZ 49.62 23.67 92.4 -
YUV 99.91 212.71 220.08 -
System Red Green Blue C M Y K H S L
Decimal 229 5 250 0.08 0.98 0 0.02 294.86 0.96 0.5
Hex E5 5 FA 8 62 0 2 127 60 32
Octal 345 5 372 10 142 0 2 447 140 62
Binary 11100101 101 11111010 1000 1100010 0 10 100100111 1100000 110010

Color Harmonies of #E505FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505FA

Black with #E505FA

Text Example


Text Example

White with #E505FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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