Html Css Color HEX #E720EE Psychedelic Purple

📋 copy color: '#E720EE'

red 231 ◦ green 32 ◦ blue 238

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

Shades of Psychedelic Purple #E720EE

Tints of Psychedelic Purple #E720EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 46.11%
G = 6.39%
B = 47.5%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E720EE (or 0xE720EE) is known color: Psychedelic Purple. HEX triplet: E7, 20 and EE. RGB value is (231,32,238). Sum of RGB (Red+Green+Blue) = 231+32+238=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #E720EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E720EE is #18DF11. Grayscale: #727272. Windows color (decimal): -1629970 or 15605991. OLE color: 15605991.

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

Color convert

RGB 231 32 238 -
CMYK 0.03 0.87 0 0.07
HSL 297.96º 0.86% 0.53% -
HSV(B) 297.96º 0.87% 0.93% -
XYZ 48.9 24.19 82.98 -
YUV 114.99 197.43 210.75 -
System Red Green Blue C M Y K H S L
Decimal 231 32 238 0.03 0.87 0 0.07 297.96 0.86 0.53
Hex E7 20 EE 3 57 0 7 12A 56 35
Octal 347 40 356 3 127 0 7 452 126 65
Binary 11100111 100000 11101110 11 1010111 0 111 100101010 1010110 110101

Color Harmonies of #E720EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720EE

Black with #E720EE

Text Example


Text Example

White with #E720EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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