Html Css Color HEX #E01EFA Psychedelic Purple

📋 copy color: '#E01EFA'

red 224 ◦ green 30 ◦ blue 250

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

Shades of Psychedelic Purple #E01EFA

Tints of Psychedelic Purple #E01EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.95%

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 44.44%
G = 5.95%
B = 49.6%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E01EFA (or 0xE01EFA) is known color: Psychedelic Purple. HEX triplet: E0, 1E and FA. RGB value is (224,30,250). Sum of RGB (Red+Green+Blue) = 224+30+250=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 30 (12.11% from 255 or 5.95% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #E01EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01EFA is #1FE105. Grayscale: #707070. Windows color (decimal): -2089222 or 16391904. OLE color: 16391904.

HSL color Cylindrical-coordinate representation of color #E01EFA: hue angle of 292.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01EFA is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 30 250 -
CMYK 0.10 0.88 0 0.02
HSL 292.91º 0.96% 0.55% -
HSV(B) 292.91º 0.88% 0.98% -
XYZ 48.46 23.68 92.46 -
YUV 113.09 205.27 207.11 -
System Red Green Blue C M Y K H S L
Decimal 224 30 250 0.10 0.88 0 0.02 292.91 0.96 0.55
Hex E0 1E FA A 58 0 2 125 60 37
Octal 340 36 372 12 130 0 2 445 140 67
Binary 11100000 11110 11111010 1010 1011000 0 10 100100101 1100000 110111

Color Harmonies of #E01EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01EFA

Black with #E01EFA

Text Example


Text Example

White with #E01EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01EFA; }

 p { color: rgb(224,30,250); }

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

background-color css

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

 a { background-color: rgb(224,30,250); }

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

border-color css

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

 span { border-color: rgb(224,30,250); }

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