Html Css Color HEX #E001EB Psychedelic Purple

📋 copy color: '#E001EB'

red 224 ◦ green 1 ◦ blue 235

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

Shades of Psychedelic Purple #E001EB

Tints of Psychedelic Purple #E001EB

RGB

 RED value IS 224 (87.89% from 255) = 48.7%

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

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

R = 48.7%
G = 0.22%
B = 51.09%

CMYK

 C value IS 0.05

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E001EB (or 0xE001EB) is known color: Psychedelic Purple. HEX triplet: E0, 01 and EB. RGB value is (224,1,235). Sum of RGB (Red+Green+Blue) = 224+1+235=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #E001EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E001EB is #1FFE14. Grayscale: #5D5D5D. Windows color (decimal): -2096661 or 15401440. OLE color: 15401440.

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

Color convert

RGB 224 1 235 -
CMYK 0.05 1.00 0 0.08
HSL 297.18º 0.99% 0.46% -
HSV(B) 297.18º 1% 0.92% -
XYZ 45.75 21.87 80.41 -
YUV 94.35 207.38 220.47 -
System Red Green Blue C M Y K H S L
Decimal 224 1 235 0.05 1.00 0 0.08 297.18 0.99 0.46
Hex E0 1 EB 5 64 0 8 129 63 2E
Octal 340 1 353 5 144 0 10 451 143 56
Binary 11100000 1 11101011 101 1100100 0 1000 100101001 1100011 101110

Color Harmonies of #E001EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E001EB

Black with #E001EB

Text Example


Text Example

White with #E001EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E001EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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