Html Css Color HEX #E100F9 Psychedelic Purple

📋 copy color: '#E100F9'

red 225 ◦ green 0 ◦ blue 249

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

Shades of Psychedelic Purple #E100F9

Tints of Psychedelic Purple #E100F9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 249 (97.66% from 255) = 52.53%

R = 47.47%
G = 0%
B = 52.53%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E100F9 (or 0xE100F9) is known color: Psychedelic Purple. HEX triplet: E1, 00 and F9. RGB value is (225,0,249). Sum of RGB (Red+Green+Blue) = 225+0+249=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #E100F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E100F9 is #1EFF06. Grayscale: #5E5E5E. Windows color (decimal): -2031367 or 16318689. OLE color: 16318689.

HSL color Cylindrical-coordinate representation of color #E100F9: hue angle of 294.22º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100F9 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 0 249 -
CMYK 0.10 1 0 0.02
HSL 294.22º 1% 0.49% -
HSV(B) 294.22º 1% 0.98% -
XYZ 48.15 22.85 91.49 -
YUV 95.66 214.54 220.25 -
System Red Green Blue C M Y K H S L
Decimal 225 0 249 0.10 1 0 0.02 294.22 1 0.49
Hex E1 0 F9 A 64 0 2 126 64 31
Octal 341 0 371 12 144 0 2 446 144 61
Binary 11100001 0 11111001 1010 1100100 0 10 100100110 1100100 110001

Color Harmonies of #E100F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E100F9

Black with #E100F9

Text Example


Text Example

White with #E100F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E100F9; }

 p { color: rgb(225,0,249); }

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

background-color css

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

 a { background-color: rgb(225,0,249); }

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

border-color css

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

 span { border-color: rgb(225,0,249); }

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