Html Css Color HEX #E720ED Psychedelic Purple

📋 copy color: '#E720ED'

red 231 ◦ green 32 ◦ blue 237

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

Shades of Psychedelic Purple #E720ED

Tints of Psychedelic Purple #E720ED

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.4%

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 46.2%
G = 6.4%
B = 47.4%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E720ED (or 0xE720ED) is known color: Psychedelic Purple. HEX triplet: E7, 20 and ED. RGB value is (231,32,237). Sum of RGB (Red+Green+Blue) = 231+32+237=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 32 (12.89% from 255 or 6.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #E720ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E720ED is #18DF12. Grayscale: #727272. Windows color (decimal): -1629971 or 15540455. OLE color: 15540455.

HSL color Cylindrical-coordinate representation of color #E720ED: hue angle of 298.24º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E720ED is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 32 237 -
CMYK 0.03 0.86 0 0.07
HSL 298.24º 0.85% 0.53% -
HSV(B) 298.24º 0.86% 0.93% -
XYZ 48.76 24.14 82.21 -
YUV 114.87 196.93 210.83 -
System Red Green Blue C M Y K H S L
Decimal 231 32 237 0.03 0.86 0 0.07 298.24 0.85 0.53
Hex E7 20 ED 3 56 0 7 12A 55 35
Octal 347 40 355 3 126 0 7 452 125 65
Binary 11100111 100000 11101101 11 1010110 0 111 100101010 1010101 110101

Color Harmonies of #E720ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720ED

Black with #E720ED

Text Example


Text Example

White with #E720ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720ED; }

 p { color: rgb(231,32,237); }

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

background-color css

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

 a { background-color: rgb(231,32,237); }

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

border-color css

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

 span { border-color: rgb(231,32,237); }

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