Html Css Color HEX #E201EB Psychedelic Purple

📋 copy color: '#E201EB'

red 226 ◦ green 1 ◦ blue 235

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

Shades of Psychedelic Purple #E201EB

Tints of Psychedelic Purple #E201EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.87%

R = 48.92%
G = 0.22%
B = 50.87%

CMYK

 C value IS 0.04

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E201EB (or 0xE201EB) is known color: Psychedelic Purple. HEX triplet: E2, 01 and EB. RGB value is (226,1,235). Sum of RGB (Red+Green+Blue) = 226+1+235=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 1 (0.78% from 255 or 0.22% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #E201EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E201EB is #1DFE14. Grayscale: #5E5E5E. Windows color (decimal): -1965589 or 15401442. OLE color: 15401442.

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

Color convert

RGB 226 1 235 -
CMYK 0.04 1.00 0 0.08
HSL 297.69º 0.99% 0.46% -
HSV(B) 297.69º 1% 0.92% -
XYZ 46.37 22.19 80.44 -
YUV 94.95 207.04 221.47 -
System Red Green Blue C M Y K H S L
Decimal 226 1 235 0.04 1.00 0 0.08 297.69 0.99 0.46
Hex E2 1 EB 4 64 0 8 12A 63 2E
Octal 342 1 353 4 144 0 10 452 143 56
Binary 11100010 1 11101011 100 1100100 0 1000 100101010 1100011 101110

Color Harmonies of #E201EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E201EB

Black with #E201EB

Text Example


Text Example

White with #E201EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E201EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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