Html Css Color HEX #E721EF Psychedelic Purple

📋 copy color: '#E721EF'

red 231 ◦ green 33 ◦ blue 239

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

Shades of Psychedelic Purple #E721EF

Tints of Psychedelic Purple #E721EF

RGB

 RED value IS 231 (90.63% from 255) = 45.92%

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

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

R = 45.92%
G = 6.56%
B = 47.51%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E721EF (or 0xE721EF) is known color: Psychedelic Purple. HEX triplet: E7, 21 and EF. RGB value is (231,33,239). Sum of RGB (Red+Green+Blue) = 231+33+239=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 33 (13.28% from 255 or 6.56% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #E721EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E721EF is #18DE10. Grayscale: #737373. Windows color (decimal): -1629713 or 15671783. OLE color: 15671783.

HSL color Cylindrical-coordinate representation of color #E721EF: hue angle of 297.67º 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 #E721EF is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 33 239 -
CMYK 0.03 0.86 0 0.06
HSL 297.67º 0.87% 0.53% -
HSV(B) 297.67º 0.86% 0.94% -
XYZ 49.08 24.31 83.77 -
YUV 115.69 197.6 210.25 -
System Red Green Blue C M Y K H S L
Decimal 231 33 239 0.03 0.86 0 0.06 297.67 0.87 0.53
Hex E7 21 EF 3 56 0 6 12A 57 35
Octal 347 41 357 3 126 0 6 452 127 65
Binary 11100111 100001 11101111 11 1010110 0 110 100101010 1010111 110101

Color Harmonies of #E721EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721EF

Black with #E721EF

Text Example


Text Example

White with #E721EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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