Html Css Color HEX #E016FE Psychedelic Purple

📋 copy color: '#E016FE'

red 224 ◦ green 22 ◦ blue 254

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

Shades of Psychedelic Purple #E016FE

Tints of Psychedelic Purple #E016FE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.4%

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

R = 44.8%
G = 4.4%
B = 50.8%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E016FE (or 0xE016FE) is known color: Psychedelic Purple. HEX triplet: E0, 16 and FE. RGB value is (224,22,254). Sum of RGB (Red+Green+Blue) = 224+22+254=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 22 (8.98% from 255 or 4.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #E016FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E016FE is #1FE901. Grayscale: #6C6C6C. Windows color (decimal): -2091266 or 16652000. OLE color: 16652000.

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

Color convert

RGB 224 22 254 -
CMYK 0.12 0.91 0 0.00
HSL 292.24º 0.99% 0.54% -
HSV(B) 292.24º 0.91% 1% -
XYZ 48.92 23.58 95.74 -
YUV 108.85 209.92 210.14 -
System Red Green Blue C M Y K H S L
Decimal 224 22 254 0.12 0.91 0 0.00 292.24 0.99 0.54
Hex E0 16 FE C 5B 0 0 124 63 36
Octal 340 26 376 14 133 0 0 444 143 66
Binary 11100000 10110 11111110 1100 1011011 0 0 100100100 1100011 110110

Color Harmonies of #E016FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E016FE

Black with #E016FE

Text Example


Text Example

White with #E016FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E016FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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