Html Css Color HEX #E508FE Psychedelic Purple

📋 copy color: '#E508FE'

red 229 ◦ green 8 ◦ blue 254

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

Shades of Psychedelic Purple #E508FE

Tints of Psychedelic Purple #E508FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 46.64%
G = 1.63%
B = 51.73%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E508FE (or 0xE508FE) is known color: Psychedelic Purple. HEX triplet: E5, 08 and FE. RGB value is (229,8,254). Sum of RGB (Red+Green+Blue) = 229+8+254=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 8 (3.52% from 255 or 1.63% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #E508FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E508FE is #1AF701. Grayscale: #656565. Windows color (decimal): -1767170 or 16648421. OLE color: 16648421.

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

Color convert

RGB 229 8 254 -
CMYK 0.10 0.97 0 0.00
HSL 293.9º 0.99% 0.51% -
HSV(B) 293.9º 0.97% 1% -
XYZ 50.29 23.99 95.75 -
YUV 102.12 213.72 218.5 -
System Red Green Blue C M Y K H S L
Decimal 229 8 254 0.10 0.97 0 0.00 293.9 0.99 0.51
Hex E5 8 FE A 61 0 0 126 63 33
Octal 345 10 376 12 141 0 0 446 143 63
Binary 11100101 1000 11111110 1010 1100001 0 0 100100110 1100011 110011

Color Harmonies of #E508FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E508FE

Black with #E508FE

Text Example


Text Example

White with #E508FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E508FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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