Html Css Color HEX #E008FE Psychedelic Purple

📋 copy color: '#E008FE'

red 224 ◦ green 8 ◦ blue 254

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

Shades of Psychedelic Purple #E008FE

Tints of Psychedelic Purple #E008FE

RGB

 RED value IS 224 (87.89% from 255) = 46.09%

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

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

R = 46.09%
G = 1.65%
B = 52.26%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E008FE (or 0xE008FE) is known color: Psychedelic Purple. HEX triplet: E0, 08 and FE. RGB value is (224,8,254). Sum of RGB (Red+Green+Blue) = 224+8+254=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 8 (3.52% from 255 or 1.65% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #E008FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E008FE is #1FF701. Grayscale: #636363. Windows color (decimal): -2094850 or 16648416. OLE color: 16648416.

HSL color Cylindrical-coordinate representation of color #E008FE: hue angle of 292.68º 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 #E008FE is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 8 254 -
CMYK 0.12 0.97 0 0.00
HSL 292.68º 0.99% 0.51% -
HSV(B) 292.68º 0.97% 1% -
XYZ 48.72 23.18 95.67 -
YUV 100.63 214.56 216 -
System Red Green Blue C M Y K H S L
Decimal 224 8 254 0.12 0.97 0 0.00 292.68 0.99 0.51
Hex E0 8 FE C 61 0 0 125 63 33
Octal 340 10 376 14 141 0 0 445 143 63
Binary 11100000 1000 11111110 1100 1100001 0 0 100100101 1100011 110011

Color Harmonies of #E008FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E008FE

Black with #E008FE

Text Example


Text Example

White with #E008FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E008FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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