Html Css Color HEX #E721EA Psychedelic Purple

📋 copy color: '#E721EA'

red 231 ◦ green 33 ◦ blue 234

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

Shades of Psychedelic Purple #E721EA

Tints of Psychedelic Purple #E721EA

RGB

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

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

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

R = 46.39%
G = 6.63%
B = 46.99%

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

#E721EA (or 0xE721EA) is known color: Psychedelic Purple. HEX triplet: E7, 21 and EA. RGB value is (231,33,234). Sum of RGB (Red+Green+Blue) = 231+33+234=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 33 (13.28% from 255 or 6.63% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #E721EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E721EA is #18DE15. Grayscale: #727272. Windows color (decimal): -1629718 or 15344103. OLE color: 15344103.

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

Color convert

RGB 231 33 234 -
CMYK 0.01 0.86 0 0.08
HSL 299.1º 0.83% 0.52% -
HSV(B) 299.1º 0.86% 0.92% -
XYZ 48.35 24.02 79.93 -
YUV 115.12 195.1 210.66 -
System Red Green Blue C M Y K H S L
Decimal 231 33 234 0.01 0.86 0 0.08 299.1 0.83 0.52
Hex E7 21 EA 1 56 0 8 12B 53 34
Octal 347 41 352 1 126 0 10 453 123 64
Binary 11100111 100001 11101010 1 1010110 0 1000 100101011 1010011 110100

Color Harmonies of #E721EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721EA

Black with #E721EA

Text Example


Text Example

White with #E721EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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