Html Css Color HEX #E814EF Psychedelic Purple

📋 copy color: '#E814EF'

red 232 ◦ green 20 ◦ blue 239

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

Shades of Psychedelic Purple #E814EF

Tints of Psychedelic Purple #E814EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 47.25%
G = 4.07%
B = 48.68%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E814EF (or 0xE814EF) is known color: Psychedelic Purple. HEX triplet: E8, 14 and EF. RGB value is (232,20,239). Sum of RGB (Red+Green+Blue) = 232+20+239=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 20 (8.20% from 255 or 4.07% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #E814EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E814EF is #17EB10. Grayscale: #6B6B6B. Windows color (decimal): -1567505 or 15668456. OLE color: 15668456.

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

Color convert

RGB 232 20 239 -
CMYK 0.03 0.92 0 0.06
HSL 298.08º 0.87% 0.51% -
HSV(B) 298.08º 0.92% 0.94% -
XYZ 49.11 23.89 83.68 -
YUV 108.35 201.74 216.19 -
System Red Green Blue C M Y K H S L
Decimal 232 20 239 0.03 0.92 0 0.06 298.08 0.87 0.51
Hex E8 14 EF 3 5C 0 6 12A 57 33
Octal 350 24 357 3 134 0 6 452 127 63
Binary 11101000 10100 11101111 11 1011100 0 110 100101010 1010111 110011

Color Harmonies of #E814EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E814EF

Black with #E814EF

Text Example


Text Example

White with #E814EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E814EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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