Html Css Color HEX #E015FE Psychedelic Purple

📋 copy color: '#E015FE'

red 224 ◦ green 21 ◦ blue 254

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

Shades of Psychedelic Purple #E015FE

Tints of Psychedelic Purple #E015FE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.21%

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

R = 44.89%
G = 4.21%
B = 50.9%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E015FE (or 0xE015FE) is known color: Psychedelic Purple. HEX triplet: E0, 15 and FE. RGB value is (224,21,254). Sum of RGB (Red+Green+Blue) = 224+21+254=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 21 (8.59% from 255 or 4.21% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #E015FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E015FE is #1FEA01. Grayscale: #6B6B6B. Windows color (decimal): -2091522 or 16651744. OLE color: 16651744.

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

Color convert

RGB 224 21 254 -
CMYK 0.12 0.92 0 0.00
HSL 292.27º 0.99% 0.54% -
HSV(B) 292.27º 0.92% 1% -
XYZ 48.9 23.54 95.73 -
YUV 108.26 210.25 210.55 -
System Red Green Blue C M Y K H S L
Decimal 224 21 254 0.12 0.92 0 0.00 292.27 0.99 0.54
Hex E0 15 FE C 5C 0 0 124 63 36
Octal 340 25 376 14 134 0 0 444 143 66
Binary 11100000 10101 11111110 1100 1011100 0 0 100100100 1100011 110110

Color Harmonies of #E015FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015FE

Black with #E015FE

Text Example


Text Example

White with #E015FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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