Html Css Color HEX #E609FE Psychedelic Purple

📋 copy color: '#E609FE'

red 230 ◦ green 9 ◦ blue 254

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

Shades of Psychedelic Purple #E609FE

Tints of Psychedelic Purple #E609FE

RGB

 RED value IS 230 (90.23% from 255) = 46.65%

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

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

R = 46.65%
G = 1.83%
B = 51.52%

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

#E609FE (or 0xE609FE) is known color: Psychedelic Purple. HEX triplet: E6, 09 and FE. RGB value is (230,9,254). Sum of RGB (Red+Green+Blue) = 230+9+254=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 9 (3.91% from 255 or 1.83% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #E609FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E609FE is #19F601. Grayscale: #666666. Windows color (decimal): -1701378 or 16648678. OLE color: 16648678.

HSL color Cylindrical-coordinate representation of color #E609FE: hue angle of 294.12º 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 #E609FE is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 230 9 254 -
CMYK 0.09 0.96 0 0.00
HSL 294.12º 0.99% 0.52% -
HSV(B) 294.12º 0.96% 1% -
XYZ 50.62 24.17 95.76 -
YUV 103.01 213.22 218.58 -
System Red Green Blue C M Y K H S L
Decimal 230 9 254 0.09 0.96 0 0.00 294.12 0.99 0.52
Hex E6 9 FE 9 60 0 0 126 63 34
Octal 346 11 376 11 140 0 0 446 143 64
Binary 11100110 1001 11111110 1001 1100000 0 0 100100110 1100011 110100

Color Harmonies of #E609FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E609FE

Black with #E609FE

Text Example


Text Example

White with #E609FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E609FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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