Html Css Color HEX #E508FF Psychedelic Purple

📋 copy color: '#E508FF'

red 229 ◦ green 8 ◦ blue 255

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

Shades of Psychedelic Purple #E508FF

Tints of Psychedelic Purple #E508FF

RGB

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

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

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

R = 46.54%
G = 1.63%
B = 51.83%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E508FF (or 0xE508FF) is known color: Psychedelic Purple. HEX triplet: E5, 08 and FF. RGB value is (229,8,255). Sum of RGB (Red+Green+Blue) = 229+8+255=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 8 (3.52% from 255 or 1.63% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #E508FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E508FF is #1AF700. Grayscale: #656565. Windows color (decimal): -1767169 or 16713957. OLE color: 16713957.

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

Color convert

RGB 229 8 255 -
CMYK 0.10 0.97 0 0
HSL 293.68º 1% 0.52% -
HSV(B) 293.68º 0.97% 1% -
XYZ 50.45 24.05 96.59 -
YUV 102.24 214.22 218.42 -
System Red Green Blue C M Y K H S L
Decimal 229 8 255 0.10 0.97 0 0 293.68 1 0.52
Hex E5 8 FF A 61 0 0 126 64 34
Octal 345 10 377 12 141 0 0 446 144 64
Binary 11100101 1000 11111111 1010 1100001 0 0 100100110 1100100 110100

Color Harmonies of #E508FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E508FF

Black with #E508FF

Text Example


Text Example

White with #E508FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E508FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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