Html Css Color HEX #E508FA Psychedelic Purple

📋 copy color: '#E508FA'

red 229 ◦ green 8 ◦ blue 250

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

Shades of Psychedelic Purple #E508FA

Tints of Psychedelic Purple #E508FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.64%

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

R = 47.02%
G = 1.64%
B = 51.33%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E508FA (or 0xE508FA) is known color: Psychedelic Purple. HEX triplet: E5, 08 and FA. RGB value is (229,8,250). Sum of RGB (Red+Green+Blue) = 229+8+250=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 8 (3.52% from 255 or 1.64% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #E508FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E508FA is #1AF705. Grayscale: #646464. Windows color (decimal): -1767174 or 16386277. OLE color: 16386277.

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

Color convert

RGB 229 8 250 -
CMYK 0.08 0.97 0 0.02
HSL 294.79º 0.96% 0.51% -
HSV(B) 294.79º 0.97% 0.98% -
XYZ 49.66 23.73 92.41 -
YUV 101.67 211.72 218.82 -
System Red Green Blue C M Y K H S L
Decimal 229 8 250 0.08 0.97 0 0.02 294.79 0.96 0.51
Hex E5 8 FA 8 61 0 2 127 60 33
Octal 345 10 372 10 141 0 2 447 140 63
Binary 11100101 1000 11111010 1000 1100001 0 10 100100111 1100000 110011

Color Harmonies of #E508FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E508FA

Black with #E508FA

Text Example


Text Example

White with #E508FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E508FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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