Html Css Color HEX #E01FED Psychedelic Purple

📋 copy color: '#E01FED'

red 224 ◦ green 31 ◦ blue 237

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

Shades of Psychedelic Purple #E01FED

Tints of Psychedelic Purple #E01FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 45.53%
G = 6.3%
B = 48.17%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E01FED (or 0xE01FED) is known color: Psychedelic Purple. HEX triplet: E0, 1F and ED. RGB value is (224,31,237). Sum of RGB (Red+Green+Blue) = 224+31+237=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 31 (12.5% from 255 or 6.30% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #E01FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01FED is #1FE012. Grayscale: #6F6F6F. Windows color (decimal): -2088979 or 15540192. OLE color: 15540192.

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

Color convert

RGB 224 31 237 -
CMYK 0.05 0.87 0 0.07
HSL 296.21º 0.85% 0.53% -
HSV(B) 296.21º 0.87% 0.93% -
XYZ 46.52 22.94 82.1 -
YUV 112.19 198.44 207.75 -
System Red Green Blue C M Y K H S L
Decimal 224 31 237 0.05 0.87 0 0.07 296.21 0.85 0.53
Hex E0 1F ED 5 57 0 7 128 55 35
Octal 340 37 355 5 127 0 7 450 125 65
Binary 11100000 11111 11101101 101 1010111 0 111 100101000 1010101 110101

Color Harmonies of #E01FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01FED

Black with #E01FED

Text Example


Text Example

White with #E01FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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