Html Css Color HEX #E809FE Psychedelic Purple

📋 copy color: '#E809FE'

red 232 ◦ green 9 ◦ blue 254

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

Shades of Psychedelic Purple #E809FE

Tints of Psychedelic Purple #E809FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 46.87%
G = 1.82%
B = 51.31%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E809FE (or 0xE809FE) is known color: Psychedelic Purple. HEX triplet: E8, 09 and FE. RGB value is (232,9,254). Sum of RGB (Red+Green+Blue) = 232+9+254=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 9 (3.91% from 255 or 1.82% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #E809FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E809FE is #17F601. Grayscale: #666666. Windows color (decimal): -1570306 or 16648680. OLE color: 16648680.

HSL color Cylindrical-coordinate representation of color #E809FE: hue angle of 294.61º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E809FE is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 232 9 254 -
CMYK 0.09 0.96 0 0.00
HSL 294.61º 0.99% 0.52% -
HSV(B) 294.61º 0.96% 1% -
XYZ 51.27 24.51 95.79 -
YUV 103.61 212.88 219.58 -
System Red Green Blue C M Y K H S L
Decimal 232 9 254 0.09 0.96 0 0.00 294.61 0.99 0.52
Hex E8 9 FE 9 60 0 0 127 63 34
Octal 350 11 376 11 140 0 0 447 143 64
Binary 11101000 1001 11111110 1001 1100000 0 0 100100111 1100011 110100

Color Harmonies of #E809FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E809FE

Black with #E809FE

Text Example


Text Example

White with #E809FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E809FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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