Html Css Color HEX #E001EF Psychedelic Purple

📋 copy color: '#E001EF'

red 224 ◦ green 1 ◦ blue 239

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

Shades of Psychedelic Purple #E001EF

Tints of Psychedelic Purple #E001EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 48.28%
G = 0.22%
B = 51.51%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E001EF (or 0xE001EF) is known color: Psychedelic Purple. HEX triplet: E0, 01 and EF. RGB value is (224,1,239). Sum of RGB (Red+Green+Blue) = 224+1+239=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 1 (0.78% from 255 or 0.22% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #E001EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E001EF is #1FFE10. Grayscale: #5E5E5E. Windows color (decimal): -2096657 or 15663584. OLE color: 15663584.

HSL color Cylindrical-coordinate representation of color #E001EF: hue angle of 296.22º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001EF is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 1 239 -
CMYK 0.06 1.00 0 0.06
HSL 296.22º 0.99% 0.47% -
HSV(B) 296.22º 1% 0.94% -
XYZ 46.33 22.1 83.49 -
YUV 94.81 209.38 220.15 -
System Red Green Blue C M Y K H S L
Decimal 224 1 239 0.06 1.00 0 0.06 296.22 0.99 0.47
Hex E0 1 EF 6 64 0 6 128 63 2F
Octal 340 1 357 6 144 0 6 450 143 57
Binary 11100000 1 11101111 110 1100100 0 110 100101000 1100011 101111

Color Harmonies of #E001EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E001EF

Black with #E001EF

Text Example


Text Example

White with #E001EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E001EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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