Html Css Color HEX #E01FEC Psychedelic Purple

📋 copy color: '#E01FEC'

red 224 ◦ green 31 ◦ blue 236

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

Shades of Psychedelic Purple #E01FEC

Tints of Psychedelic Purple #E01FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 45.62%
G = 6.31%
B = 48.07%

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

#E01FEC (or 0xE01FEC) is known color: Psychedelic Purple. HEX triplet: E0, 1F and EC. RGB value is (224,31,236). Sum of RGB (Red+Green+Blue) = 224+31+236=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 31 (12.5% from 255 or 6.31% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #E01FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01FEC is #1FE013. Grayscale: #6F6F6F. Windows color (decimal): -2088980 or 15474656. OLE color: 15474656.

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

Color convert

RGB 224 31 236 -
CMYK 0.05 0.87 0 0.07
HSL 296.49º 0.84% 0.52% -
HSV(B) 296.49º 0.87% 0.93% -
XYZ 46.37 22.88 81.33 -
YUV 112.08 197.94 207.83 -
System Red Green Blue C M Y K H S L
Decimal 224 31 236 0.05 0.87 0 0.07 296.49 0.84 0.52
Hex E0 1F EC 5 57 0 7 128 54 34
Octal 340 37 354 5 127 0 7 450 124 64
Binary 11100000 11111 11101100 101 1010111 0 111 100101000 1010100 110100

Color Harmonies of #E01FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01FEC

Black with #E01FEC

Text Example


Text Example

White with #E01FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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