Html Css Color HEX #E321EF Psychedelic Purple

📋 copy color: '#E321EF'

red 227 ◦ green 33 ◦ blue 239

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

Shades of Psychedelic Purple #E321EF

Tints of Psychedelic Purple #E321EF

RGB

 RED value IS 227 (89.06% from 255) = 45.49%

 GREEN value IS 33 (13.28% from 255) = 6.61%

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

R = 45.49%
G = 6.61%
B = 47.9%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E321EF (or 0xE321EF) is known color: Psychedelic Purple. HEX triplet: E3, 21 and EF. RGB value is (227,33,239). Sum of RGB (Red+Green+Blue) = 227+33+239=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 33 (13.28% from 255 or 6.61% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #E321EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E321EF is #1CDE10. Grayscale: #717171. Windows color (decimal): -1891857 or 15671779. OLE color: 15671779.

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

Color convert

RGB 227 33 239 -
CMYK 0.05 0.86 0 0.06
HSL 296.5º 0.87% 0.53% -
HSV(B) 296.5º 0.86% 0.94% -
XYZ 47.8 23.65 83.71 -
YUV 114.49 198.27 208.25 -
System Red Green Blue C M Y K H S L
Decimal 227 33 239 0.05 0.86 0 0.06 296.5 0.87 0.53
Hex E3 21 EF 5 56 0 6 129 57 35
Octal 343 41 357 5 126 0 6 451 127 65
Binary 11100011 100001 11101111 101 1010110 0 110 100101001 1010111 110101

Color Harmonies of #E321EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E321EF

Black with #E321EF

Text Example


Text Example

White with #E321EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E321EF; }

 p { color: rgb(227,33,239); }

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

background-color css

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

 a { background-color: rgb(227,33,239); }

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

border-color css

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

 span { border-color: rgb(227,33,239); }

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