Html Css Color HEX #E900F9 Psychedelic Purple

📋 copy color: '#E900F9'

red 233 ◦ green 0 ◦ blue 249

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

Shades of Psychedelic Purple #E900F9

Tints of Psychedelic Purple #E900F9

RGB

 RED value IS 233 (91.41% from 255) = 48.34%

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

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

R = 48.34%
G = 0%
B = 51.66%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E900F9 (or 0xE900F9) is known color: Psychedelic Purple. HEX triplet: E9, 00 and F9. RGB value is (233,0,249). Sum of RGB (Red+Green+Blue) = 233+0+249=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 0 (0.39% from 255 or 0% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #E900F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E900F9 is #16FF06. Grayscale: #616161. Windows color (decimal): -1507079 or 16318697. OLE color: 16318697.

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

Color convert

RGB 233 0 249 -
CMYK 0.06 1 0 0.02
HSL 296.14º 1% 0.49% -
HSV(B) 296.14º 1% 0.98% -
XYZ 50.7 24.16 91.61 -
YUV 98.05 213.19 224.25 -
System Red Green Blue C M Y K H S L
Decimal 233 0 249 0.06 1 0 0.02 296.14 1 0.49
Hex E9 0 F9 6 64 0 2 128 64 31
Octal 351 0 371 6 144 0 2 450 144 61
Binary 11101001 0 11111001 110 1100100 0 10 100101000 1100100 110001

Color Harmonies of #E900F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E900F9

Black with #E900F9

Text Example


Text Example

White with #E900F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E900F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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