Html Css Color HEX #E005FE Psychedelic Purple

📋 copy color: '#E005FE'

red 224 ◦ green 5 ◦ blue 254

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

Shades of Psychedelic Purple #E005FE

Tints of Psychedelic Purple #E005FE

RGB

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

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

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

R = 46.38%
G = 1.04%
B = 52.59%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E005FE (or 0xE005FE) is known color: Psychedelic Purple. HEX triplet: E0, 05 and FE. RGB value is (224,5,254). Sum of RGB (Red+Green+Blue) = 224+5+254=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 5 (2.34% from 255 or 1.04% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #E005FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005FE is #1FFA01. Grayscale: #626262. Windows color (decimal): -2095618 or 16647648. OLE color: 16647648.

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

Color convert

RGB 224 5 254 -
CMYK 0.12 0.98 0 0.00
HSL 292.77º 0.99% 0.51% -
HSV(B) 292.77º 0.98% 1% -
XYZ 48.68 23.11 95.66 -
YUV 98.87 215.55 217.25 -
System Red Green Blue C M Y K H S L
Decimal 224 5 254 0.12 0.98 0 0.00 292.77 0.99 0.51
Hex E0 5 FE C 62 0 0 125 63 33
Octal 340 5 376 14 142 0 0 445 143 63
Binary 11100000 101 11111110 1100 1100010 0 0 100100101 1100011 110011

Color Harmonies of #E005FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E005FE

Black with #E005FE

Text Example


Text Example

White with #E005FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E005FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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