Html Css Color HEX #E814F9 Psychedelic Purple

📋 copy color: '#E814F9'

red 232 ◦ green 20 ◦ blue 249

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

Shades of Psychedelic Purple #E814F9

Tints of Psychedelic Purple #E814F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.7%

R = 46.31%
G = 3.99%
B = 49.7%

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

#E814F9 (or 0xE814F9) is known color: Psychedelic Purple. HEX triplet: E8, 14 and F9. RGB value is (232,20,249). Sum of RGB (Red+Green+Blue) = 232+20+249=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 20 (8.20% from 255 or 3.99% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #E814F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E814F9 is #17EB06. Grayscale: #6C6C6C. Windows color (decimal): -1567495 or 16323816. OLE color: 16323816.

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

Color convert

RGB 232 20 249 -
CMYK 0.07 0.92 0 0.02
HSL 295.55º 0.95% 0.53% -
HSV(B) 295.55º 0.92% 0.98% -
XYZ 50.63 24.5 91.68 -
YUV 109.49 206.74 215.38 -
System Red Green Blue C M Y K H S L
Decimal 232 20 249 0.07 0.92 0 0.02 295.55 0.95 0.53
Hex E8 14 F9 7 5C 0 2 128 5F 35
Octal 350 24 371 7 134 0 2 450 137 65
Binary 11101000 10100 11111001 111 1011100 0 10 100101000 1011111 110101

Color Harmonies of #E814F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E814F9

Black with #E814F9

Text Example


Text Example

White with #E814F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E814F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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