Html Css Color HEX #E809F0 Psychedelic Purple

📋 copy color: '#E809F0'

red 232 ◦ green 9 ◦ blue 240

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

Shades of Psychedelic Purple #E809F0

Tints of Psychedelic Purple #E809F0

RGB

 RED value IS 232 (91.02% from 255) = 48.23%

 GREEN value IS 9 (3.91% from 255) = 1.87%

 BLUE value IS 240 (94.14% from 255) = 49.9%

R = 48.23%
G = 1.87%
B = 49.9%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E809F0 (or 0xE809F0) is known color: Psychedelic Purple. HEX triplet: E8, 09 and F0. RGB value is (232,9,240). Sum of RGB (Red+Green+Blue) = 232+9+240=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 9 (3.91% from 255 or 1.87% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #E809F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E809F0 is #17F60F. Grayscale: #656565. Windows color (decimal): -1570320 or 15731176. OLE color: 15731176.

HSL color Cylindrical-coordinate representation of color #E809F0: hue angle of 297.92º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E809F0 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 232 9 240 -
CMYK 0.03 0.96 0 0.06
HSL 297.92º 0.93% 0.49% -
HSV(B) 297.92º 0.96% 0.94% -
XYZ 49.1 23.64 84.41 -
YUV 102.01 205.88 220.72 -
System Red Green Blue C M Y K H S L
Decimal 232 9 240 0.03 0.96 0 0.06 297.92 0.93 0.49
Hex E8 9 F0 3 60 0 6 12A 5D 31
Octal 350 11 360 3 140 0 6 452 135 61
Binary 11101000 1001 11110000 11 1100000 0 110 100101010 1011101 110001

Color Harmonies of #E809F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E809F0

Black with #E809F0

Text Example


Text Example

White with #E809F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E809F0; }

 p { color: rgb(232,9,240); }

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

background-color css

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

 a { background-color: rgb(232,9,240); }

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

border-color css

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

 span { border-color: rgb(232,9,240); }

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