Html Css Color HEX #E814F7 Psychedelic Purple

📋 copy color: '#E814F7'

red 232 ◦ green 20 ◦ blue 247

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

Shades of Psychedelic Purple #E814F7

Tints of Psychedelic Purple #E814F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.5%

R = 46.49%
G = 4.01%
B = 49.5%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E814F7 (or 0xE814F7) is known color: Psychedelic Purple. HEX triplet: E8, 14 and F7. RGB value is (232,20,247). Sum of RGB (Red+Green+Blue) = 232+20+247=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 20 (8.20% from 255 or 4.01% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #E814F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E814F7 is #17EB08. Grayscale: #6C6C6C. Windows color (decimal): -1567497 or 16192744. OLE color: 16192744.

HSL color Cylindrical-coordinate representation of color #E814F7: hue angle of 296.04º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E814F7 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 232 20 247 -
CMYK 0.06 0.92 0 0.03
HSL 296.04º 0.93% 0.52% -
HSV(B) 296.04º 0.92% 0.97% -
XYZ 50.32 24.37 90.05 -
YUV 109.27 205.74 215.54 -
System Red Green Blue C M Y K H S L
Decimal 232 20 247 0.06 0.92 0 0.03 296.04 0.93 0.52
Hex E8 14 F7 6 5C 0 3 128 5D 34
Octal 350 24 367 6 134 0 3 450 135 64
Binary 11101000 10100 11110111 110 1011100 0 11 100101000 1011101 110100

Color Harmonies of #E814F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E814F7

Black with #E814F7

Text Example


Text Example

White with #E814F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E814F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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