Html Css Color HEX #E013FE Psychedelic Purple

📋 copy color: '#E013FE'

red 224 ◦ green 19 ◦ blue 254

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

Shades of Psychedelic Purple #E013FE

Tints of Psychedelic Purple #E013FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.82%

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

R = 45.07%
G = 3.82%
B = 51.11%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E013FE (or 0xE013FE) is known color: Psychedelic Purple. HEX triplet: E0, 13 and FE. RGB value is (224,19,254). Sum of RGB (Red+Green+Blue) = 224+19+254=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 19 (7.81% from 255 or 3.82% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #E013FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E013FE is #1FEC01. Grayscale: #6A6A6A. Windows color (decimal): -2092034 or 16651232. OLE color: 16651232.

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

Color convert

RGB 224 19 254 -
CMYK 0.12 0.93 0 0.00
HSL 292.34º 0.99% 0.54% -
HSV(B) 292.34º 0.93% 1% -
XYZ 48.86 23.47 95.72 -
YUV 107.09 210.92 211.39 -
System Red Green Blue C M Y K H S L
Decimal 224 19 254 0.12 0.93 0 0.00 292.34 0.99 0.54
Hex E0 13 FE C 5D 0 0 124 63 36
Octal 340 23 376 14 135 0 0 444 143 66
Binary 11100000 10011 11111110 1100 1011101 0 0 100100100 1100011 110110

Color Harmonies of #E013FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E013FE

Black with #E013FE

Text Example


Text Example

White with #E013FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E013FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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