Html Css Color HEX #E809FA Psychedelic Purple

📋 copy color: '#E809FA'

red 232 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #E809FA

Tints of Psychedelic Purple #E809FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 47.25%
G = 1.83%
B = 50.92%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E809FA (or 0xE809FA) is known color: Psychedelic Purple. HEX triplet: E8, 09 and FA. RGB value is (232,9,250). Sum of RGB (Red+Green+Blue) = 232+9+250=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 9 (3.91% from 255 or 1.83% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #E809FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E809FA is #17F605. Grayscale: #666666. Windows color (decimal): -1570310 or 16386536. OLE color: 16386536.

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

Color convert

RGB 232 9 250 -
CMYK 0.07 0.96 0 0.02
HSL 295.52º 0.96% 0.51% -
HSV(B) 295.52º 0.96% 0.98% -
XYZ 50.63 24.25 92.46 -
YUV 103.15 210.88 219.9 -
System Red Green Blue C M Y K H S L
Decimal 232 9 250 0.07 0.96 0 0.02 295.52 0.96 0.51
Hex E8 9 FA 7 60 0 2 128 60 33
Octal 350 11 372 7 140 0 2 450 140 63
Binary 11101000 1001 11111010 111 1100000 0 10 100101000 1100000 110011

Color Harmonies of #E809FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E809FA

Black with #E809FA

Text Example


Text Example

White with #E809FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E809FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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