Html Css Color HEX #E814FF Psychedelic Purple

📋 copy color: '#E814FF'

red 232 ◦ green 20 ◦ blue 255

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

Shades of Psychedelic Purple #E814FF

Tints of Psychedelic Purple #E814FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 45.76%
G = 3.94%
B = 50.3%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E814FF (or 0xE814FF) is known color: Psychedelic Purple. HEX triplet: E8, 14 and FF. RGB value is (232,20,255). Sum of RGB (Red+Green+Blue) = 232+20+255=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 20 (8.20% from 255 or 3.94% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #E814FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E814FF is #17EB00. Grayscale: #6D6D6D. Windows color (decimal): -1567489 or 16717032. OLE color: 16717032.

HSL color Cylindrical-coordinate representation of color #E814FF: hue angle of 294.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E814FF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 232 20 255 -
CMYK 0.09 0.92 0 0
HSL 294.13º 1% 0.54% -
HSV(B) 294.13º 0.92% 1% -
XYZ 51.58 24.88 96.69 -
YUV 110.18 209.74 214.89 -
System Red Green Blue C M Y K H S L
Decimal 232 20 255 0.09 0.92 0 0 294.13 1 0.54
Hex E8 14 FF 9 5C 0 0 126 64 36
Octal 350 24 377 11 134 0 0 446 144 66
Binary 11101000 10100 11111111 1001 1011100 0 0 100100110 1100100 110110

Color Harmonies of #E814FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E814FF

Black with #E814FF

Text Example


Text Example

White with #E814FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E814FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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