Html Css Color HEX #E814FC Psychedelic Purple

📋 copy color: '#E814FC'

red 232 ◦ green 20 ◦ blue 252

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

Shades of Psychedelic Purple #E814FC

Tints of Psychedelic Purple #E814FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50%

R = 46.03%
G = 3.97%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E814FC (or 0xE814FC) is known color: Psychedelic Purple. HEX triplet: E8, 14 and FC. RGB value is (232,20,252). Sum of RGB (Red+Green+Blue) = 232+20+252=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 20 (8.20% from 255 or 3.97% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #E814FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E814FC is #17EB03. Grayscale: #6D6D6D. Windows color (decimal): -1567492 or 16520424. OLE color: 16520424.

HSL color Cylindrical-coordinate representation of color #E814FC: hue angle of 294.83º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E814FC is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 20 252 -
CMYK 0.08 0.92 0 0.01
HSL 294.83º 0.97% 0.53% -
HSV(B) 294.83º 0.92% 0.99% -
XYZ 51.1 24.68 94.17 -
YUV 109.84 208.24 215.14 -
System Red Green Blue C M Y K H S L
Decimal 232 20 252 0.08 0.92 0 0.01 294.83 0.97 0.53
Hex E8 14 FC 8 5C 0 1 127 61 35
Octal 350 24 374 10 134 0 1 447 141 65
Binary 11101000 10100 11111100 1000 1011100 0 1 100100111 1100001 110101

Color Harmonies of #E814FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E814FC

Black with #E814FC

Text Example


Text Example

White with #E814FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E814FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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