Html Css Color HEX #E01FEF Psychedelic Purple

📋 copy color: '#E01FEF'

red 224 ◦ green 31 ◦ blue 239

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

Shades of Psychedelic Purple #E01FEF

Tints of Psychedelic Purple #E01FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.28%

 BLUE value IS 239 (93.75% from 255) = 48.38%

R = 45.34%
G = 6.28%
B = 48.38%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E01FEF (or 0xE01FEF) is known color: Psychedelic Purple. HEX triplet: E0, 1F and EF. RGB value is (224,31,239). Sum of RGB (Red+Green+Blue) = 224+31+239=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 31 (12.5% from 255 or 6.28% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #E01FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01FEF is #1FE010. Grayscale: #6F6F6F. Windows color (decimal): -2088977 or 15671264. OLE color: 15671264.

HSL color Cylindrical-coordinate representation of color #E01FEF: hue angle of 295.67º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01FEF is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 31 239 -
CMYK 0.06 0.87 0 0.06
HSL 295.67º 0.87% 0.53% -
HSV(B) 295.67º 0.87% 0.94% -
XYZ 46.81 23.06 83.65 -
YUV 112.42 199.44 207.59 -
System Red Green Blue C M Y K H S L
Decimal 224 31 239 0.06 0.87 0 0.06 295.67 0.87 0.53
Hex E0 1F EF 6 57 0 6 128 57 35
Octal 340 37 357 6 127 0 6 450 127 65
Binary 11100000 11111 11101111 110 1010111 0 110 100101000 1010111 110101

Color Harmonies of #E01FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01FEF

Black with #E01FEF

Text Example


Text Example

White with #E01FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01FEF; }

 p { color: rgb(224,31,239); }

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

background-color css

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

 a { background-color: rgb(224,31,239); }

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

border-color css

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

 span { border-color: rgb(224,31,239); }

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