Html Css Color HEX #E101EF Psychedelic Purple

📋 copy color: '#E101EF'

red 225 ◦ green 1 ◦ blue 239

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

Shades of Psychedelic Purple #E101EF

Tints of Psychedelic Purple #E101EF

RGB

 RED value IS 225 (88.28% from 255) = 48.39%

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

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

R = 48.39%
G = 0.22%
B = 51.4%

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

#E101EF (or 0xE101EF) is known color: Psychedelic Purple. HEX triplet: E1, 01 and EF. RGB value is (225,1,239). Sum of RGB (Red+Green+Blue) = 225+1+239=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 1 (0.78% from 255 or 0.22% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #E101EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E101EF is #1EFE10. Grayscale: #5E5E5E. Windows color (decimal): -2031121 or 15663585. OLE color: 15663585.

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

Color convert

RGB 225 1 239 -
CMYK 0.06 1.00 0 0.06
HSL 296.47º 0.99% 0.47% -
HSV(B) 296.47º 1% 0.94% -
XYZ 46.64 22.26 83.5 -
YUV 95.11 209.21 220.65 -
System Red Green Blue C M Y K H S L
Decimal 225 1 239 0.06 1.00 0 0.06 296.47 0.99 0.47
Hex E1 1 EF 6 64 0 6 128 63 2F
Octal 341 1 357 6 144 0 6 450 143 57
Binary 11100001 1 11101111 110 1100100 0 110 100101000 1100011 101111

Color Harmonies of #E101EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E101EF

Black with #E101EF

Text Example


Text Example

White with #E101EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E101EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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