Html Css Color HEX #E201EA Psychedelic Purple

📋 copy color: '#E201EA'

red 226 ◦ green 1 ◦ blue 234

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

Shades of Psychedelic Purple #E201EA

Tints of Psychedelic Purple #E201EA

RGB

 RED value IS 226 (88.67% from 255) = 49.02%

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 49.02%
G = 0.22%
B = 50.76%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E201EA (or 0xE201EA) is known color: Psychedelic Purple. HEX triplet: E2, 01 and EA. RGB value is (226,1,234). Sum of RGB (Red+Green+Blue) = 226+1+234=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 1 (0.78% from 255 or 0.22% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #E201EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E201EA is #1DFE15. Grayscale: #5E5E5E. Windows color (decimal): -1965590 or 15335906. OLE color: 15335906.

HSL color Cylindrical-coordinate representation of color #E201EA: hue angle of 297.94º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E201EA is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 1 234 -
CMYK 0.03 1.00 0 0.08
HSL 297.94º 0.99% 0.46% -
HSV(B) 297.94º 1% 0.92% -
XYZ 46.23 22.13 79.68 -
YUV 94.84 206.54 221.55 -
System Red Green Blue C M Y K H S L
Decimal 226 1 234 0.03 1.00 0 0.08 297.94 0.99 0.46
Hex E2 1 EA 3 64 0 8 12A 63 2E
Octal 342 1 352 3 144 0 10 452 143 56
Binary 11100010 1 11101010 11 1100100 0 1000 100101010 1100011 101110

Color Harmonies of #E201EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E201EA

Black with #E201EA

Text Example


Text Example

White with #E201EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E201EA; }

 p { color: rgb(226,1,234); }

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

background-color css

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

 a { background-color: rgb(226,1,234); }

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

border-color css

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

 span { border-color: rgb(226,1,234); }

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