Html Css Color HEX #E814FA Psychedelic Purple

📋 copy color: '#E814FA'

red 232 ◦ green 20 ◦ blue 250

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

Shades of Psychedelic Purple #E814FA

Tints of Psychedelic Purple #E814FA

RGB

 RED value IS 232 (91.02% from 255) = 46.22%

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

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

R = 46.22%
G = 3.98%
B = 49.8%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E814FA (or 0xE814FA) is known color: Psychedelic Purple. HEX triplet: E8, 14 and FA. RGB value is (232,20,250). Sum of RGB (Red+Green+Blue) = 232+20+250=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 20 (8.20% from 255 or 3.98% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #E814FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E814FA is #17EB05. Grayscale: #6C6C6C. Windows color (decimal): -1567494 or 16389352. OLE color: 16389352.

HSL color Cylindrical-coordinate representation of color #E814FA: hue angle of 295.3º 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 #E814FA is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 20 250 -
CMYK 0.07 0.92 0 0.02
HSL 295.3º 0.96% 0.53% -
HSV(B) 295.3º 0.92% 0.98% -
XYZ 50.78 24.56 92.51 -
YUV 109.61 207.24 215.3 -
System Red Green Blue C M Y K H S L
Decimal 232 20 250 0.07 0.92 0 0.02 295.3 0.96 0.53
Hex E8 14 FA 7 5C 0 2 127 60 35
Octal 350 24 372 7 134 0 2 447 140 65
Binary 11101000 10100 11111010 111 1011100 0 10 100100111 1100000 110101

Color Harmonies of #E814FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E814FA

Black with #E814FA

Text Example


Text Example

White with #E814FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E814FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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