Html Css Color HEX #E014FA Psychedelic Purple

📋 copy color: '#E014FA'

red 224 ◦ green 20 ◦ blue 250

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

Shades of Psychedelic Purple #E014FA

Tints of Psychedelic Purple #E014FA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.05%

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

R = 45.34%
G = 4.05%
B = 50.61%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E014FA (or 0xE014FA) is known color: Psychedelic Purple. HEX triplet: E0, 14 and FA. RGB value is (224,20,250). Sum of RGB (Red+Green+Blue) = 224+20+250=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 20 (8.20% from 255 or 4.05% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #E014FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E014FA is #1FEB05. Grayscale: #6A6A6A. Windows color (decimal): -2091782 or 16389344. OLE color: 16389344.

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

Color convert

RGB 224 20 250 -
CMYK 0.10 0.92 0 0.02
HSL 293.22º 0.96% 0.53% -
HSV(B) 293.22º 0.92% 0.98% -
XYZ 48.25 23.25 92.39 -
YUV 107.22 208.59 211.3 -
System Red Green Blue C M Y K H S L
Decimal 224 20 250 0.10 0.92 0 0.02 293.22 0.96 0.53
Hex E0 14 FA A 5C 0 2 125 60 35
Octal 340 24 372 12 134 0 2 445 140 65
Binary 11100000 10100 11111010 1010 1011100 0 10 100100101 1100000 110101

Color Harmonies of #E014FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E014FA

Black with #E014FA

Text Example


Text Example

White with #E014FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E014FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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