Html Css Color HEX #E720EA Psychedelic Purple

📋 copy color: '#E720EA'

red 231 ◦ green 32 ◦ blue 234

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

Shades of Psychedelic Purple #E720EA

Tints of Psychedelic Purple #E720EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 46.48%
G = 6.44%
B = 47.08%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E720EA (or 0xE720EA) is known color: Psychedelic Purple. HEX triplet: E7, 20 and EA. RGB value is (231,32,234). Sum of RGB (Red+Green+Blue) = 231+32+234=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 32 (12.89% from 255 or 6.44% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #E720EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E720EA is #18DF15. Grayscale: #717171. Windows color (decimal): -1629974 or 15343847. OLE color: 15343847.

HSL color Cylindrical-coordinate representation of color #E720EA: hue angle of 299.11º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E720EA is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 32 234 -
CMYK 0.01 0.86 0 0.08
HSL 299.11º 0.83% 0.52% -
HSV(B) 299.11º 0.86% 0.92% -
XYZ 48.32 23.96 79.92 -
YUV 114.53 195.43 211.07 -
System Red Green Blue C M Y K H S L
Decimal 231 32 234 0.01 0.86 0 0.08 299.11 0.83 0.52
Hex E7 20 EA 1 56 0 8 12B 53 34
Octal 347 40 352 1 126 0 10 453 123 64
Binary 11100111 100000 11101010 1 1010110 0 1000 100101011 1010011 110100

Color Harmonies of #E720EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720EA

Black with #E720EA

Text Example


Text Example

White with #E720EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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